-
Notifications
You must be signed in to change notification settings - Fork 64
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
exec-as not working with containerd #40
Comments
I get a different error from
Seems to be parsing out a container id from the application pod |
It's not working with k8s 1.22 on GKE for me too. I just got:
|
Yup same, newer versions of K8s do not seem to work with this anymore now that docker does not exist on the node |
https://stackoverflow.com/questions/42793382/exec-commands-on-kubernetes-pods-with-root-access Seems the plugin should be aware of the container back end since it can now also be containerd and cri-o. |
Mine's also work on k3s and containerd setup https://github.com/exxocism/kubectl-plugins |
I was originally getting the type issue and applied the fix at https://github.com/jordanwilson230/kubectl-plugins/pull/36/files
Now I get a different error:
My version details:
The text was updated successfully, but these errors were encountered: