Vultr DocsLatest Content


Start

Updated on 15 September, 2025

Initiates a version upgrade process for a Vultr Kubernetes cluster to a newer Kubernetes release.


The vultr-cli kubernetes upgrades start command initiates a version upgrade for a Vultr Kubernetes cluster, allowing users to update their cluster to a newer Kubernetes release.

Usage

console
$ vultr-cli kubernetes upgrades start <clusterID> [flags]

Examples

console
# Full example
$ vultr-cli kubernetes upgrades start d4908765-b82a-4e7d-83d9-c0bc4c6a36d0 --version="v1.29.2+1"
# Shortened with alias commands
$ vultr-cli k e s d4908765-b82a-4e7d-83d9-c0bc4c6a36d0 -v="v1.29.2+1"

Flags

Shorthand Long Version Description
-v --version the version to upgrade the cluster to

Comments

No comments yet.