-
Notifications
You must be signed in to change notification settings - Fork 2
adds operator crds helm/kubectl installation guide #435
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
Conversation
|
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 enhances the CRD installation and management documentation by adding kubectl installation methods as an alternative to Helm. The documentation now provides users with two installation paths: Helm (recommended) for full lifecycle management, and kubectl for simpler, static manifest-based installations suitable for GitOps workflows.
Changes:
- Added tabbed interface (Helm/kubectl) for CRD installation, upgrade, and uninstall sections
- Documented Helm chart configuration options for selective CRD installation (
crds.install.server,crds.install.registry,crds.install.virtualMcp,crds.keep) - Added kubectl commands for installing, upgrading, and removing individual CRDs via GitHub raw URLs
|
@ChrisJBurns I've opened a new pull request, #436, to work on those changes. Once the pull request is ready, I'll request review from you. |
Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
8e050cb to
1dd9c73
Compare
Description
We have added some additional toggles for CRDs Helm Chart. This PR adds documentation for those extra toggles.
Type of change
Screenshots
Submitter checklist
Content and formatting
Reviewer checklist
Content