Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hexfusion/9337d70f1d46ef2ee7a9126df5e282ab to your computer and use it in GitHub Desktop.
Save hexfusion/9337d70f1d46ef2ee7a9126df5e282ab to your computer and use it in GitHub Desktop.
#!/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