Forrest logo
back to the doctl tool

doctl-kubernetes-options:tldr:81a57

doctl-kubernetes-options: List Kubernetes versions that can be used with DigitalOcean clusters.
$ doctl kubernetes options versions
try on your machine

This command is used to retrieve the available versions of Kubernetes offered by DigitalOcean's Kubernetes service (DOKS).

Here's a breakdown of the command:

  • doctl: It is a command-line interface (CLI) tool provided by DigitalOcean to interact with their services programmatically.
  • kubernetes: It refers to DigitalOcean's Kubernetes-related commands.
  • options: This subcommand enables you to view available Kubernetes versions.
  • versions: It specifies the resource for which you want to retrieve information, in this case, Kubernetes versions.

By executing this command, you will get a list of all the available Kubernetes versions that you can use when creating or upgrading your DOKS cluster. It can be useful to know which versions are supported to make informed decisions about choosing the right version for your application's requirements or to check if there are any new updates available.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the doctl tool