I upgraded Rancher from version 2.7.4 to version 2.7.5 on my EKS cluster (v1.24), using my own certificate from ACM. After the upgrade, everything, including ingress and pods, appears to be functioning normally. However, I encountered an issue with the dashboard, as it is not reachable and displays only an empty page. I’m wondering if anyone has any ideas or if this might be a bug that needs to be addressed ?
values.yml :
hostname: myrancher.new.org
ingress:
extraAnnotations:
alb.ingress.kubernetes.io/certificate-arn: <ACM-ARN>
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/subnets: <my-subnet-ids>
alb.ingress.kubernetes.io/success-codes: 200,404,301,302
kubernetes.io/ingress.class: alb
replicas: 3
tls: external
I tried it also with nginx-ingress and it is working. Probably there is a bug related to alb ingress.