Merge pull request #1446 from matlockx/master

add possibility to ignore the hostname override
This commit is contained in:
Antoine Legrand
2017-08-18 17:03:40 +02:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -57,3 +57,6 @@ kubelet_custom_flags: []
## Empty vaule for quay.io containers
## docker for docker registry containers
kube_hyperkube_image_repo: ""
# If non-empty, will use this string as identification instead of the actual hostname
kube_override_hostname: "{{ ansible_hostname }}"