changed kured config

This commit is contained in:
Karim Naufal
2022-02-09 10:17:33 +01:00
parent 940b5d628e
commit b123845937
3 changed files with 142 additions and 21 deletions

View File

@@ -1,20 +0,0 @@
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"