Skip to content

Instantly share code, notes, and snippets.

View spothanis's full-sized avatar

Sreekanth Pothanis spothanis

View GitHub Profile
@spothanis
spothanis / apiserver_flags
Created September 2, 2015 22:52
Kube-apiserver flags after rename
[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