mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Fix a bunch of places where the -machines flag was still attached to the apiserver.
This commit is contained in:
@@ -53,9 +53,6 @@ The the kube-apiserver several options.
|
||||
**-logtostderr**=
|
||||
log to standard error instead of files. Default is false.
|
||||
|
||||
**-machines**=[]
|
||||
List of machines to schedule onto, comma separated.
|
||||
|
||||
**-minion_cache_ttl**=30s
|
||||
Duration of time to cache minion information. Default 30 seconds.
|
||||
|
||||
|
@@ -44,6 +44,9 @@ The kube-controller-manager has several options.
|
||||
**-logtostderr**=false
|
||||
log to standard error instead of files.
|
||||
|
||||
**-machines**=[]
|
||||
List of machines to schedule onto, comma separated.
|
||||
|
||||
**-master**=""
|
||||
The address of the Kubernetes API server.
|
||||
|
||||
|
@@ -69,10 +69,6 @@ The the kube\-apiserver several options.
|
||||
\fB\-logtostderr\fP=
|
||||
log to standard error instead of files. Default is false.
|
||||
|
||||
.PP
|
||||
\fB\-machines\fP=[]
|
||||
List of machines to schedule onto, comma separated.
|
||||
|
||||
.PP
|
||||
\fB\-minion\_cache\_ttl\fP=30s
|
||||
Duration of time to cache minion information. Default 30 seconds.
|
||||
|
@@ -56,6 +56,10 @@ The kube\-controller\-manager has several options.
|
||||
\fB\-logtostderr\fP=false
|
||||
log to standard error instead of files.
|
||||
|
||||
.PP
|
||||
\fB\-machines\fP=[]
|
||||
List of machines to schedule onto, comma separated.
|
||||
|
||||
.PP
|
||||
\fB\-master\fP=""
|
||||
The address of the Kubernetes API server.
|
||||
|
Reference in New Issue
Block a user