broad-london-47530
10/16/2025, 11:02 AMHelmChartConfig/rke2-canal in namespace kube-system, lest Flanneld finds itself unable to identify the network interface that bears the IPv6 default route (whereas, for some reason, it detects the IPv4 one just fine without that setting; and of course, it’s the same interface.) Trouble is, somehow every time I add or remove a quorum node, it seems that that patch goes away for some reason; which messes up the networking big time (and it’s like the Kryptonite of Kubernetes; since the control plane doesn’t use the overlay network, it doesn’t even realize that the node is out of order, and so it keeps scheduling pods to it that don’t have network access to any services, or pods on any other nodes! 😱).
I want to get to the bottom of this. I see that the other HelmChartConfig that I have (bottom of screenshot) doesn’t suffer from such interference; presumably because it is not “managed,” as evidenced by not having a <http://objectset.rio.cattle.io/owner-name|objectset.rio.cattle.io/owner-name>: managed-chart-config annotation, whereas the first one does.
My question is: which moving part is “managing” my `HelmChartConfig/rke2-canal`; and how do I tell it either to stop, or to negotiate and integrate the desired flannel.regexIface into its spec.valuesContent ?
Edit: proofreadbroad-london-47530
10/16/2025, 12:29 PM/var/lib/rancher/rke2/server/manifests/rancher/managed-chart-config.yaml on each of my quorum nodes, that reads
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
creationTimestamp: null
name: rke2-canal
namespace: kube-system
spec:
valuesContent: '{"global":{"cattle":{"clusterId":"c-m-t2gz7sxt"}}}'
and this obviously looks like a smoking gun.broad-london-47530
10/16/2025, 12:34 PMbroad-london-47530
10/16/2025, 5:09 PMaddChartConfigs (https://github.com/search?q=repo%3Arancher%2Francher%20addChartConfigs&type=code) will keep recreating this file every time it is called — As documented.
This boils down to a documentation issue.creamy-pencil-82913
10/16/2025, 6:19 PMcreamy-pencil-82913
10/16/2025, 6:20 PMcreamy-pencil-82913
10/16/2025, 6:22 PMbroad-london-47530
10/16/2025, 6:23 PMcreamy-pencil-82913
10/16/2025, 6:24 PMbroad-london-47530
10/16/2025, 6:24 PM