do i have to do it on every nodes ```/etc/rancher/...
# rke2
a
do i have to do it on every nodes
Copy code
/etc/rancher/rke2/config.yaml
n
on control plane nodes yes.
1
a
by any chance do you know the syntax? in the YAML for the apiserver pod its shown as
but i don't get how this translates to the syntax shown in the rancher docs for config.yaml https://docs.rke2.io/advanced
n
Copy code
control-plane-resource-requests: "kube-apiserver-memory=3G,etcd-memory=32G"
a
thank you sir