Closed
Description
Examples are based on
var config = KubernetesClientConfiguration.BuildConfigFromConfigFile(); IKubernetes client = new Kubernetes(config);
where it doesn't work out of the box and according to #91 workaround is simply
> kubectl proxy Starting to serve on 127.0.0.1:8001and calling it as
var config = new KubernetesClientConfiguration { Host = "http://127.0.0.1:8001" };
for development environment.
What is the step-by-step instruction to make this work on production environment for Kubernetes on Google (meaning no kubectl proxy
workaround )
Metadata
Metadata
Assignees
Labels
No labels