Update
Update Cortex configuration
cortex cluster configure cluster.yamlUpgrade to a newer version of Cortex
# spin down your cluster
cortex cluster down --config cluster.yaml # or just pass in the name and region of the cluster
# 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