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 ef7b2b5 commit dd3564cCopy full SHA for dd3564c
main.go
@@ -205,6 +205,8 @@ func main() {
205
kubeConfig.QPS = config.DefaultAPIServerQPS
206
kubeConfig.Burst = config.DefaultAPIServerBurst
207
kubeConfig.UserAgent = fmt.Sprintf("%s/%s", ec2API.AppName, version.GitVersion)
208
+ kubeConfig.AcceptContentTypes = "application/vnd.kubernetes.protobuf,application/json"
209
+ kubeConfig.ContentType = "application/vnd.kubernetes.protobuf"
210
211
setupLog.Info("starting the controller with leadership setting",
212
"leader mode enabled", enableLeaderElection,
0 commit comments