support kustomize remote URLs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
I have some pre-existing infrastructure I'd like to use and don't want tilt to care much about it. I pull the YAML from GitHub using kustomize's remote URL feature.
Normally, I'd run
kustomize build https://github.com/kubernetes-sigs/cluster-api//config/default?ref=v0.2.5
and apply that yaml to my cluster. However when I do this through a Tiltfile I end up with an error: https://cloud.tilt.dev/snapshot/AdaN7toLiyRNsX2lnjM=
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 by reproducing the issue with the provided kustomize build remote URL and the corresponding Tiltfile usage, then inspect the error in the linked Tilt snapshot. Done means the remote URL is accepted through a Tiltfile without the reported error and produces the expected Kubernetes YAML.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100