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
@eliassal this looks like the container runtime issue or misconfiguration. You would need to file a bug with the container runtime that you are using instead.
If you believe the issue is with the crictl, please reopen this bug and explain why you think that CRI tools is a problem.
@eliassal this looks like the container runtime issue or misconfiguration. You would need to file a bug with the container runtime that you are using instead.
If you believe the issue is with the crictl, please reopen this bug and explain why you think that CRI tools is a problem.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
What happened:
I am trying to reset a k8S to do kubadm init but it is failing with error
I te seems that there are stuck pods and when I run
sudo crictl -r /var/run/containerd/containerd.sock pods
I get a bunch of pds in not ready state
I tried to remove them with
sudo crictl -r /var/run/containerd/containerd.sock rmp pod 18b112e4c2a2c
or
sudo crictl -r /var/run/containerd/containerd.sock pods |grep NotReady|cut -f1 -d" "|xargs -L 1 -I {} -t sudo crictl -r /var/run/containerd/containerd.sock rmp {}
I always get
What you expected to happen:
Be able to remove those pods that does not allow kubeadm reset or init goes through
How to reproduce it (as minimally and precisely as possible):
Run kubadem reset
Anything else we need to know?:
Environment:
cat /etc/os-release
):NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
The text was updated successfully, but these errors were encountered: