Sign inSign up

dejanualex/etcd-utils

By dejanualex

Updated 4 months ago

etcdctl and etcdutl[WIP] CLIs for etcd cluster interaction

Image
Developer tools
Databases & storage
0

1.9K

dejanualex/etcd-utils repository overview

  • Kubernetes etcd Troubleshooting

  • Multi-arch image with etcdctl v3.6.11 from the official etcd GitHub releases. Supports linux/amd64 and linux/arm64

  • No entrypoint — intended as a utility/debug container whose command is overridden at runtime.

  • Usage: Select a node from the control plane and proceed.

kubectl  debug nodes/NODE_NAME -it --profile=sysadmin --image=dejanualex/etcd-utils:latest  --image-pull-policy=Always -- etcdctl endpoint status --cluster -w table

kubectl  debug nodes/NODE_NAME -it --profile=sysadmin --image=dejanualex/etcd-utils:latest  --image-pull-policy=Always -- etcdctl endpoint health --cluster -w table

kubectl  debug nodes/NODE_NAME -it --profile=sysadmin --image=dejanualex/etcd-utils:latest  --image-pull-policy=Always -- etcdctl member list -w table

Tag summary

Content type

Image

Digest

sha256:391b65e38

Size

19.7 MB

Last updated

4 months ago

docker pull dejanualex/etcd-utils