Add hacky etcd client
This commit is contained in:
parent
10c8dc85ba
commit
9f02b31b1b
1 changed files with 6 additions and 0 deletions
6
uncloud/hack/hackcloud/etcd-client.sh
Normal file
6
uncloud/hack/hackcloud/etcd-client.sh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
etcdctl --cert=$HOME/vcs/ungleich-dot-cdist/files/etcd/nico.pem \
|
||||||
|
--key=/home/nico/vcs/ungleich-dot-cdist/files/etcd/nico-key.pem \
|
||||||
|
--cacert=$HOME/vcs/ungleich-dot-cdist/files/etcd/ca.pem \
|
||||||
|
--endpoints https://etcd1.ungleich.ch:2379,https://etcd2.ungleich.ch:2379,https://etcd3.ungleich.ch:2379 "$@"
|
Loading…
Reference in a new issue