Documentation of k8s_cluster auto-defined

Also remove the group from the example inventory, since it should not be
needed anymore.
This commit is contained in:
Max Gautier
2024-09-21 14:33:45 +02:00
parent 7580e59bbf
commit 88b6f08e26
5 changed files with 4 additions and 36 deletions

View File

@@ -127,8 +127,7 @@ recommended here:
You need to edit your inventory and add:
* `calico_rr` group with nodes in it. `calico_rr` can be combined with
`kube_node` and/or `kube_control_plane`. `calico_rr` group also must be a child
group of `k8s_cluster` group.
`kube_node` and/or `kube_control_plane`.
* `cluster_id` by route reflector node/group (see details [here](https://hub.docker.com/r/calico/routereflector/))
Here's an example of Kubespray inventory with standalone route reflectors:
@@ -157,11 +156,6 @@ node3
node4
node5
[k8s_cluster:children]
kube_node
kube_control_plane
calico_rr
[calico_rr]
rr0
rr1