Update docs which were incorrectly using _ in flag names

Each of these was verified that the actual flag declaration correctly
used -
This commit is contained in:
Eric Paris
2015-08-14 14:40:48 -04:00
parent 68716c7712
commit c560f41a4b
5 changed files with 123 additions and 138 deletions

View File

@@ -79,7 +79,7 @@ support all the features you expect.
## How do I turn on an admission control plug-in?
The Kubernetes API server supports a flag, `admission_control` that takes a comma-delimited,
The Kubernetes API server supports a flag, `admission-control` that takes a comma-delimited,
ordered list of admission control choices to invoke prior to modifying objects in the cluster.
## What does each plug-in do?