Guest User

Untitled

a guest
May 25th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. mkdir ./specs
  2. kops get cluster --name ${KOPS_CLUSTER_NAME} -o yaml > ./specs/${KOPS_CLUSTER_NAME}-cluster.yaml
  3. kops get --name ${KOPS_CLUSTER_NAME} instancegroups -o yaml > ./specs/${KOPS_CLUSTER_NAME}-ig.yaml
Add Comment
Please, Sign In to add comment