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
If you have encountered a similar issue, you can use ctr -n k8s.io c ls to view the same ID and use ctr -n k8s.io c rm <id> to delete it. After restarting the containerd service, it will no longer appear in crictl pods.
# crictl rmp 2aec11d869854
getting sandbox status of pod "2aec11d869854": metadata.Name, metadata.Namespace or metadata.Uid is not in metadata "&PodSandboxMetadata{Name:nydus-sandbox,Uid:,Namespace:default,Attempt:1,}"
Related issues: kubernetes-sigs/cri-tools#1273
The
nydus-sandbox.yaml
does not specify a uid which causes thecrictl rmp
to failAs a test example, uid can be specified as an arbitrary string, like:
This issue will be fixed in the new version, but it remains a problem for those using slightly earlier versions of crictl.
The text was updated successfully, but these errors were encountered: