Created
May 5, 2020 15:58
-
-
Save hexfusion/9337d70f1d46ef2ee7a9126df5e282ab to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
export ETCDCTL_API=3 | |
./etcdctl --cert ./etcd-client.crt --cacert ./etcd-ca-bundle.crt \ | |
--key ./etcd-client.key \ | |
--endpoints https://10.0.130.58:2379,https://10.0.138.124:2379,https://10.0.151.168:2379 $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment