tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
201 stars 159 forks source link

Fix kubectl_build command #511

Closed sambonbonne closed 1 year ago

sambonbonne commented 1 year ago

I had an issue with the kubectl_build extension: kubectl build <context> … made the CLI considere the <context> is the subcommand (as kubectl build has multiple commands: create, rm, ls…).

I fixed it by changing the kubectl build … command to kubectl build build ….

sambonbonne commented 1 year ago

I'm sorry, it seems I had a wrong configuration using kubectl build as an alias to kubectl buildkit. I will fix it on my side.

Sorry for the useless PR.