Skip to content

Commit 7fdf372

Browse files
authored
Rename deploy-operator-helm page (#449)
Drop -helm since there are multiple methods now Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent 4e55e50 commit 7fdf372

11 files changed

Lines changed: 30 additions & 26 deletions

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-helm.mdx))
31+
[Deploy the ToolHive Operator with Helm](./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-helm.mdx)
425+
[Deploy the ToolHive Operator with Helm](./deploy-operator.mdx)
426426

427427
## Troubleshooting
428428

File renamed without changes.

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

Lines changed: 5 additions & 5 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-helm.mdx))
15+
[Deploy the operator using Helm](./deploy-operator.mdx))
1616
- A PostgreSQL database (recommended for production deployments)
1717

1818
## Overview
@@ -57,8 +57,8 @@ flowchart LR
5757
You can create `MCPRegistry` resources in the namespaces where the ToolHive
5858
Operator is deployed.
5959

60-
See [Deploy the operator](./deploy-operator-helm.mdx#operator-deployment-modes)
61-
to learn about the different deployment modes.
60+
See [Deploy the operator](./deploy-operator.mdx#operator-deployment-modes) to
61+
learn about the different deployment modes.
6262

6363
To create a registry, define an `MCPRegistry` resource and apply it to your
6464
cluster. This minimal example creates a registry that syncs from the ToolHive
@@ -619,8 +619,8 @@ 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-helm.mdx) - Install the
623-
ToolHive operator
622+
- [Deploy the operator using Helm](./deploy-operator.mdx) - Install the ToolHive
623+
operator
624624
- [Database configuration](../guides-registry/database.mdx) - Configure
625625
PostgreSQL storage
626626

docs/toolhive/guides-k8s/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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-helm.mdx) in your
67+
[Use Helm to install the ToolHive operator](./deploy-operator.mdx) in your
6868
Kubernetes cluster. Helm simplifies the installation process and lets you manage
6969
the operator using Helm charts.
7070

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

Lines changed: 5 additions & 5 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-helm.mdx))
59+
[Deploy the operator using Helm](./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)
@@ -96,8 +96,8 @@ operator was deployed.
9696
- **Cluster mode (default)**: Create MCPRemoteProxy resources in any namespace
9797
- **Namespace mode**: Create MCPRemoteProxy resources only in allowed namespaces
9898

99-
See [Deploy the operator](./deploy-operator-helm.mdx#operator-deployment-modes)
100-
to learn about the different deployment modes.
99+
See [Deploy the operator](./deploy-operator.mdx#operator-deployment-modes) to
100+
learn about the different deployment modes.
101101

102102
### Basic configuration
103103

@@ -657,8 +657,8 @@ 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-helm.mdx) - Install the
661-
ToolHive operator
660+
- [Deploy the operator using Helm](./deploy-operator.mdx) - Install the ToolHive
661+
operator
662662
- [Run MCP servers in Kubernetes](./run-mcp-k8s.mdx) - Deploy local MCP servers
663663

664664
## Troubleshooting

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

Lines changed: 6 additions & 6 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-helm.mdx))
13+
[Deploy the operator using Helm](./deploy-operator.mdx))
1414

1515
## Overview
1616

@@ -117,8 +117,8 @@ deployed.
117117
- **Cluster mode (default)**: Create MCPServer resources in any namespace
118118
- **Namespace mode**: Create MCPServer resources only in allowed namespaces
119119

120-
See [Deploy the operator](./deploy-operator-helm.mdx#operator-deployment-modes)
121-
to learn about the different deployment modes.
120+
See [Deploy the operator](./deploy-operator.mdx#operator-deployment-modes) to
121+
learn about the different deployment modes.
122122

123123
To create an MCP server, define an `MCPServer` resource and apply it to your
124124
cluster. This minimal example creates the
@@ -463,8 +463,8 @@ 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-helm.mdx) - Install the
467-
ToolHive operator
466+
- [Deploy the operator using Helm](./deploy-operator.mdx) - Install the ToolHive
467+
operator
468468
- [Build MCP containers](../guides-cli/build-containers.mdx) - Create custom MCP
469469
server container images
470470

@@ -486,7 +486,7 @@ helm get values toolhive-operator -n toolhive-system
486486
Check the `operator.rbac.scope` and `operator.rbac.allowedNamespaces`
487487
properties. If the operator runs in `namespace` mode, add the namespace where
488488
you created the `MCPServer` to the `allowedNamespaces` list. See
489-
[Operator deployment modes](./deploy-operator-helm.mdx#operator-deployment-modes).
489+
[Operator deployment modes](./deploy-operator.mdx#operator-deployment-modes).
490490

491491
If the operator runs in `cluster` mode (default) or the `MCPServer` is in an
492492
allowed namespace, check the operator logs and resource status:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,5 @@ 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-helm.mdx) - Install the
288-
ToolHive operator
287+
- [Deploy the operator using Helm](./deploy-operator.mdx) - Install the ToolHive
288+
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-helm.mdx))
22+
[Deploy the ToolHive Operator with Helm](./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

docs/toolhive/tutorials/quickstart-k8s.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,8 @@ Here are some next steps to explore:
436436
- Learn about
437437
[advanced MCP server configurations](../guides-k8s/run-mcp-k8s.mdx) for
438438
production deployments
439-
- Learn more about
440-
[Helm deployment options](../guides-k8s/deploy-operator-helm.mdx) and
441-
configuration
439+
- Learn more about [Helm deployment options](../guides-k8s/deploy-operator.mdx)
440+
and configuration
442441
- Integrate MCP servers with your existing Kubernetes applications
443442
- Try deploying other MCP servers from the ToolHive registry
444443

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const sidebars: SidebarsConfig = {
152152
},
153153
items: [
154154
'toolhive/guides-k8s/intro',
155-
'toolhive/guides-k8s/deploy-operator-helm',
155+
'toolhive/guides-k8s/deploy-operator',
156156
'toolhive/guides-k8s/run-mcp-k8s',
157157
'toolhive/guides-k8s/remote-mcp-proxy',
158158
'toolhive/guides-k8s/connect-clients',

0 commit comments

Comments
 (0)