Skip to content

Commit 431ed5d

Browse files
committed
Address PR comments
1 parent d6970c6 commit 431ed5d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ flowchart LR
5353

5454
## Create a registry
5555

56-
You can create `MCPRegistry` resources in namespaces based on how the operator
57-
was deployed.
58-
59-
- **Cluster mode (default)**: Create MCPRegistry resources in any namespace
60-
- **Namespace mode**: Create MCPRegistry resources only in allowed namespaces
56+
You can create `MCPRegistry` resources in the namespaces where the ToolHive
57+
Operator is deployed.
6158

6259
See [Deploy the operator](./deploy-operator-helm.mdx#operator-deployment-modes)
6360
to learn about the different deployment modes.
@@ -360,7 +357,10 @@ spec:
360357

361358
When customizing containers in `podTemplateSpec`, you must use
362359
`name: registry-api` for the main container to ensure the operator can properly
363-
manage the Registry server.
360+
manage the Registry server. The container name is hardcoded to avoid conflict
361+
issues with user provided containers. Mandating a container name on the Operator
362+
side explicitly tells the Operator it is the main registry server container and
363+
any other containers provided by the use are sidecars/init containers.
364364

365365
:::
366366

docs/toolhive/guides-registry/deployment.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ Although it is possible to run ToolHive Registry to use an in-memory store, it
1515
is unreliable to run multiple replicas as they would not share state, and you
1616
should run it with a proper Postgres database.
1717

18-
### Deployment using the Operator
18+
### ToolHive Operator
1919

20-
The recommended way of deploying the Registry server is by using the ToolHive
21-
Operator. See
20+
ToolHive Operator supports deploying the Registry server. See
2221
[Deploy the Registry server in Kubernetes](../guides-k8s/deploy-registry.mdx)
2322
for a complete guide.
2423

0 commit comments

Comments
 (0)