Merge branch 'master' into standalone_kubelet

This commit is contained in:
Antoine Legrand
2016-12-13 17:26:21 +01:00
committed by GitHub
33 changed files with 849 additions and 276 deletions

View File

@@ -48,6 +48,9 @@ spec:
- --cloud-config={{ kube_config_dir }}/cloud_config
{% elif cloud_provider is defined and cloud_provider == "aws" %}
- --cloud-provider={{ cloud_provider }}
{% endif %}
{% if kube_api_anonymous_auth is defined and kube_version | version_compare('v1.5', '>=') %}
- --anonymous-auth={{ kube_api_anonymous_auth }}
{% endif %}
livenessProbe:
httpGet: