--- apiVersion: piraeus.io/v1 kind: LinstorCluster metadata: name: linstorcluster spec: repository: $PRIVREGHOST:$PRIVREGPORT patches: - target: kind: Deployment name: linstor-csi-controller patch: | apiVersion: apps/v1 kind: Deployment metadata: name: linstor-csi-controller spec: template: spec: containers: - name: csi-attacher image: $PRIVREGHOST:$PRIVREGPORT/csi-attacher:v4.3.0 - name: csi-livenessprobe image: $PRIVREGHOST:$PRIVREGPORT/livenessprobe:v2.10.0 - name: csi-provisioner image: $PRIVREGHOST:$PRIVREGPORT/csi-provisioner:v3.5.0 - name: csi-snapshotter image: $PRIVREGHOST:$PRIVREGPORT/csi-snapshotter:v6.2.1 - name: csi-resizer image: $PRIVREGHOST:$PRIVREGPORT/csi-resizer:v1.8.0 - name: csi-health-monitor image: $PRIVREGHOST:$PRIVREGPORT/csi-external-health-monitor-controller:v0.9.0 - target: kind: DaemonSet name: linstor-csi-node patch: | apiVersion: apps/v1 kind: DaemonSet metadata: name: linstor-csi-node spec: template: spec: containers: - name: csi-node-driver-registrar image: $PRIVREGHOST:$PRIVREGPORT/csi-node-driver-registrar:v2.8.0 - name: csi-livenessprobe image: $PRIVREGHOST:$PRIVREGPORT/livenessprobe:v2.10.0 --- apiVersion: piraeus.io/v1 kind: LinstorSatelliteConfiguration metadata: name: run-everywhere spec: patches: - target: kind: Pod name: satellite patch: | apiVersion: v1 kind: Pod metadata: name: satellite spec: tolerations: - key: node-role.kubernetes.io/master effect: NoSchedule - key: node-role.kubernetes.io/control-plane effect: NoSchedule