Skip to content

Commit a5ca4c6

Browse files
committed
Trim repeated Prerequisites boilerplate in guides-k8s
Cluster, kubectl, and operator-installed bullets were restated on every how-to page even though the reader already covers them earlier in the journey (Deploy the operator, Run MCP servers). Keep only what is specific to each page.
1 parent 075b6db commit a5ca4c6

4 files changed

Lines changed: 4 additions & 21 deletions

File tree

docs/toolhive/guides-k8s/connect-clients.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ flowchart TB
5656
[Run MCP servers in Kubernetes](./run-mcp-k8s.mdx))
5757
- An Ingress controller or Gateway API implementation installed in your cluster
5858
(for external access)
59-
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
60-
with your cluster
6159

6260
## Connect from outside the cluster
6361

docs/toolhive/guides-k8s/mcp-server-entry.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,8 @@ and connects to them directly.
3838

3939
## Prerequisites
4040

41-
- A Kubernetes cluster (current and two previous minor versions are supported)
42-
- Permissions to create resources in the cluster
43-
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
44-
with your cluster
45-
- The ToolHive operator installed in your cluster (see
46-
[Deploy the operator](./deploy-operator.mdx))
47-
- A remote MCP server that supports HTTP transport (SSE or Streamable HTTP)
41+
You'll need a remote MCP server that supports HTTP transport (SSE or Streamable
42+
HTTP).
4843

4944
## When to use MCPServerEntry vs. MCPRemoteProxy
5045

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ flowchart LR
4444

4545
## Prerequisites
4646

47-
- A Kubernetes cluster (current and two previous minor versions are supported)
48-
- Permissions to create resources in the cluster
49-
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
50-
with your cluster
51-
- The ToolHive operator installed in your cluster (see
52-
[Deploy the operator](./deploy-operator.mdx))
5347
- An OIDC identity provider (Keycloak, Okta, Azure AD, etc.)
5448
- Access to a remote MCP server that supports HTTP transport (SSE or Streamable
5549
HTTP)

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ description:
77

88
## Prerequisites
99

10-
- A Kubernetes cluster (current and two previous minor versions are supported)
11-
- Permissions to create resources in the cluster
12-
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
13-
with your cluster
14-
- The ToolHive operator installed in your cluster (see
15-
[Deploy the operator](./deploy-operator.mdx))
10+
You'll need a Kubernetes cluster with the ToolHive operator installed (see
11+
[Deploy the operator](./deploy-operator.mdx)).
1612

1713
## Overview
1814

0 commit comments

Comments
 (0)