Description of the problem / feature request:
Pass custom kubectl binary to k8s_deploy commands.
Feature requests: what underlying problem are you trying to solve with this feature?
We use k3s in Docker for development, and up until now we wrapped kubectl with docker run k3s kubectl, since the k3s image ships in the container.
What operating system are you running Bazel on?
macOS
What's the output of bazel info release?
I'm thinking of adding a kubectl option to k8s_deploy, but I saw a bunch of stuff related to custom kubectl binaries so I'm not sure.
Description of the problem / feature request:
Pass custom
kubectlbinary tok8s_deploycommands.Feature requests: what underlying problem are you trying to solve with this feature?
We use k3s in Docker for development, and up until now we wrapped
kubectlwithdocker run k3s kubectl, since thek3simage ships in the container.What operating system are you running Bazel on?
macOS
What's the output of
bazel info release?I'm thinking of adding a
kubectloption tok8s_deploy, but I saw a bunch of stuff related to customkubectlbinaries so I'm not sure.