Envbuilder with Kubernetes: image cache not working
I'm just using the example template in Coder called
kubernetes-devcontainerhttps://github.com/coder/coder/blob/main/examples/templates/kubernetes-devcontainer/main.tf
However, when starting a workspace, I get this:
And when I stop a workspace I get this:
I did
ENVBUILDER_GET_CACHED_IMAGE=1 and the workspace logs says it sees the matched image in the registry, but the build goes into an endless loop which I get since the probe should be occurring in the build, and not with a manual set of the env var.Thanks team

