mirror of https://github.com/kubernetes/kops.git
Merge pull request #5969 from justinsb/hostpid_with_etcd_manager
Use hostPID: true with etcd-manager
This commit is contained in:
commit
359a326dc5
|
@ -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: /
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue