2025-03-14 21:59:59 -06:00
|
|
|
# doctl kubernetes options
|
|
|
|
|
|
|
|
|
|
> Get values available for use with `doctl`'s Kubernetes commands.
|
|
|
|
|
> More information: <https://docs.digitalocean.com/reference/doctl/reference/kubernetes/options/>.
|
|
|
|
|
|
|
|
|
|
- List regions that support Kubernetes clusters:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`doctl {{[k|kubernetes]}} {{[o|options]}} {{[r|regions]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List machine sizes that can be used in a Kubernetes cluster:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`doctl {{[k|kubernetes]}} {{[o|options]}} {{[s|sizes]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List Kubernetes versions that can be used with DigitalOcean clusters:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`doctl {{[k|kubernetes]}} {{[o|options]}} {{[v|versions]}}`
|