Skip to content

Instantly share code, notes, and snippets.

@geojaz
Created April 26, 2017 19:45
Show Gist options
  • Save geojaz/d635ecafb09a1ecab4c338f8d81d6fba to your computer and use it in GitHub Desktop.
Save geojaz/d635ecafb09a1ecab4c338f8d81d6fba to your computer and use it in GitHub Desktop.
kops create -f cluster_spec.yml
kops create secret --name $CLUSTER_NAME sshpublickey admin -i $SSH_KEY_PATH
kops update cluster $CLUSTER_NAME # Sanity check the output. Make sure that kops is only making the changes you expect.
kops update cluster $CLUSTER_NAME --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment