projects:k8s:k8s_setup_with_k0s_k0sctl
Home | clubs :: cloud club :: python_club :: 3D-Printing | projects :: Proxmox | Kubernetes | scripting | utilities | games
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:k8s:k8s_setup_with_k0s_k0sctl [2026/05/27 06:46] – garfield | projects:k8s:k8s_setup_with_k0s_k0sctl [2026/06/09 07:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 89: | Line 89: | ||
| firewall-cmd --permanent --add-port=4789/ | firewall-cmd --permanent --add-port=4789/ | ||
| - | # Reload firewall | + | # Tell Fedora |
| - | firewall-cmd --reload | + | firewall-cmd --permanent |
| - | </ | + | firewall-cmd --permanent |
| - | | + | |
| - | # Open Kubelet API port and networking tunnels | + | # Allow pods to masquerade/NAT out to the local network |
| - | firewall-cmd --permanent --add-port=10250/tcp | + | firewall-cmd --permanent |
| - | firewall-cmd --permanent --add-port=179/ | + | |
| - | firewall-cmd --permanent --add-port=4789/udp | + | firewall-cmd --permanent |
| - | firewall-cmd --permanent --add-port=8132-8133/tcp | + | firewall-cmd --permanent |
| # Reload firewall to apply changes | # Reload firewall to apply changes | ||
| firewall-cmd --reload | firewall-cmd --reload | ||
| + | </ | ||
| + | - Disable the firewall completely **on the worker nodes** since k8s doesn' | ||
| + | sudo systemctl stop firewalld && sudo disable firewalld | ||
| </ | </ | ||
| - Create the cluster< | - Create the cluster< | ||
projects/k8s/k8s_setup_with_k0s_k0sctl.1779864369.txt.gz · Last modified: by garfield
