kontena / k8s-client

Ruby Kubernetes API client
Apache License 2.0
76 stars 26 forks source link

Fix K8s::Client.autoconfig when using KUBECONFIG #99

Closed kke closed 5 years ago

kke commented 5 years ago

Fixes #98

Don't pass the auth_token param to KUBECONFIG env loader, it's passed to Transport.new after the config is loaded.