We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245158d commit c9ed731Copy full SHA for c9ed731
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