vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 112 forks source link

Update dns command #141

Closed rbankston closed 4 years ago

rbankston commented 4 years ago

kubectl get svc -n heptio-contour contour -o jsonpath='{.status.loadBalancer.ingress[0].hostname}'

should be

kubectl get svc -n projectcontour envoy -o jsonpath='{.status.loadBalancer.ingress[0].hostname}'

in https://github.com/heptiolabs/gangway/blob/master/docs/README.md

jenting commented 4 years ago

In my test, the namespace and service name does not change.

rbankston commented 4 years ago

Hi @jenting I chose the wrong manifest some of them use projectcontour is used and envoy gets the ELB. Closing for now. May change when 1.0 is officially released.