Merge pull request #1186 from holser/resolv_conf

Set ClusterFirstWithHostNet for Pods with hostnetwork: true
This commit is contained in:
Matthew Mosesohn
2017-04-04 20:49:55 +03:00
committed by GitHub
6 changed files with 14 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
-v /etc/cni:/etc/cni:ro \
-v /opt/cni:/opt/cni:ro \
-v /etc/ssl:/etc/ssl:ro \
-v /etc/resolv.conf:/etc/resolv.conf \
{% for dir in ssl_ca_dirs -%}
-v {{ dir }}:{{ dir }}:ro \
{% endfor -%}