Skip to content

Instantly share code, notes, and snippets.

@KashifSaadat
Created January 24, 2018 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KashifSaadat/9ea936e1f7ab769f0c8049d78db54119 to your computer and use it in GitHub Desktop.
Save KashifSaadat/9ea936e1f7ab769f0c8049d78db54119 to your computer and use it in GitHub Desktop.
Supporting new AWS Availability Zones in kops - ETCDv3 CMD
export ETCDCTL_API=3
ETCD_MAIN="etcdctl --cacert /srv/kubernetes/ca.crt --endpoints https://localhost:4001"
ETCD_EVENTS="etcdctl --cacert /srv/kubernetes/ca.crt --endpoints https://localhost:4002"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment