Skip to content

Instantly share code, notes, and snippets.

@hagzag
Created May 20, 2018 22:06
Show Gist options
  • Save hagzag/d5ec058f19e6b47c49e753462edb82f8 to your computer and use it in GitHub Desktop.
Save hagzag/d5ec058f19e6b47c49e753462edb82f8 to your computer and use it in GitHub Desktop.
kops create cluster \
--node-count 3 \
--zones eu-west-1a \
--master-zones eu-west-1a \
--node-size t2.medium \
--master-size t2.medium \
--ssh-public-key kops_rsa.pub \
--dns-zone=hub.tikal.io \
--name ${KOPS_CLUSTER_NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment