Files
integ/kubernetes/plugins/isolcpus-device-plugin/debian/trixie/deb_folder/isolcpu_plugin.service
pmp1 62e12202d9 Add integ/kubernetes for Trixie
Added packaging support for Trixie under 'debian/trixie/'.

This change brings updates from the 'f/trixie' branch into 'master' to
ensure consistent functionality and packaging structure across both
branches.

isolcpus-device-plugin
kubernetes-unversioned

Story: 2011360
Task: 53245

Change-Id: I40bdc1830cdd410f5f4ccc95090f8f0fa4171dd7
Signed-off-by: pmp1 <preetham.mp@windriver.com>
Signed-off-by: Abhinav Ayyapasetti <ayyapasetti.abhinav@windriver.com>
2025-12-01 07:34:48 -05:00

15 lines
404 B
Desktop File

[Unit]
Description=Kubernetes Isolated CPU Plugin Daemon
Documentation=https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
After=kubelet.service
Requires=kubelet.service
[Service]
ExecStart=/usr/local/sbin/isolcpu_plugin
ExecStartPost=/bin/bash -c 'echo $MAINPID > /var/run/isolcpu_plugin.pid'
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target