This message was deleted.
# rke2
a
This message was deleted.
p
I know that I can apply helm chart config but I have two questions: • do I have to create helm config files manually on the server or I can apply them on rancher ui? • What if I have a few server node. On which node should I create file
b
I'm not entirely sure what it is you're trying to do. I thought that rke had a built or bundled ingress. You should be able to enable the system view and see the installed apps. (Helm charts) the rancher UI has installed in the system name spaces should show up and allow you to use the existing values to start with. There's a little checkbook to edit and update the helm before continuing.
p
@bland-article-62755 in front of ingress I have put load balancer HAProxy. It has one issue is that now client ip is ha proxy API. To solve I have to use proxy protocol so ingress will have more information about client. But I have to enable proxy protocol in ingress and for this I have to modify helm chart config for ingress. Now is question how to apply helm chart config if rke2 cluster was created using Rancher: • do I have to create helm config files manually on the server or I can apply them on rancher ui? • What if I have a few server node. On which node should I create file
b
Are you running HAProxy inside the cluster? I think most users (me too) run it outside as an HA pair with keepalived to move a vip. Is this rke managed by Rancher or are you just running it standalone?
p
I run it outside of cluster and point it to workers nodes ip addresses. Here is just question how to manage HelmChartConfig when cluster is provisioned by Rancher and I have multiple server nodes as I have to enable proxy mode on ingress. For now I created identical ingress config file manually on each server node but I’m now sure if it’s right solution or now