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

Exec into node via kubectl

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

When I login into EKS node using node-shell, I got an abnormal prompt like below: ``` ➜ kubectl node-shell ip-192-1-116-195.ec2.internal spawning "nsenter-fy2xy0" on "ip-192-1-116-195.ec2.internal" If you don't see a command...

I try to get a files or directories like this: ```console k node-shell mynode -- tar -czf- /var/log/... > o.tgz ``` But this fails, because `tar` does not write to...

Modify the image pull method to ensure that the offline installation environment can also work properly