Skip to content
Snippets Groups Projects
Unverified Commit 528bcfbf authored by Liz Rice's avatar Liz Rice Committed by GitHub
Browse files

Update job-node.yaml

parent 3422b910
No related branches found
No related tags found
No related merge requests found
......@@ -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"
\ No newline at end of file
path: "/usr/bin"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment