mchirico / agil

Golang GraphQL Query of Github Projects
Apache License 2.0
0 stars 0 forks source link

etcd #18

Open mchirico opened 4 years ago

mchirico commented 4 years ago

etcd

#!/bin/bash
ENDPOINTS='127.0.0.1:2379'
ETCDCTL_API=3 etcdctl \
       --endpoints=${ENDPOINTS} \
       --cacert="/etc/kubernetes/pki/etcd/ca.crt" \
       --cert="/etc/kubernetes/pki/apiserver-etcd-client.crt" \
       --key="/etc/kubernetes/pki/apiserver-etcd-client.key" \
       ${@}

Options

get / --prefix --keys-only

References

https://github.com/etcd-io/etcd/tree/master/client/v3

https://etcd.io/docs/v3.2.17/op-guide/security/

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.89. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

tacomonkautobot[bot] commented 4 years ago

mchirico, Thanks for opening this issue!