You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got 400 Bad Request The plain HTTP request was sent to the HTTPS port When configuring Loadbalancer with Https access.
I deploy the kuberntes dashboard with the following values file
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Got 400 Bad Request The plain HTTP request was sent to the HTTPS port When configuring Loadbalancer with Https access.
I deploy the kuberntes dashboard with the following values file
kong:
enabled: true
ingressController:
enabled: false
proxy:
http:
enabled: false
type: LoadBalancer
annotations:
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: 'proxy-tls'
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: 'kong-proxy-tls'
external-dns.alpha.kubernetes.io/hostname: "k8s.example.com"
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:........"
Beta Was this translation helpful? Give feedback.
All reactions