v0.0.3
This commit is contained in:
@@ -1,20 +1,3 @@
|
||||
---
|
||||
# Group vars for Kubernetes control plane nodes
|
||||
kubernetes_role: control_plane
|
||||
iptables_forward_policy: ACCEPT
|
||||
iptables_open_ports:
|
||||
- interface: any
|
||||
protocol: tcp
|
||||
port: 6443
|
||||
- interface: any
|
||||
protocol: tcp
|
||||
port: '2379:2380'
|
||||
- interface: any
|
||||
protocol: tcp
|
||||
port: 10250
|
||||
- interface: any
|
||||
protocol: tcp
|
||||
port: 10257
|
||||
- interface: any
|
||||
protocol: tcp
|
||||
port: 10259
|
||||
|
||||
@@ -1,14 +1,3 @@
|
||||
---
|
||||
# Group vars for Kubernetes worker nodes
|
||||
kubernetes_role: node
|
||||
iptables_forward_policy: ACCEPT
|
||||
iptables_open_ports:
|
||||
- interface: any
|
||||
protocol: tcp
|
||||
port: 10250
|
||||
- interface: any
|
||||
protocol: tcp
|
||||
port: 10256
|
||||
- interface: any
|
||||
protocol: tcp
|
||||
port: "30000:32767"
|
||||
|
||||
Reference in New Issue
Block a user