Merge pull request #1754 from ArchiFleKs/rkt-kubelet-fix

add hosts to rkt kubelet
This commit is contained in:
Spencer Smith
2017-10-10 10:37:36 -04:00
committed by GitHub
3 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ LimitNOFILE=40000
# /vault/logs/ # Log files
ExecStart=/usr/bin/rkt run \
--insecure-options=image \
--volume hosts,kind=host,source=/etc/hosts,readOnly=true \
--mount volume=hosts,target=/etc/hosts \
--volume=volume-vault-file,kind=host,source=/var/lib/vault \
--volume=volume-vault-logs,kind=host,source={{ vault_log_dir }} \
--volume=vault-cert-dir,kind=host,source={{ vault_cert_dir }} \