Merge pull request #1208 from mattymo/1.6-flannel

Update to k8s 1.6 with flannel and centos fixes
This commit is contained in:
Matthew Mosesohn
2017-04-06 13:04:02 +03:00
committed by GitHub
9 changed files with 26 additions and 32 deletions

View File

@@ -13,9 +13,9 @@ spec:
app: netchecker-agent-hostnet
spec:
hostNetwork: True
{%- if kube_version | version_compare('v1.6', '>=') -%}
{% if kube_version | version_compare('v1.6', '>=') %}
dnsPolicy: ClusterFirstWithHostNet
{%- endif -%}
{% endif %}
containers:
- name: netchecker-agent
image: "{{ agent_img }}"