mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-08-06 05:51:33 +02:00
to merge with previous commit on main
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user