LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

doctl-kubernetes-options

enumerate available Kubernetes configuration values

TLDR

List Kubernetes versions
$ doctl kubernetes options versions
copy
List available regions
$ doctl kubernetes options regions
copy
List node sizes
$ doctl kubernetes options sizes
copy
List versions in a specific output format
$ doctl kubernetes options versions --format [slug]
copy

SYNOPSIS

doctl kubernetes options command

DESCRIPTION

doctl kubernetes options enumerates valid values for use with DigitalOcean Kubernetes (DOKS) cluster commands. It helps users determine valid values for cluster creation and modification, such as supported Kubernetes versions, regions where DOKS is available, and machine sizes suitable for worker nodes.Using these options ensures cluster configurations are valid and helps identify available resources in different regions.

PARAMETERS

COMMAND

Option type: versions, regions, sizes.
versions
List available Kubernetes versions.
regions
List regions supporting Kubernetes.
sizes
List machine sizes available for node pools.
--format columns
Columns for output in a comma-separated list.
--no-header
Return raw data with no headers.
--help
Display help information.

CAVEATS

Options may change as DigitalOcean updates offerings. Not all sizes available in all regions. Kubernetes versions have support lifecycles.

HISTORY

doctl kubernetes options is part of the Kubernetes management commands added to doctl when DigitalOcean launched their managed Kubernetes service (DOKS) in 2018.

SEE ALSO

Copied to clipboard
Kai