Thanks, I'm new here so have some questions about the wiki you gave.
In wiki page, it seems there is a k8s resource "kind: Cluster". It supports rkeConfig in its yaml. Once I changed any configurations there, this kind of resource will automatically restart all pods to adopt the changes right? My question is, where does "kind: Cluster" comes from? is it a customized resource which will write the changes in yaml file and restart pods by itself? If that's the case, then what I really ask is, does RKE2 itself support dynamic config changes. That means, once I update configurations somewhere, pods can adopt the changes automatically without pods restart