Update
Update Cortex configuration
cortex cluster configure # or: cortex cluster configure --config cluster.yamlUpgrade to a newer version of Cortex
# spin down your cluster
cortex cluster down
# update your CLI to the latest version
pip install --upgrade cortex
# confirm version
cortex version
# spin up your cluster
cortex cluster upUpgrade without downtime
Last updated