File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
magnum/drivers/common/templates/kubernetes/fragments Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -195,8 +195,7 @@ ExecStart=/bin/bash -c '/usr/bin/podman run --name kubelet \\
195
195
--volume /lib/modules:/lib/modules:ro \\
196
196
--volume /run:/run \\
197
197
--volume /dev:/dev \\
198
- --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \\
199
- --volume /sys/fs/cgroup/systemd:/sys/fs/cgroup/systemd \\
198
+ --volume /sys/fs/cgroup:/sys/fs/cgroup \\
200
199
--volume /etc/pki/tls/certs:/usr/share/ca-certificates:ro \\
201
200
--volume /var/lib/calico:/var/lib/calico \\
202
201
--volume /var/lib/docker:/var/lib/docker \\
@@ -236,8 +235,7 @@ ExecStart=/bin/bash -c '/usr/bin/podman run --name kube-proxy \\
236
235
--volume /usr/lib/os-release:/etc/os-release:ro \\
237
236
--volume /etc/ssl/certs:/etc/ssl/certs:ro \\
238
237
--volume /run:/run \\
239
- --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \\
240
- --volume /sys/fs/cgroup/systemd:/sys/fs/cgroup/systemd \\
238
+ --volume /sys/fs/cgroup:/sys/fs/cgroup \\
241
239
--volume /lib/modules:/lib/modules:ro \\
242
240
--volume /etc/pki/tls/certs:/usr/share/ca-certificates:ro \\
243
241
\$ {CONTAINER_INFRA_PREFIX:-\$ {HYPERKUBE_PREFIX}}hyperkube:\$ {KUBE_TAG} \\
Original file line number Diff line number Diff line change @@ -93,8 +93,7 @@ ExecStart=/bin/bash -c '/usr/bin/podman run --name kubelet \\
93
93
--volume /lib/modules:/lib/modules:ro \\
94
94
--volume /run:/run \\
95
95
--volume /dev:/dev \\
96
- --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \\
97
- --volume /sys/fs/cgroup/systemd:/sys/fs/cgroup/systemd \\
96
+ --volume /sys/fs/cgroup:/sys/fs/cgroup \\
98
97
--volume /etc/pki/tls/certs:/usr/share/ca-certificates:ro \\
99
98
--volume /var/lib/calico:/var/lib/calico \\
100
99
--volume /var/lib/docker:/var/lib/docker \\
@@ -134,8 +133,7 @@ ExecStart=/bin/bash -c '/usr/bin/podman run --name kube-proxy \\
134
133
--volume /usr/lib/os-release:/etc/os-release:ro \\
135
134
--volume /etc/ssl/certs:/etc/ssl/certs:ro \\
136
135
--volume /run:/run \\
137
- --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \\
138
- --volume /sys/fs/cgroup/systemd:/sys/fs/cgroup/systemd \\
136
+ --volume /sys/fs/cgroup:/sys/fs/cgroup \\
139
137
--volume /lib/modules:/lib/modules:ro \\
140
138
--volume /etc/pki/tls/certs:/usr/share/ca-certificates:ro \\
141
139
\$ {CONTAINER_INFRA_PREFIX:-\$ {HYPERKUBE_PREFIX}}hyperkube:\$ {KUBE_TAG} \\
You can’t perform that action at this time.
0 commit comments