浏览代码

Issue #502: Updated firewalld ports

Signed-off-by: blesson-james <blesson_james@Dellteam.com>
blesson-james 3 年之前
父节点
当前提交
74c08b5e76
共有 1 个文件被更改,包括 8 次插入5 次删除
  1. 8 5
      roles/k8s_firewalld/vars/main.yml

+ 8 - 5
roles/k8s_firewalld/vars/main.yml

@@ -15,11 +15,14 @@
 
 # Master nodes firewall ports
 k8s_master_ports:
-  - 6443
-  - 2379-2380
-  - 10250
-  - 10251
-  - 10252
+  - 6443/tcp
+  - 2379-2380/tcp
+  - 10250/tcp
+  - 10251/tcp
+  - 10252/tcp
+  - 10255/tcp
+  - 30000-32767/tcp
+  - 8472/udp
 
 # Worker nodes firewall ports
 k8s_compute_ports: