This message was deleted.
# general
a
This message was deleted.
s
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
The addons are installed using the helm controller and can be modified via the helmchartconfig crd for calico
c
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
the first one. the second one is a little different. the third one is there just because the ui shows kube resources
c
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.