-
Notifications
You must be signed in to change notification settings - Fork 2
draft: adds base for operator install docs #395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Chris Burns <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the ToolHive operator installation documentation to reflect a significant architectural change: CRDs are now included directly in the operator Helm chart rather than being installed via a separate toolhive-operator-crds chart. The documentation has been restructured to present two installation methods (Helm and kubectl) using a tabbed interface, with Helm remaining the recommended approach.
Key Changes
- Simplified Helm installation to a single command that installs both operator and CRDs
- Added kubectl installation method as an alternative using static manifests
- Updated upgrade and uninstall procedures to reflect the new single-chart architecture
- Added documentation for CRD configuration options (install.server, install.registry, install.virtualMcp, keep)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/toolhive/tutorials/quickstart-k8s.mdx | Removed separate CRD installation step, simplified to single operator install command |
| docs/toolhive/tutorials/opentelemetry.mdx | Removed separate CRD installation command from kind cluster setup |
| docs/toolhive/guides-k8s/intro.mdx | Updated installation overview to mention both Helm and kubectl methods |
| docs/toolhive/guides-k8s/deploy-operator-helm.mdx | Major restructure: added tabs for Helm vs kubectl methods, documented CRD configuration options, updated upgrade/uninstall procedures, removed references to separate CRD chart |
| kubectl apply -f https://github.com/stacklok/toolhive/releases/download/VERSION/toolhive-operator-crds.yaml | ||
| kubectl apply -f https://github.com/stacklok/toolhive/releases/download/VERSION/toolhive-operator.yaml |
Copilot
AI
Dec 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent placeholder formatting. The placeholder VERSION should use angle brackets to match the convention used elsewhere in the document (line 53 uses <VERSION>). Change VERSION to <VERSION> in both URLs for consistency.
| kubectl apply -f https://github.com/stacklok/toolhive/releases/download/VERSION/toolhive-operator-crds.yaml | |
| kubectl apply -f https://github.com/stacklok/toolhive/releases/download/VERSION/toolhive-operator.yaml | |
| kubectl apply -f https://github.com/stacklok/toolhive/releases/download/<VERSION>/toolhive-operator-crds.yaml | |
| kubectl apply -f https://github.com/stacklok/toolhive/releases/download/<VERSION>/toolhive-operator.yaml |
Description
Type of change
Related issues/PRs
Screenshots
Submitter checklist
Content and formatting
Navigation
sidebars.ts) updated for added, deleted, reordered, or renamed filesvercel.jsonfor moved, renamed, or deleted pages (i.e., if the URL slug changed)Reviewer checklist
Content