You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Connect to the pod
kubectl exec -it etcd-0 sh
# View all keys
ETCDCTL_API=3 etcdctl get / --prefix --keys-only
# View the value of an individual key
ETCDCTL_API=3 etcdctl get /zones/expected/12345/jjbuchan_test/development:0
# View the values of many keys
ETCDCTL_API=3 etcdctl get /zones/active --prefix
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: