Merge pull request #5969 from justinsb/hostpid_with_etcd_manager

Use hostPID: true with etcd-manager
This commit is contained in:
k8s-ci-robot 2018-10-20 04:52:54 -07:00 committed by GitHub
commit 359a326dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,7 @@ spec:
- mountPath: /etc/hosts
name: hosts
hostNetwork: true
hostPID: true # helps with mounting volumes from inside a container
volumes:
- hostPath:
path: /

View File

@ -58,6 +58,7 @@ Contents:
- mountPath: /var/log/etcd.log
name: varlogetcd
hostNetwork: true
hostPID: true
tolerations:
- key: CriticalAddonsOnly
operator: Exists
@ -119,6 +120,7 @@ Contents:
- mountPath: /var/log/etcd.log
name: varlogetcd
hostNetwork: true
hostPID: true
tolerations:
- key: CriticalAddonsOnly
operator: Exists