kubectl-netshoot
kubectl-netshoot copied to clipboard
Add support to specify nodeSelector
Hi. I have a mixed cluster with Linux & Windows-based nodes. netshoot fails when is being scheduled onto Windows node. With plain kubectl I overcome it with the following command:
kubectl run tmp-shell --rm -i --tty --image nicolaka/netshoot --overrides='{ "spec": { "nodeSelector": { "kubernetes.io/os": "linux" } } }'
It would be nice to have this functionality supported in the plugin.