Skip to content

Commit f5f63e1

Browse files
authored
Fixup link text to remove "with/using Helm" (#450)
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent 7fdf372 commit f5f63e1

7 files changed

Lines changed: 12 additions & 17 deletions

File tree

docs/toolhive/guides-k8s/auth-k8s.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You'll need:
2828

2929
- Kubernetes cluster with RBAC enabled
3030
- ToolHive Operator installed (see
31-
[Deploy the ToolHive Operator with Helm](./deploy-operator.mdx))
31+
[Deploy the ToolHive Operator](./deploy-operator.mdx))
3232
- `kubectl` access to your cluster
3333

3434
## Choose your authentication approach
@@ -422,7 +422,7 @@ kubectl logs -n toolhive-system -l app.kubernetes.io/name=weather-server-k8s
422422
- For running MCP servers without authentication, see
423423
[Run MCP servers in Kubernetes](./run-mcp-k8s.mdx)
424424
- For ToolHive Operator installation, see
425-
[Deploy the ToolHive Operator with Helm](./deploy-operator.mdx)
425+
[Deploy the ToolHive Operator](./deploy-operator.mdx)
426426

427427
## Troubleshooting
428428

docs/toolhive/guides-k8s/deploy-registry.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description:
1212
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
1313
with your cluster
1414
- The ToolHive operator installed in your cluster (see
15-
[Deploy the operator using Helm](./deploy-operator.mdx))
15+
[Deploy the operator](./deploy-operator.mdx))
1616
- A PostgreSQL database (recommended for production deployments)
1717

1818
## Overview
@@ -619,8 +619,7 @@ feature.
619619

620620
- [Kubernetes CRD reference](../reference/crd-spec.mdx#apiv1alpha1mcpregistry) -
621621
Reference for the `MCPRegistry` Custom Resource Definition (CRD)
622-
- [Deploy the operator using Helm](./deploy-operator.mdx) - Install the ToolHive
623-
operator
622+
- [Deploy the operator](./deploy-operator.mdx) - Install the ToolHive operator
624623
- [Database configuration](../guides-registry/database.mdx) - Configure
625624
PostgreSQL storage
626625

docs/toolhive/guides-k8s/intro.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ or Gateway. To learn how to expose your MCP servers and connect clients, see
6464

6565
## Installation
6666

67-
[Use Helm to install the ToolHive operator](./deploy-operator.mdx) in your
68-
Kubernetes cluster. Helm simplifies the installation process and lets you manage
69-
the operator using Helm charts.
67+
[Deploy the ToolHive operator](./deploy-operator.mdx) in your Kubernetes
68+
cluster.
7069

7170
Once the operator is installed, you can create and manage MCP servers:
7271

docs/toolhive/guides-k8s/remote-mcp-proxy.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec and its capabilities are possible.
5656
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
5757
with your cluster
5858
- The ToolHive operator installed in your cluster (see
59-
[Deploy the operator using Helm](./deploy-operator.mdx))
59+
[Deploy the operator](./deploy-operator.mdx))
6060
- An OIDC identity provider (Keycloak, Okta, Azure AD, etc.)
6161
- Access to a remote MCP server that supports HTTP transport (SSE or Streamable
6262
HTTP)
@@ -657,8 +657,7 @@ feature in the ToolHive Registry Server.
657657

658658
- [Kubernetes CRD reference](../reference/crd-spec.mdx#apiv1alpha1mcpremoteproxy) -
659659
Full MCPRemoteProxy specification
660-
- [Deploy the operator using Helm](./deploy-operator.mdx) - Install the ToolHive
661-
operator
660+
- [Deploy the operator](./deploy-operator.mdx) - Install the ToolHive operator
662661
- [Run MCP servers in Kubernetes](./run-mcp-k8s.mdx) - Deploy local MCP servers
663662

664663
## Troubleshooting

docs/toolhive/guides-k8s/run-mcp-k8s.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: How to deploy MCP servers in Kubernetes using the ToolHive operator
1010
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
1111
with your cluster
1212
- The ToolHive operator installed in your cluster (see
13-
[Deploy the operator using Helm](./deploy-operator.mdx))
13+
[Deploy the operator](./deploy-operator.mdx))
1414

1515
## Overview
1616

@@ -463,8 +463,7 @@ feature in the ToolHive Registry Server.
463463

464464
- [Kubernetes CRD reference](../reference/crd-spec.mdx#apiv1alpha1mcpserver) -
465465
Reference for the `MCPServer` Custom Resource Definition (CRD)
466-
- [Deploy the operator using Helm](./deploy-operator.mdx) - Install the ToolHive
467-
operator
466+
- [Deploy the operator](./deploy-operator.mdx) - Install the ToolHive operator
468467
- [Build MCP containers](../guides-cli/build-containers.mdx) - Create custom MCP
469468
server container images
470469

docs/toolhive/guides-k8s/telemetry-and-metrics.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,4 @@ Telemetry adds minimal overhead when properly configured:
284284
of ToolHive's observability architecture
285285
- [Kubernetes CRD reference](../reference/crd-spec.mdx#apiv1alpha1mcpserver) -
286286
Reference for the `MCPServer` Custom Resource Definition (CRD)
287-
- [Deploy the operator using Helm](./deploy-operator.mdx) - Install the ToolHive
288-
operator
287+
- [Deploy the operator](./deploy-operator.mdx) - Install the ToolHive operator

docs/toolhive/guides-k8s/token-exchange-k8s.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before you begin, make sure you have:
1919

2020
- Kubernetes cluster with RBAC enabled
2121
- ToolHive Operator installed (see
22-
[Deploy the ToolHive Operator with Helm](./deploy-operator.mdx))
22+
[Deploy the ToolHive Operator](./deploy-operator.mdx))
2323
- `kubectl` access to your cluster
2424
- An identity provider that supports
2525
[RFC 8693](https://datatracker.ietf.org/doc/html/rfc8693) token exchange (such

0 commit comments

Comments
 (0)