to merge with previous commit on main

This commit is contained in:
2023-03-03 11:07:10 +01:00
parent 949cc2199b
commit 006f5e722d
3 changed files with 12 additions and 3 deletions

View File

@ -77,7 +77,7 @@ systemd:
--register-with-taints=${taint} \
%{~ endfor ~}
--node-labels=node.kubernetes.io/node
%{~ for device in compact(split(",", node_devices)) ~}
%{~ for device in node_devices ~}
--device=${device.source}:${device.target}
%{~ endfor ~}
ExecStart=docker logs -f kubelet