We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0720d4b + c9ed731 commit 987a609Copy full SHA for 987a609
pkg/cmd/server/kubernetes/master/master_config.go
@@ -155,6 +155,7 @@ func BuildKubeAPIserverOptions(masterConfig configapi.MasterConfig) (*kapiserver
155
server.Etcd.DefaultWatchCacheSize = DefaultWatchCacheSize
156
157
server.GenericServerRunOptions.MaxRequestsInFlight = masterConfig.ServingInfo.MaxRequestsInFlight
158
+ server.GenericServerRunOptions.MaxMutatingRequestsInFlight = masterConfig.ServingInfo.MaxRequestsInFlight / 2
159
server.GenericServerRunOptions.MinRequestTimeout = masterConfig.ServingInfo.RequestTimeoutSeconds
160
for _, nc := range masterConfig.ServingInfo.NamedCertificates {
161
sniCert := utilflag.NamedCertKey{
0 commit comments