mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Merge pull request #86588 from hase1128/clean-up-apiserver-document
Clean up kube-apiserver reference document
This commit is contained in:
commit
bb7bad49f5
@ -184,7 +184,7 @@ func (s *ServerRunOptions) AddUniversalFlags(fs *pflag.FlagSet) {
|
|||||||
|
|
||||||
deprecatedMasterServiceNamespace := metav1.NamespaceDefault
|
deprecatedMasterServiceNamespace := metav1.NamespaceDefault
|
||||||
fs.StringVar(&deprecatedMasterServiceNamespace, "master-service-namespace", deprecatedMasterServiceNamespace, ""+
|
fs.StringVar(&deprecatedMasterServiceNamespace, "master-service-namespace", deprecatedMasterServiceNamespace, ""+
|
||||||
"DEPRECATED: the namespace from which the kubernetes master services should be injected into pods.")
|
"DEPRECATED: the namespace from which the Kubernetes master services should be injected into pods.")
|
||||||
|
|
||||||
fs.IntVar(&s.MaxRequestsInFlight, "max-requests-inflight", s.MaxRequestsInFlight, ""+
|
fs.IntVar(&s.MaxRequestsInFlight, "max-requests-inflight", s.MaxRequestsInFlight, ""+
|
||||||
"The maximum number of non-mutating requests in flight at a given time. When the server exceeds this, "+
|
"The maximum number of non-mutating requests in flight at a given time. When the server exceeds this, "+
|
||||||
|
Loading…
Reference in New Issue
Block a user