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
snap install microk8s --classic | |
sudo ufw default allow routed | |
sudo iptables -P FORWARD ACCEPT | |
## Fedora specific fix - see https://github.com/ubuntu/microk8s/issues/408#issuecomment-581100625 | |
sudo firewall-cmd --zone=trusted --add-masquerade --permanent | |
sudo firewall-cmd --zone=trusted --add-interface=cni0 --permanent | |
sudo firewall-cmd --reload | |
microk8s.enable dns dashboard metrics-server |