tilt does not understand kubernetes service generated by helm
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
My setup:
- I am building local rust application and want to deploy it like in c# example, but
- I have done
helm create appand docker image name is underspec.template.spec.containers.image.
If I change something in rust application source code, tilt rebuilds app but not the docker image and does not deploy app on kubernetes. I have found that, docker_build expects image name to be in spec.container.image, which does not corresponds to helm default deployment configuration. Is it possible for tilt to understand kubernetes deployments generated by helm?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the docker_build API documentation and the Helm-generated deployment shape described in the issue. Trace how Tilt locates the image field; done means a source change rebuilds the image and deploys the updated app for the default Helm deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes, rust
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100