The problem is that if I specify imagePullPolicy: Always in the manifest and run Minikube without internet access, the DNS server crashes and can’t resolve names. For example,
docker@minikube:~$ ping google.com ping: google.com: Temporary failure in name resolution docker@minikube:~$ cat /etc/resolv.conf nameserver 192.168.49.1
Well, when I turn on the internet, I tried rebooting the pod and deployment with DNS, but nothing helps. Only rebooting the cluster helps.