mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:22:07 +02:00
doctl-kubernetes-options: add page (#8847)
This commit is contained in:
parent
cf2f75591f
commit
c0cb1511ae
1 changed files with 16 additions and 0 deletions
16
pages/common/doctl-kubernetes-options.md
Normal file
16
pages/common/doctl-kubernetes-options.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# doctl kubernetes options
|
||||||
|
|
||||||
|
> Provides 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:
|
||||||
|
|
||||||
|
`doctl kubernetes options regions`
|
||||||
|
|
||||||
|
- List machine sizes that can be used in a Kubernetes cluster:
|
||||||
|
|
||||||
|
`doctl kubernetes options sizes`
|
||||||
|
|
||||||
|
- List Kubernetes versions that can be used with DigitalOcean clusters:
|
||||||
|
|
||||||
|
`doctl kubernetes options versions`
|
Loading…
Add table
Reference in a new issue