Last active
June 7, 2019 04:03
-
-
Save honewatson/2f7f8b88a99b4e19affdc5e863e4528f to your computer and use it in GitHub Desktop.
microk8s localhost issue /etc/hosts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/ubuntu/microk8s/issues/196#issuecomment-443869365 | |
# this line needs to be commented out | |
#::1 localhost ip6-localhost ip6-loopback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo iptables -P FORWARD ACCEPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
canonical/microk8s#196 (comment)