@@ -14,64 +14,64 @@ The **kubernetes** API server validates and configures data for 3 types of objec
...
@@ -14,64 +14,64 @@ The **kubernetes** API server validates and configures data for 3 types of objec
The the kube-apiserver several options.
The the kube-apiserver several options.
# OPTIONS
# OPTIONS
**-address**=""
**--address**=""
The address on the local server to listen to. Default 127.0.0.1
The address on the local server to listen to. Default 127.0.0.1
**-allow_privileged**=""
**--allow_privileged**=""
If true, allow privileged containers.
If true, allow privileged containers.
**-alsologtostderr**=
**--alsologtostderr**=
log to standard error as well as files. Default is false.
log to standard error as well as files. Default is false.
**-api_prefix**="/api"
**--api_prefix**="/api"
The prefix for API requests on the server. Default '/api'
The prefix for API requests on the server. Default '/api'
**-cloud_config**=""
**--cloud_config**=""
The path to the cloud provider configuration file. Empty string for no configuration file.
The path to the cloud provider configuration file. Empty string for no configuration file.
**-cloud_provider**=""
**--cloud_provider**=""
The provider for cloud services. Empty string for no provider.
The provider for cloud services. Empty string for no provider.
**-cors_allowed_origins**=[]
**--cors_allowed_origins**=[]
List of allowed origins for CORS, comma separated. An allowed origin can be a regular expression to support subdomain matching. If this list is empty CORS will not be enabled.
List of allowed origins for CORS, comma separated. An allowed origin can be a regular expression to support subdomain matching. If this list is empty CORS will not be enabled.
**-etcd_servers**=[]
**--etcd_servers**=[]
List of etcd servers to watch (http://ip:port), comma separated
List of etcd servers to watch (http://ip:port), comma separated
**-health_check_minions**=
**--health_check_minions**=
If true, health check minions and filter unhealthy ones. Default true.
If true, health check minions and filter unhealthy ones. Default true.
**-log_backtrace_at=**:0
**--log_backtrace_at=**:0
when logging hits line file:N, emit a stack trace
when logging hits line file:N, emit a stack trace
**-log_dir**=""
**--log_dir**=""
If non-empty, write log files in this directory
If non-empty, write log files in this directory
**-log_flush_frequency**=5s
**--log_flush_frequency**=5s
Maximum number of seconds between log flushes. Default is 5 seconds.
Maximum number of seconds between log flushes. Default is 5 seconds.
**-logtostderr**=
**--logtostderr**=
log to standard error instead of files. Default is false.
log to standard error instead of files. Default is false.
**-kubelet_port**=10250
**--kubelet_port**=10250
The port at which kubelet will be listening on the minions. Default is 10250.
The port at which kubelet will be listening on the minions. Default is 10250.
**-port**=8080
**--port**=8080
The port to listen on. Default is 8080.
The port to listen on. Default is 8080.
**-stderrthreshold**=0
**--stderrthreshold**=0
logs at or above this threshold go to stderr. Default is 0.
logs at or above this threshold go to stderr. Default is 0.
**-storage_version**=""
**--storage_version**=""
The version to store resources with. Defaults to server preferred.
The version to store resources with. Defaults to server preferred.
**-v**=0
**--v**=0
Log level for V logs.
Log level for V logs.
**-version**=false
**--version**=false
Print version information and quit. Default is false.
Print version information and quit. Default is false.
**-vmodule**=
**--vmodule**=
comma-separated list of pattern=N settings for file-filtered logging
comma-separated list of pattern=N settings for file-filtered logging
The image that network containers in each pod will use.
The image that network containers in each pod will use.
**-port**=10250
**--port**=10250
The port for the info server to serve on.
The port for the info server to serve on.
**-registry_burst**=10
**--registry_burst**=10
Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_qps. Only used if --registry_qps > 0.
Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_qps. Only used if --registry_qps > 0.
**-registry_qps**=0
**--registry_qps**=0
If > 0, limit registry pull QPS to this value. If 0, unlimited. [default=0.0].
If > 0, limit registry pull QPS to this value. If 0, unlimited. [default=0.0].
**-root_dir**="/var/lib/kubelet"
**--root_dir**="/var/lib/kubelet"
Directory path for managing kubelet files (volume mounts,etc).
Directory path for managing kubelet files (volume mounts,etc).
**-stderrthreshold**=0
**--stderrthreshold**=0
logs at or above this threshold go to stderr.
logs at or above this threshold go to stderr.
**-sync_frequency**=10s
**--sync_frequency**=10s
Max period between synchronizing running containers and config.
Max period between synchronizing running containers and config.
**-v**=0
**--v**=0
log level for V logs.
log level for V logs.
**-version**=false
**--version**=false
Print version information and quit.
Print version information and quit.
**-vmodule**=
**--vmodule**=
comma-separated list of pattern=N settings for file-filtered logging.
comma-separated list of pattern=N settings for file-filtered logging.
@@ -17,84 +17,84 @@ The the kube\-apiserver several options.
...
@@ -17,84 +17,84 @@ The the kube\-apiserver several options.
.SH OPTIONS
.SH OPTIONS
.PP
.PP
\fB\-address\fP=""
\fB\-\-address\fP=""
The address on the local server to listen to. Default 127.0.0.1
The address on the local server to listen to. Default 127.0.0.1
.PP
.PP
\fB\-allow\_privileged\fP=""
\fB\-\-allow\_privileged\fP=""
If true, allow privileged containers.
If true, allow privileged containers.
.PP
.PP
\fB\-alsologtostderr\fP=
\fB\-\-alsologtostderr\fP=
log to standard error as well as files. Default is false.
log to standard error as well as files. Default is false.
.PP
.PP
\fB\-api\_prefix\fP="/api"
\fB\-\-api\_prefix\fP="/api"
The prefix for API requests on the server. Default '/api'
The prefix for API requests on the server. Default '/api'
.PP
.PP
\fB\-cloud\_config\fP=""
\fB\-\-cloud\_config\fP=""
The path to the cloud provider configuration file. Empty string for no configuration file.
The path to the cloud provider configuration file. Empty string for no configuration file.
.PP
.PP
\fB\-cloud\_provider\fP=""
\fB\-\-cloud\_provider\fP=""
The provider for cloud services. Empty string for no provider.
The provider for cloud services. Empty string for no provider.
.PP
.PP
\fB\-cors\_allowed\_origins\fP=[]
\fB\-\-cors\_allowed\_origins\fP=[]
List of allowed origins for CORS, comma separated. An allowed origin can be a regular expression to support subdomain matching. If this list is empty CORS will not be enabled.
List of allowed origins for CORS, comma separated. An allowed origin can be a regular expression to support subdomain matching. If this list is empty CORS will not be enabled.
.PP
.PP
\fB\-etcd\_servers\fP=[]
\fB\-\-etcd\_servers\fP=[]
List of etcd servers to watch (
List of etcd servers to watch (
\[la]http://ip:port\[ra]), comma separated
\[la]http://ip:port\[ra]), comma separated
.PP
.PP
\fB\-health\_check\_minions\fP=
\fB\-\-health\_check\_minions\fP=
If true, health check minions and filter unhealthy ones. Default true.
If true, health check minions and filter unhealthy ones. Default true.
.PP
.PP
\fB\-log\_backtrace\_at=\fP:0
\fB\-\-log\_backtrace\_at=\fP:0
when logging hits line file:N, emit a stack trace
when logging hits line file:N, emit a stack trace
.PP
.PP
\fB\-log\_dir\fP=""
\fB\-\-log\_dir\fP=""
If non\-empty, write log files in this directory
If non\-empty, write log files in this directory
.PP
.PP
\fB\-log\_flush\_frequency\fP=5s
\fB\-\-log\_flush\_frequency\fP=5s
Maximum number of seconds between log flushes. Default is 5 seconds.
Maximum number of seconds between log flushes. Default is 5 seconds.
.PP
.PP
\fB\-logtostderr\fP=
\fB\-\-logtostderr\fP=
log to standard error instead of files. Default is false.
log to standard error instead of files. Default is false.
.PP
.PP
\fB\-kubelet\_port\fP=10250
\fB\-\-kubelet\_port\fP=10250
The port at which kubelet will be listening on the minions. Default is 10250.
The port at which kubelet will be listening on the minions. Default is 10250.
.PP
.PP
\fB\-port\fP=8080
\fB\-\-port\fP=8080
The port to listen on. Default is 8080.
The port to listen on. Default is 8080.
.PP
.PP
\fB\-stderrthreshold\fP=0
\fB\-\-stderrthreshold\fP=0
logs at or above this threshold go to stderr. Default is 0.
logs at or above this threshold go to stderr. Default is 0.
.PP
.PP
\fB\-storage\_version\fP=""
\fB\-\-storage\_version\fP=""
The version to store resources with. Defaults to server preferred.
The version to store resources with. Defaults to server preferred.
.PP
.PP
\fB\-v\fP=0
\fB\-\-v\fP=0
Log level for V logs.
Log level for V logs.
.PP
.PP
\fB\-version\fP=false
\fB\-\-version\fP=false
Print version information and quit. Default is false.
Print version information and quit. Default is false.
.PP
.PP
\fB\-vmodule\fP=
\fB\-\-vmodule\fP=
comma\-separated list of pattern=N settings for file\-filtered logging
comma\-separated list of pattern=N settings for file\-filtered logging
.SH EXAMPLES
.SH EXAMPLES
...
@@ -102,7 +102,7 @@ The the kube\-apiserver several options.
...
@@ -102,7 +102,7 @@ The the kube\-apiserver several options.
The image that network containers in each pod will use.
The image that network containers in each pod will use.
.PP
.PP
\fB\-port\fP=10250
\fB\-\-port\fP=10250
The port for the info server to serve on.
The port for the info server to serve on.
.PP
.PP
\fB\-registry\_burst\fP=10
\fB\-\-registry\_burst\fP=10
Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry\_qps. Only used if \-\-registry\_qps > 0.
Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry\_qps. Only used if \-\-registry\_qps > 0.
.PP
.PP
\fB\-registry\_qps\fP=0
\fB\-\-registry\_qps\fP=0
If > 0, limit registry pull QPS to this value. If 0, unlimited. [default=0.0].
If > 0, limit registry pull QPS to this value. If 0, unlimited. [default=0.0].
.PP
.PP
\fB\-root\_dir\fP="/var/lib/kubelet"
\fB\-\-root\_dir\fP="/var/lib/kubelet"
Directory path for managing kubelet files (volume mounts,etc).
Directory path for managing kubelet files (volume mounts,etc).
.PP
.PP
\fB\-stderrthreshold\fP=0
\fB\-\-stderrthreshold\fP=0
logs at or above this threshold go to stderr.
logs at or above this threshold go to stderr.
.PP
.PP
\fB\-sync\_frequency\fP=10s
\fB\-\-sync\_frequency\fP=10s
Max period between synchronizing running containers and config.
Max period between synchronizing running containers and config.
.PP
.PP
\fB\-v\fP=0
\fB\-\-v\fP=0
log level for V logs.
log level for V logs.
.PP
.PP
\fB\-version\fP=false
\fB\-\-version\fP=false
Print version information and quit.
Print version information and quit.
.PP
.PP
\fB\-vmodule\fP=
\fB\-\-vmodule\fP=
comma\-separated list of pattern=N settings for file\-filtered logging.
comma\-separated list of pattern=N settings for file\-filtered logging.