Update
Update node group size
cortex cluster scale --node-group <node-group-name> --min-instances <min-instances> --max-instances <max-instances>Upgrade to a newer version
# spin down your cluster
cortex cluster down --name <name> --region <region>
# update your CLI to the latest version
pip install --upgrade cortex
# confirm version
cortex version
# spin up your cluster
cortex cluster up cluster.yamlUpgrade without downtime
Last updated