I am new to RKE2 - probably, you will notice this ...
# rke2
p
I am new to RKE2 - probably, you will notice this when you read my question: There is something, I do not understand about the concept of `/var/lib/rancher/rke2/server/manifests/rancher/`: In a multi-node cluster, I have this folder on all hosts. If I create a file within this directory on one host (e.g.,
rke2-ingress-nginx-config.yaml
to configure ingress-nginx), the configuration gets applied to the cluster. This is as expected, it is great and it works.
What I do not understand: The content of this folder drifts apart over time between the cluster nodes. This is not a problem, but it does not feel good. How am I supposed to use it in a multi node environment?