Update
Update configuration
cortex cluster configure cluster.yamlUpgrade 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