kubectl-plugins icon indicating copy to clipboard operation
kubectl-plugins copied to clipboard

My own plugins for kubectl

Results 4 kubectl-plugins issues
Sort by recently updated
recently updated
newest added

Hi, very nice work, but I have an issue sending command e.g. ls -l: "...... node ls -l Error: must specify one of -f and -k error: unknown command "ls...

When I run kubectl-ssh I get the following warning: kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead....

Hi @luksa, I have found the `kubectl-ssh` plugin of yours interesting and helpful. I found that you need someone to help create a krew index for it . Can I...

Fix for issue https://github.com/luksa/kubectl-plugins/issues/10 Result: ``` $ kubectl ssh node my-node 'ls -l' Created pod/ssh-node-4txnt Waiting for container to start... total 52 drwxr-xr-x 2 root root 12288 Sep 26 21:31...