Skip to content

Commit 90d0959

Browse files
committed
bundle: added ctrlPluginHostNetwor in drivers requirements
Signed-off-by: Rohan Gupta <[email protected]>
1 parent 8d53fbb commit 90d0959

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

bundle/manifests/ocs-client-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
categories: Storage
88
console.openshift.io/plugins: '["odf-client-console"]'
99
containerImage: quay.io/ocs-dev/ocs-client-operator:latest
10-
createdAt: "2025-10-14T07:11:08Z"
10+
createdAt: "2025-11-26T09:46:18Z"
1111
description: OpenShift Data Foundation client operator enables consumption of
1212
storage services from a remote centralized OpenShift Data Foundation provider
1313
cluster.

bundle/manifests/ocs.openshift.io_storageclients.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ spec:
6262
description: StorageClientStatus defines the observed state of StorageClient
6363
properties:
6464
cephFsDriverRequirements:
65+
properties:
66+
ctrlPluginHostNetwork:
67+
type: boolean
6568
type: object
6669
id:
6770
description: ConsumerID will hold the identity of this cluster inside
@@ -70,11 +73,16 @@ spec:
7073
inMaintenanceMode:
7174
type: boolean
7275
nfsDriverRequirements:
76+
properties:
77+
ctrlPluginHostNetwork:
78+
type: boolean
7379
type: object
7480
phase:
7581
type: string
7682
rbdDriverRequirements:
7783
properties:
84+
ctrlPluginHostNetwork:
85+
type: boolean
7886
topologyDomainLabels:
7987
items:
8088
type: string

config/manager/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ configMapGenerator:
1111
name: manager-config
1212
- literals:
1313
- generateRbdOMapInfo=true
14+
- topologyFailureDomainLabels=""
1415
name: config
1516

1617
apiVersion: kustomize.config.k8s.io/v1beta1

0 commit comments

Comments
 (0)