30x / k8s-router

A general purpose router for Kubernetes.
Apache License 2.0
15 stars 2 forks source link

Removed `KUBE_HOST` env variable, uses kubernetes built in config loader for outside cluster #47

Closed AdamMagaluk closed 8 years ago

AdamMagaluk commented 8 years ago

Implements #45.

No longer looks at KUBE_HOST if not in cluster will try to load local kube config.

whitlockjc commented 8 years ago

LGTM