You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a mac when using docker desktop you have two options to run a kubernetes cluster.
kubeadm
kind
When using the kind cluster, docker_build_with_restart does not appear to work.
You get an error essentially saying: Build Failed: Updating pod example-go-58f4b68cf5-f4f57: copying changed files: ExecInContainer: Error response from daemon: No such container: cfb08c6ef2927cb408a9247e02c9cc33d483e2308bca7c4fd09bb3cbef6e8a66
I started tracking it down and it seems like when using a kind cluster that no container exist when running docker ps and it thus fails when trying to inspect the container.
When running the kubeadm cluster, the command works without any problem.