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