Cooper Benson
Cooper Benson
I'm also experiencing the same issue with [colima](https://github.com/abiosoft/colima). Would love to see Docker context support added 😁
Just encountered this issue with ArgoCD as well. I think the root issue is that when ArgoCD deploys a helm chart, it doesn't actually use `install` or create a release...
I'm happy to make a PR based on whatever determination you come to 😁
Perhaps instead of using the logger to output the warning message, it might make sense to use [warnings](https://docs.python.org/3/library/warnings.html) since that gives the user a lot of options for filtering and...
Just re-ran the steps from above and confirmed that this bug still exists on v0.44.0 of the controller Test output ``` k exec -it -n ingress-nginx ingress-nginx-controller-67897c9494-csrsz -- /bin/bash bash-5.1$...
/remove-lifecycle stale
Ran the test again and confirmed the issue still exists on v0.48.1 of the controller Test output ``` ❯ k exec -it -n ingress-nginx ingress-nginx-controller-5cb8d9c6dd-dsctj -- /bin/bash bash-5.1$ curl -H...
/remove-lifecycle rotten Confirmed this is still happening
Any updates on this? This would solve a major need for us right now, so I'd love to know how it's progressing 😁
This would be extremely helpful since if a prebuild step fails that isn't the first task in the list, you have to debug by re-ordering the task list so that...