https://rancher.com/ logo
#rke2
Title
# rke2
b

broad-farmer-70498

09/01/2022, 1:52 PM
Am I only supposed to put manifests only on the bootstrap node? What happens if all server nodes don’t have exactly the same content for the manifests dir?
v

victorious-analyst-3332

09/01/2022, 4:07 PM
we’ve taken to placing HelmChartConfig files on all controlplane nodes, then restarting rke2-server service on a single node so they are applied
for manifests that aren’t modifying builtin rke2 components it might be less dire though (until you need to update them)
b

broad-farmer-70498

09/01/2022, 4:09 PM
are they only analyzed on startup?
v

victorious-analyst-3332

09/01/2022, 4:10 PM
they are evaluated every time
rke2-server
is started on any of the nodes, and last node to start wins
👍 1
b

broad-farmer-70498

09/01/2022, 4:15 PM
that helps thanks