21 lines
385 B
YAML
21 lines
385 B
YAML
apiVersion: apps/v1
|
|
kind: DaemonSet
|
|
metadata:
|
|
name: kured
|
|
namespace: kube-system
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
name: kured
|
|
template:
|
|
metadata:
|
|
labels:
|
|
name: kured
|
|
spec:
|
|
serviceAccountName: kured
|
|
containers:
|
|
- name: kured
|
|
command:
|
|
- /usr/bin/kured
|
|
- --reboot-command=/usr/bin/systemctl reboot
|