@@ -19,7 +19,7 @@ An example systemd kubelet.service file which takes advantage of the kubelet-wra
1919
2020``` ini
2121[Service]
22- Environment =KUBELET_VERSION =v1.5.1_coreos .0
22+ Environment =KUBELET_VERSION =v1.5.2_coreos .0
2323Environment =" RKT_OPTS=--uuid-file-save=/var/run/kubelet-pod.uuid"
2424ExecStartPre =-/usr/bin/rkt rm --uuid-file =/var/run/kubelet-pod.uuid
2525ExecStart =/usr/lib/coreos/kubelet-wrapper \
@@ -40,7 +40,7 @@ Mount the host's `/etc/resolv.conf` file directly into the container in order to
4040
4141``` ini
4242[Service]
43- Environment =KUBELET_VERSION =v1.5.1_coreos .0
43+ Environment =KUBELET_VERSION =v1.5.2_coreos .0
4444Environment =" RKT_OPTS=--volume=resolv,kind=host,source=/etc/resolv.conf \
4545 --mount volume=resolv,target=/etc/resolv.conf \
4646 --uuid-file-save=/var/run/kubelet-pod.uuid"
@@ -58,7 +58,7 @@ Pods running in your cluster can reference remote storage volumes located on an
5858
5959``` ini
6060[Service]
61- Environment =KUBELET_VERSION =v1.5.1_coreos .0
61+ Environment =KUBELET_VERSION =v1.5.2_coreos .0
6262Environment =" RKT_OPTS=--volume iscsiadm,kind=host,source=/usr/sbin/iscsiadm \
6363 --mount volume=iscsiadm,target=/usr/sbin/iscsiadm \
6464 --uuid-file-save=/var/run/kubelet-pod.uuid"
@@ -76,7 +76,7 @@ Pods using the [rbd volume plugin][rbd-example] to consume data from ceph must e
7676
7777``` ini
7878[Service]
79- Environment =KUBELET_VERSION =v1.5.1_coreos .0
79+ Environment =KUBELET_VERSION =v1.5.2_coreos .0
8080Environment =" RKT_OPTS=--volume modprobe,kind=host,source=/usr/sbin/modprobe \
8181 --mount volume=modprobe,target=/usr/sbin/modprobe \
8282 --volume lib-modules,kind=host,source=/lib/modules \
@@ -100,7 +100,7 @@ For example:
100100
101101``` ini
102102[Service]
103- Environment =KUBELET_VERSION =v1.5.1_coreos .0
103+ Environment =KUBELET_VERSION =v1.5.2_coreos .0
104104...
105105ExecStart =/opt/bin/kubelet-wrapper \
106106 --api-servers =http://127.0.0.1:8080 \
0 commit comments