User Tools

Site Tools


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.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:k8s:k8s_setup_with_k0s_k0sctl [2026/05/27 07:11] garfieldprojects:k8s:k8s_setup_with_k0s_k0sctl [2026/06/09 07:02] (current) – external edit 127.0.0.1
Line 102: Line 102:
 firewall-cmd --reload firewall-cmd --reload
 </code> </code>
-  - Open the firewall ports on the worker node(s)<code> +  - Disable the firewall completely **on the worker nodes** since k8s doesn't like it Ref: [[https://docs.k0sproject.io/head/networking/#firewalld-k0s|k0s networking firewalld-k0s]]<code> 
-# Open Kubelet API port and networking tunnels +sudo systemctl stop firewalld && sudo disable firewalld
-firewall-cmd --permanent --add-port=10250/tcp +
-firewall-cmd --permanent --add-port=179/tcp +
-firewall-cmd --permanent --add-port=4789/udp +
-firewall-cmd --permanent --add-port=8132-8133/tcp +
- +
-Reload firewall to apply changes +
-firewall-cmd --reload+
 </code> </code>
   - Create the cluster<code>   - Create the cluster<code>
projects/k8s/k8s_setup_with_k0s_k0sctl.txt · Last modified: by 127.0.0.1