Skip to content

Instantly share code, notes, and snippets.

@jarrpa
Created September 26, 2022 18:47
Show Gist options
  • Save jarrpa/cb3c731229787847274188e9bc87a88e to your computer and use it in GitHub Desktop.
Save jarrpa/cb3c731229787847274188e9bc87a88e to your computer and use it in GitHub Desktop.
apiVersion: ocs.openshift.io/v1
kind: StorageCluster
metadata:
annotations:
uninstall.ocs.openshift.io/cleanup-policy: delete
uninstall.ocs.openshift.io/mode: graceful
name: ocs-storagecluster
namespace: openshift-storage
spec:
allowRemoteStorageConsumers: true
hostNetwork: true
labelSelector: {}
managedResources:
cephBlockPools:
disableSnapshotClass: true
disableStorageClass: true
reconcileStrategy: ignore
cephFilesystems:
disableSnapshotClass: true
disableStorageClass: true
mirroring: {}
multiCloudGateway:
reconcileStrategy: ignore
defaultStorageProfile: "medium"
storageProfiles:
- name: medium
deviceClass: medium
backingStorageClasses:
- metadata:
name: medium-performance
provisioner: ebs.csi.aws.com
parameters:
type: gp3
iops: "6000"
resources:
mds: {}
mgr: {}
mon: {}
nfs: {}
noobaa-core: {}
noobaa-db: {}
noobaa-endpoint: {}
rgw: {}
storageDeviceSets:
- config: {}
count: 1
deviceClass: medium
dataPVCTemplate:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 4Ti
storageClassName: medium-performance
volumeMode: Block
status: {}
name: default
placement: {}
portable: true
preparePlacement: {}
replica: 3
resources: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment