v0.0.20
This commit is contained in:
25
group_vars/control_planes.yaml
Normal file
25
group_vars/control_planes.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
# Group vars for Kubernetes control plane nodes
|
||||
kubernetes_role: control_plane
|
||||
open_ports:
|
||||
- interface: any
|
||||
protocol: tcp
|
||||
port: 22
|
||||
- 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
|
||||
memory:
|
||||
unit: MiB
|
||||
value: 8192
|
||||
Reference in New Issue
Block a user