Created
January 24, 2018 12:38
-
-
Save KashifSaadat/9ea936e1f7ab769f0c8049d78db54119 to your computer and use it in GitHub Desktop.
Supporting new AWS Availability Zones in kops - ETCDv3 CMD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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