Skip to content

Commit 53e7a32

Browse files
Try to use protobuf instead of json
1 parent 6b615b2 commit 53e7a32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/config/runtime_config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ func BuildRestConfig(rtCfg RuntimeConfig) (*rest.Config, error) {
109109
}
110110

111111
restCFG.AcceptContentTypes = "application/vnd.kubernetes.protobuf,application/json"
112-
restCFG.ContentType = "application/vnd.kubernetes.protobuf"
113112
restCFG.QPS = defaultQPS
114113
restCFG.Burst = defaultBurst
115114
return restCFG, nil

0 commit comments

Comments
 (0)