Nick Santos
Nick Santos
thanks for the report! as a temporary workaround, i think if you set up the resource_deps so that the manifest with the base image gets deployed first, i think it...
tilt-restart-helper is from the restart_process extension - https://github.com/tilt-dev/tilt-extensions/tree/master/restart_process If you just need to get unblocked, it's fairly easy to form the extension and modify it in your code - https://docs.tilt.dev/extensions.html...
hmmm...sorry to hear you're having issues. I was not able to reproduce this problem, given the steps provided. I used the example go repo - https://github.com/tilt-dev/tilt-example-go/tree/master/3-recommended Then ran `tilt down`...
hmmm...nice find! i'm not sure this is the right fix. note that the integration tests are failing. AFAIR the problem we ran into is that `custom_build` lets you depend on...
closing as stale
i think i'm hitting the same bug. i fixed it by manually editing the kubeconfig from: ``` args: - --region - us-east-1 - eks - get-token - --cluster-name - my-cluster...
(seems like it would be straightforward to change the lines in update-kubeconfig.py to set those env variables to empty in the same place where it sets AWS_PROFILE... happy to send...
i think the problem is that the provider is trying to split the `user_group_ids` modification and the `auth_token_update_strategy` modification into two separate API requests. But they need to be part...
it might be worthwhile to adapt Helm's code for this, which is pretty nice: https://github.com/helm/helm/blob/master/pkg/kube/wait.go#L55
Hi @ahmetb ! Ya, i think we investigated this idea. There's a few ways that Ready status (for production) isn't quite what you want in dev (where you want to...