Not quite sure how it works under the hood, but those ui addons are basically helm charts. Wouldn't be surprised if that HelmChartConfigs resource directly relates to the addon config
m
mysterious-animal-29850
12/05/2025, 11:23 AM
The addons are installed using the helm controller and can be modified via the helmchartconfig crd for calico
c
crooked-cat-21365
12/05/2025, 1:48 PM
There are 3 ways (at least) to configure must-have helm charts in Rancher:
• cluster management --> name --> burger --> config --> Add-on: Calico
• cluster management --> name --> burger --> config --> additional manifest
• cluster name --> more resources --> Helm --> HelmChartConfigs --> create
My question is, which way to prefer to configure Calico?
s
stocky-account-63046
12/05/2025, 1:54 PM
the first one.
the second one is a little different.
the third one is there just because the ui shows kube resources
c
creamy-pencil-82913
12/05/2025, 4:20 PM
Use the UI tab for the CNI to configure the values for the CNI. This goes into a HelmChartConfig for the chart. If you try to create your own with additional manifests it'll conflict.