enable iscsi on cluster
This commit is contained in:
17
cluster/nmstate/overlays/internal/enable-worker-iscsi.yaml
Normal file
17
cluster/nmstate/overlays/internal/enable-worker-iscsi.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: machineconfiguration.openshift.io/v1
|
||||
kind: MachineConfig
|
||||
metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "11"
|
||||
labels:
|
||||
machineconfiguration.openshift.io/role: worker
|
||||
name: 99-worker-custom-enable-iscsid
|
||||
spec:
|
||||
config:
|
||||
ignition:
|
||||
version: 3.1.0
|
||||
systemd:
|
||||
units:
|
||||
- enabled: true
|
||||
name: iscsid.service
|
||||
Reference in New Issue
Block a user