We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcd2e9 commit 75421faCopy full SHA for 75421fa
pkg/cloud/metadata/k8s.go
@@ -84,6 +84,8 @@ func DefaultKubernetesAPIClient(kubeconfig string) KubernetesAPIClient {
84
}
85
86
87
+ config.AcceptContentTypes = "application/vnd.kubernetes.protobuf,application/json"
88
+ config.ContentType = "application/vnd.kubernetes.protobuf"
89
// creates the clientset
90
clientset, err = kubernetes.NewForConfig(config)
91
if err != nil {
0 commit comments