Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Contour ingress controller deployment #460

@micron1390

Description

@micron1390

Hello,

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 ?

helm install contour bitnami/contour --namespace=kube-system -f values.yaml

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

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions