-
Notifications
You must be signed in to change notification settings - Fork 74
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
Send complex command #10
Comments
You probably need to add a
|
Hi Luksa ....ssh node worker-pool1-99xlmfat-n200-vpod1-dsc8989-ipv4 -- ls error: unknown command "ls -f -" BR |
Did the bug fixed? I want to execute the following but it does not work kubectl ssh node gke-cluster-1-default-pool-5a105e18-9wlf && sudo iptables -t nat -I PREROUTING 1 -s 10.68.1.22 -d 10.3.5.227 -j DNAT --to-destination 10.124.1.25 && sudo iptables -t nat -I POSTROUTING 1 -s 10.68.1.22 -d 10.68.1.24 -j MASQUERADE Desired update is not performed, but if I execute it into the machine it works. |
@luksa great work on the plugin! Facing a similar kind of issue here - |
Suggested fix: #12 |
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 -"
See 'kubectl create -h' for help and examples"
Any idea?
BR
Vaggelis
The text was updated successfully, but these errors were encountered: