Kubernetes client library AuthenticationException Kubernetes client library AuthenticationException kubernetes kubernetes

Kubernetes client library AuthenticationException


From the client's Github I found this issue that suggests a better work-around than I found.

KubernetesClientConfiguration config = KubernetesClientConfiguration.InClusterConfig();config.TcpKeepAlive = false; Kubernetes client = new Kubernetes(config);