Skip to content
Snippets Groups Projects
Commit 5657738f authored by Spencer Smith's avatar Spencer Smith
Browse files

mount os-release to ensure the node's OS is what's seen in k8s api

parent 2b88f10b
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
-v /var/lib/cni:/var/lib/cni:shared \
-v /var/run:/var/run:rw \
-v {{kube_config_dir}}:{{kube_config_dir}}:ro \
-v /etc/os-release:/etc/os-release \
{{ hyperkube_image_repo }}:{{ hyperkube_image_tag}} \
./hyperkube kubelet \
"$@"
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