Kubernetes Agent Upgrade Tutorial
If you choose the DIY option and need to copy the script, please find them below:
Option 1: Helm Installation (Recommended):
Shell
helm upgrade --install cloudzero
--repo https://cloudzero.github.io/cloudzero-charts cloudzero-agent
--namespace cloudzero --create-namespace
--set apiKey=<CLOUDZERO_API_KEY>
--set clusterName=<NAME_OF_YOUR_CLUSTER>
Option 2: Raw YAML Installation:
You can run helm template against our chart to generate flat manifests that can be deployed directly.
Shell
helm template cloudzero
--repo https://cloudzero.github.io/cloudzero-charts cloudzero/cloudzero-agent
--namespace cloudzero --create-namespace
--set apiKey=<CLOUDZERO_API_KEY>
--set clusterName=<NAME_OF_YOUR_CLUSTER>
Updated 1 day ago
What’s Next