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:
2024-09-21 19:48:59 -04:00
parent af210e8cb4
commit 64bf05138e
2 changed files with 88 additions and 1 deletions

View File

@@ -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