-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should helm_resource
always use k8s_context()
?
#599
Comments
i believe the way it currently works is that |
There doesn't appear to be any bug report here, so I'm going to close this issue. Let me know if I missed something! |
Update: this definitely doesn't work as intended, at least for the Can we reopen this and #598 ? |
Sure, can you add more details on what you tried, what you expected to happen, and what happened instead? |
for what it's worth, here are the repro steps i tried:
|
Instead, for 2, |
(thx for trying to repro btw :) ) |
we received a bug report about kube contexts not resolving correctly sometimes if you were using docker compose and kubernetes in the same tiltfile - tilt-dev/tilt#6453 was that possibly the issue here? |
I was building images with |
If you see this comment, the issue is |
(obvs when you get a chance), can you try
|
#599 Signed-off-by: Nick Santos <[email protected]>
sure, here's what i tried: seems to work correctly: |
It feels like
helm_resource
should respectk8s_context()
by passing--kube-context={k8s_context()}
(pseudocode) tohelm
. I've got a naive, untested implementation here, but I'm guessing there might be a better, more maintainable solution?The text was updated successfully, but these errors were encountered: