2022-10-12 06:23:32 -04:00
|
|
|
# doctl kubernetes options
|
|
|
|
|
2024-04-25 19:58:21 -03:00
|
|
|
> Get values available for use with `doctl`'s Kubernetes commands.
|
2022-10-12 06:23:32 -04:00
|
|
|
> More information: <https://docs.digitalocean.com/reference/doctl/reference/kubernetes/options/>.
|
|
|
|
|
|
|
|
- List regions that support Kubernetes clusters:
|
|
|
|
|
2025-05-11 17:01:39 +03:00
|
|
|
`doctl {{[k|kubernetes]}} {{[o|options]}} {{[r|regions]}}`
|
2022-10-12 06:23:32 -04:00
|
|
|
|
|
|
|
- List machine sizes that can be used in a Kubernetes cluster:
|
|
|
|
|
2025-05-11 17:01:39 +03:00
|
|
|
`doctl {{[k|kubernetes]}} {{[o|options]}} {{[s|sizes]}}`
|
2022-10-12 06:23:32 -04:00
|
|
|
|
|
|
|
- List Kubernetes versions that can be used with DigitalOcean clusters:
|
|
|
|
|
2025-05-11 17:01:39 +03:00
|
|
|
`doctl {{[k|kubernetes]}} {{[o|options]}} {{[v|versions]}}`
|