Skip to content

Instantly share code, notes, and snippets.

@geojaz
Last active April 26, 2017 19:44
Show Gist options
  • Save geojaz/4dfedd130fab2c37ed3b0f418ef6e7da to your computer and use it in GitHub Desktop.
Save geojaz/4dfedd130fab2c37ed3b0f418ef6e7da to your computer and use it in GitHub Desktop.
Kops blog
kops get cluster ${CLUSTER_NAME} -o yaml --full > cluster.yml
kops get ig nodes -o yaml > nodes.yml
kops get ig masters -o yaml > master.yml
Merge the .yml files and put “---” between them into one large cluster_spec.yml See cluster_spec-example.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment