kubectl-node-shell icon indicating copy to clipboard operation
kubectl-node-shell copied to clipboard

Exec into node via kubectl

Results 18 kubectl-node-shell issues
Sort by recently updated
recently updated
newest added

Hi, When I try to use this, I get denied because of PodSecurity violation. I do see the last line in the readme which I assume is about this, but...

When I try to run the command, I get ``` spawning "nsenter-1iiih5" on "node" Error from server (BadRequest): container "nsenter" in pod "nsenter-1iiih5" is not available pod "nsenter-1iiih5" deleted ```...

We are getting ImagePullBackOff for rate limiting since the apline image pull is performed from an unauthenticated user. It would be great to support a docker user so we can...

hi i get an issue "current-context is not set", ![kubectl sheel error](https://github.com/kvaps/kubectl-node-shell/assets/142865011/6b2f583e-6200-4c0d-88b3-fd05ececd343) how can i fix it

Hi there, Before we get started, amazing tool. Love it ❤️ Now for my question, would you be open to adding support for private registries? Specifically, I would like to...

I added some spaces character in my Kubernetes contexte name. For example *my first cluster*. In such a case, running the plugin give the following result, and returned code is...

``` spawning "nsenter-sbpw85" on "docker-desktop" nsenter: can't execute 'bash': No such file or directory pod default/nsenter-sbpw85 terminated (Error) pod "nsenter-sbpw85" deleted ```

Add a new `KUBECTL_NODE_SHELL_IMAGE_PULL_SECRET_NAME` environment variable to customize `imagePullSecrets`. For instance, if `KUBECTL_NODE_SHELL_IMAGE_PULL_SECRET_NAME` is set to `my-secret`, `imagePullSecrets` in Pod spec will be `"imagePullSecrets": [ { "name": "my-secret" } ]`.