Difference between revisions of "Kops create cluster"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[kops create]] cluster --zones=us-west-2a ${NAME} | [[kops create]] cluster --zones=us-west-2a ${NAME} | ||
+ | |||
+ | |||
+ | [[kops create cluster]] \ | ||
+ | --name=kubernetes.mydomain.com \ | ||
+ | --state=s3://mycompany.kops_state_bucket \ | ||
+ | --dns-zone=kubernetes.mydomain.com \ | ||
+ | [... your other options ...] | ||
+ | --out=. \ | ||
+ | --target=terraform | ||
Revision as of 09:18, 13 September 2022
kops create cluster --dns private $NAME
kops create cluster --zones=us-west-2a ${NAME}
kops create cluster \ --name=kubernetes.mydomain.com \ --state=s3://mycompany.kops_state_bucket \ --dns-zone=kubernetes.mydomain.com \ [... your other options ...] --out=. \ --target=terraform
Related
See also
Advertising: