Adding firewalld and SELinux configuration for Kubernetes in configure_node_for_k8s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[masters]
|
||||
KubeMaster ansible_host=192.168.100.2
|
||||
KubeMaster ansible_host=192.168.100.2 master=true
|
||||
|
||||
[workers]
|
||||
KubeWorker1 ansible_host=192.168.100.3
|
||||
KubeWorker2 ansible_host=192.168.100.4
|
||||
KubeWorker1 ansible_host=192.168.100.3 worker=true
|
||||
KubeWorker2 ansible_host=192.168.100.4 worker=true
|
||||
|
||||
[ansible]
|
||||
Ansible ansible_host=192.168.100.5
|
||||
Reference in New Issue
Block a user