-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Troubleshooting etcd Nodes #1452
Comments
These def need an update (came up with customer today). Our internal troubleshooting page shows some permutations of the commands which may be of use too. https://github.com/rancherlabs/support-kb/wiki/One-Liners#etcd |
Hi team! Here are more details about we should include: etcdcontainer=$(/var/lib/rancher/rke2/bin/crictl ps --label io.kubernetes.container.name=etcd --quiet) Check Endpoint Status etcdcontainer=$(/var/lib/rancher/rke2/bin/crictl ps --label io.kubernetes.container.name=etcd --quiet) etcdctl alarm list export CRI_CONFIG_FILE=/var/lib/rancher/rke2/agent/etc/crictl.yaml etcdcontainer=$(/var/lib/rancher/rke2/bin/crictl ps --label io.kubernetes.container.name=etcd --quiet) |
Summary
Hi team,
Our docs for Troubleshooting etcd Nodes are still referring to docker as runtime, although there are not a references for containerd (RKE2).
It might need to be updated. CF https://gist.github.com/superseb/3b78f47989e0dbc1295486c186e944bf#etcd
Thanks
The text was updated successfully, but these errors were encountered: