Skip to content

Commit

Permalink
Merge pull request #6 from emiah/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MonolithProjects authored Sep 10, 2021
2 parents 8cf06c9 + 221760f commit 4d10c61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ The RKE2 Kubernetes master/server nodes must belong to `masters` group and worke

```ini
[masters]
master-01 ansible_host=192.168.123.1
master-02 ansible_host=192.168.123.2
master-03 ansible_host=192.168.123.3
master-01 ansible_host=192.168.123.1 rke2_type=server
master-02 ansible_host=192.168.123.2 rke2_type=server
master-03 ansible_host=192.168.123.3 rke2_type=server
[workers]
worker-01 ansible_host=192.168.123.11
worker-02 ansible_host=192.168.123.12
worker-03 ansible_host=192.168.123.13
worker-01 ansible_host=192.168.123.11 rke2_type=agent
worker-02 ansible_host=192.168.123.12 rke2_type=agent
worker-03 ansible_host=192.168.123.13 rke2_type=agent
[k8s_cluster:children]
masters
Expand Down

0 comments on commit 4d10c61

Please sign in to comment.