This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [fedora@kubernetes-master-3691 ~]$ /tmp/kube-apiserver --help | |
| Usage of /tmp/kube-apiserver: | |
| --admission-control="AlwaysAdmit": Ordered list of plug-ins to do admission control of resources into cluster. Comma-delimited list of: NamespaceAutoProvision, LimitRanger, InitialResources, DenyExecOnPrivileged, AlwaysAdmit, ServiceAccount, SecurityContextDeny, NamespaceExists, AlwaysDeny, ResourceQuota, NamespaceLifecycle | |
| --admission-control-config-file="": File with admission control configuration. | |
| --advertise-address=<nil>: The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster. If blank, the --bind-address will be used. If --bind-address is unspecified, the host's default interface will be used. | |
| --allow-privileged[=false]: If true, allow privileged containers. | |
| --alsologtostderr[=false]: log to standard error as well as files | |
| --api-burst=200: API burst amount for the read only port | |
| --api-prefix |