Update job-node.yaml

This commit is contained in:
Liz Rice
2019-01-17 11:34:26 +00:00
committed by GitHub
parent 3422b9102f
commit 528bcfbffe

View File

@@ -17,6 +17,8 @@ spec:
mountPath: /etc/systemd
- name: etc-kubernetes
mountPath: /etc/kubernetes
# /usr/bin is mounted to access kubectl / kubelet, for auto-detecting the Kubernetes version.
# You can omit this mount if you specify --version as part of the command.
- name: usr-bin
mountPath: /usr/bin
restartPolicy: Never
@@ -32,4 +34,4 @@ spec:
path: "/etc/kubernetes"
- name: usr-bin
hostPath:
path: "/usr/bin"
path: "/usr/bin"