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

Add comment for why /usr/bin is mounted

parent 86b126ad
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ spec:
mountPath: /var/lib/etcd
- 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
......@@ -33,4 +35,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