lemon-application-97336
02/23/2023, 4:36 PMhelm upgrade --install rancher rancher-stable/rancher --namespace cattle-system --set hostname="myhost.mydomain" --set tls=external
Installation was ok, but the Ingress reports:
'nginx-ingress-controller Scheduled for sync'
In the rancher log I see the following errors:
[ERROR] Failed to connect to peer <wss://10.45.3.4/v3/connect> [local ID=10.45.4.5]: dial tcp 10.45.3.4:443: i/o timeout
I'm confused, I would have expected the internal connections were going to port 80, which is open.
Anybody can give me a hint, what could be wrong?
Thanksdry-vr-36164
03/11/2023, 12:11 AMlemon-application-97336
03/13/2023, 8:15 AMdry-vr-36164
03/13/2023, 9:00 AMtls=external
but still it didn't worked. Then I got to know that I had set this as well in nginx controller --set-string controller.config.use-forwarded-headers="true"
. After adding this it started working.