kubectl-debug
kubectl-debug copied to clipboard
error container not ready
[root@node1 ~]# kubectl exec virt-operator-597d676ff5-qhkms -n kubevirt -- ls /etc/virt-operator/certificates
tls.crt
tls.key
[root@node1 ~]# kubectl debug virt-operator-597d676ff5-qhkms -n kubevirt
error: container [virt-operator] not ready
I found kubectl debug didn't support a not ready pod , is it right?
@todaygood Exactly
Hi @aylei, thanks a lot for this awesome kubectl plugin. Is there a specific blocker for supporting Pods that aren't ready? Why can't kubectl-debug work in those cases? It would be super-useful, since most of the cases you want to debug something is when it's not working.