added kured and fixed initial ignition disk partitioning

This commit is contained in:
Karim Naufal
2022-02-07 09:36:21 +01:00
parent fba212de47
commit 919e1087f8
7 changed files with 4 additions and 36 deletions

View File

@@ -5,4 +5,4 @@ resources:
- "https://github.com/weaveworks/kured/releases/download/1.9.1/kured-1.9.1-dockerhub.yaml"
patchesStrategicMerge:
- patch_latest.yaml
- patch.yaml

View File

@@ -1,22 +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
image: docker.io/weaveworks/kured:latest
imagePullPolicy: Always
command:
- /usr/bin/kured
- --reboot-command="/usr/bin/systemctl reboot"