Adding the beginnings of kubernetes node config, the tutorial I'm following doesn't have the firewall and SELINUX rules in there ansible examples, so that's not done yet
This commit is contained in:
@@ -3,4 +3,7 @@ KubeMaster ansible_host=192.168.100.2
|
||||
|
||||
[workers]
|
||||
KubeWorker1 ansible_host=192.168.100.3
|
||||
KubeWorker2 ansible_host=192.168.100.4
|
||||
KubeWorker2 ansible_host=192.168.100.4
|
||||
|
||||
[ansible]
|
||||
Ansible ansible_host=192.168.100.5
|
||||
Reference in New Issue
Block a user