Merge branch 'master' of https://github.com/kubernetes-incubator/kubespray
This commit is contained in:
commit
3ac967a7b6
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@ spec:
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if enable_network_policy %}
|
||||
{% if kube_version | version_compare('v1.8', '<') %}
|
||||
{% if kube_version | version_compare('v1.8', '<') %}
|
||||
- --runtime-config=extensions/v1beta1/networkpolicies=true
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
- --v={{ kube_log_level }}
|
||||
- --allow-privileged=true
|
||||
|
|
Loading…
Reference in a new issue