cloudposse / docs

Terraform Reference Architecture for AWS, Datadog and GitHub Actions
https://docs.cloudposse.com
Other
69 stars 27 forks source link

Document Kubectl Proxy in Geodesic #428

Open osterman opened 5 years ago

osterman commented 5 years ago

what

why

Nuru commented 5 years ago

In Geodesic 0.95.0 or later,

kubectl proxy --port=${KUBERNETES_API_PORT} --address=0.0.0.0 --accept-hosts='.*'

should be replaced by

kubectl proxy --port=${GEODESIC_PORT} --address=0.0.0.0 --accept-hosts='.*'