Internal DNS fix

Because container have host networking it wouldn't be able to access rancher internal DNS server so access to the ETCD by DNS/FQDN name wouldn't work.
This commit is contained in:
Alwex 2017-08-22 12:55:20 -07:00 committed by GitHub
parent 13b75d349e
commit 0647f8edce

View File

@ -1,5 +1,6 @@
portworx:
labels:
io.rancher.container.dns: 'true'
io.rancher.container.create_agent: 'true'
io.rancher.scheduler.global: 'true'
io.rancher.container.pull_image: 'always'