added kured and fixed initial ignition disk partitioning
This commit is contained in:
@@ -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
|
@@ -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"
|
Reference in New Issue
Block a user