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

@@ -30,7 +30,7 @@
# Unless given a specific directive, disable registration for the kubelet
# running on the master.
{% if grains.kubelet_api_servers is defined -%}
{% set api_servers_with_port = "--api_servers=https://" + grains.kubelet_api_servers -%}
{% set api_servers_with_port = "--api-servers=https://" + grains.kubelet_api_servers -%}
{% else -%}
{% set api_servers_with_port = "" -%}
{% endif -%}