jordanwilson230 / kubectl-plugins

A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kube-ssh Error: No such container

avivais opened this issue · comments

After kubernetes migrated to containerd and updating the plugin with the workaround, now I get the following error:

$ kubectl ssh -u root -n cms videocms-backend-7f75745599-qbrnk

Connecting...
Pod: videocms-backend-7f75745599-qbrnk
Namespace: cms
User: root
Container: NONE
Command: /bin/sh

Error: No such container: 212182d630c5d728aa2f06b809f41b15a1c599823e4d1195e64a9d15b2967e9a
pod cms/ssh-pod-13694 terminated (Error)

Can you shed some light on this?

I'm facing to same issue, did you find a resolution for this?

I'm facing to same issue, did you find a resolution for this?

Nope... still not working, still can't access as root to my pods

What about you @valterartur?

Seeing the same issue here, anyone found a workaround?

Noticed the same error. Do we have to SSH into the actual node to make this work?

I have two nodes and get the same issue "Error: No such container:" on each node.

same problem here.

same issue