Hey everyone,
Maybe someone got an idea to that problem. We got a rancher 2 instance that is really old. Created with rancher 2.0.x and updated all the way to the current release over time.
We got however some problems in this instance. When creating an RKE cluster (using interface or terraform does not matter) all the options that are set just disappear. When looking at the yaml in the local cluster, i can see that the cluster settings are pretty much all empty.
I managed to write that configs manually by creating the yaml fully per hand, however this is not a good solution as we normally use terraform to setup our projects. Any idea on where i can look to fix the issue?
p
polite-piano-74233
03/19/2023, 10:15 PM
if rancher doesnt like your yaml it will leave it on the floor and ignore it. usually this happens if the yaml is malformed (tabs missing, - missing etc)
f
fancy-cricket-731
03/20/2023, 6:29 AM
Its not the yaml that is making problems but the UI. Writing the yaml values manually works like a charm, as soon as i use the UI or API all the values are empty.