Add Rancher and Kubernetes integration guides#412
Conversation
Covers Docker Machine driver, Rancher UI extension, CSI driver (NAS + Block), and Cloud Controller Manager for provisioning K8s clusters on VergeOS. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Separate the combined guide into rancher-integration.md (node driver + UI extension) and kubernetes-integration.md (CSI + CCM) so the K8s components don't read as Rancher-dependent. Also marks Ubuntu 24.04 as the only supported template OS. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ReviewRisk Level: 🟡 Medium — Good content structure, but several items need updating to match current implementation. Critical Issues1. Node driver + UI extension installation instructions are outdatedFile: The doc describes manual Users following these instructions will get a partial install or double-install components. Should be replaced with: helm repo add verge-io https://verge-io.github.io/helm-charts
helm repo update
helm install vergeos-node-driver verge-io/vergeos-node-driver \
-n cattle-system \
--set "vergeosHosts={vergeos.example.com}"Or via Rancher UI: add The "restart Rancher" instruction (line 131-133) is also unnecessary with the Helm approach. 2. UI Extension description claims features we removedFile: The doc says:
These API-driven dropdowns were removed due to the Rancher proxy not supporting TLS skip for self-signed certs. They're now plain text inputs. Should read:
3. CCM host value missing schemeFile: CCM install example uses RecommendationsAdd self-signed cert guidanceBoth docs should note that self-signed certs require RAM default discrepancy
Mention
|
- Replace manual kubectl/OCI install with combined Helm chart (vergeos-node-driver) - Fix UI extension to show plain text inputs (dropdowns were removed) - Add https:// scheme to CCM install examples - Add self-signed cert guidance to both docs - Update RAM default from 2048 to 4096 to match UI and avoid OOM - Explain vergeosHosts whitelist value - Add helm-charts repo to Rancher repositories table - Add cluster autoscaler section to Kubernetes doc Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
Test plan
🤖 Generated with Claude Code