Skip to content

Commit

Permalink
Enable Rook in kubelet
Browse files Browse the repository at this point in the history
From 001-enable-rook-in-kubelet.patch
coreos#754
  • Loading branch information
Levi Blackstone authored and Levi Blackstone committed Aug 7, 2017
1 parent 076b01b commit 21cd6f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/openstack/nodes/resources/kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Description=Kubelet via Hyperkube ACI

[Service]
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/cache/kubelet-pod.uuid \
--volume modprobe,kind=host,source=/usr/sbin/modprobe \
--mount volume=modprobe,target=/usr/sbin/modprobe \
--volume lib-modules,kind=host,source=/lib/modules \
--mount volume=lib-modules,target=/lib/modules \
--volume=resolv,kind=host,source=/etc/resolv.conf \
--mount volume=resolv,target=/etc/resolv.conf \
--volume var-lib-cni,kind=host,source=/var/lib/cni \
Expand Down

0 comments on commit 21cd6f2

Please sign in to comment.