Skip to main content

Troubleshooting

Running in WSL

Docker issues

If docker is not starting due to an error with iptables, add the following line in /etc/default/docker:

DOCKER_OPTS="--iptables=false"

Ngrok issues

If ngrok is not connecting it could be because of newer versions requires an account and authtoken, the steps are described here

DNS issues

If pods are not starting correctly and have status ErrImagePull, it might be due to DNS resolution not working correctly. In file /etc/wsl.conf, add the following line:

[network]
generateResolvConf = false

Restart wsl and after starting it again, recreate the file /etc/resolv.conf and add the following line:

nameserver 8.8.8.8