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
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
I can not connect contour with the ELB balancer, I registered a private address in loadBalancerIP: "192.168.0.10", but the balancer does not listening ports 80, 443
It is possible to bind ELB to kubespray ?
NAME: contour
LAST DEPLOYED: Fri Oct 22 00:33:13 2021
NAMESPACE: kube-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Get Contours's load balancer IP/hostname:
NOTE: It may take a few minutes for this to become available.
You can watch the status by running:
$ kubectl get svc contour-envoy --namespace kube-system -w
Once 'EXTERNAL-IP' is no longer '':
$ kubectl describe svc contour-envoy --namespace kube-system | grep Ingress | awk '{print $3}'
Configure DNS records corresponding to Kubernetes ingress resources to point to the load balancer IP/hostname found in step 1