Skip to content

Commit

Permalink
porting back the changes done for posting and certification back in r…
Browse files Browse the repository at this point in the history
…elease branch (#669)

Signed-off-by: shefali-malhotra <kalrashefali10@gmail.com>
  • Loading branch information
shefali-malhotra authored Aug 30, 2024
1 parent 1712dd8 commit 2f77ed6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
47 changes: 29 additions & 18 deletions bundle/manifests/dell-csm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3364,19 +3364,34 @@ spec:
displayName: Name
path: modules[0].name
statusDescriptors:
- description: ControllerStatus is the status of Controller pods
displayName: ControllerStatus
path: controllerStatus
- description: Number of Available Controller pods
displayName: Available
path: controllerStatus.available
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:podStatuses
- description: NodeStatus is the status of Controller pods
displayName: NodeStatus
path: nodeStatus
- urn:alm:descriptor:text
- description: Number of Desired Controller pods
displayName: Desired
path: controllerStatus.desired
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:podStatuses
- description: State is the state of the driver installation
displayName: State
path: state
- urn:alm:descriptor:text
- description: Number of Failed Controller pods
displayName: Failed
path: controllerStatus.failed
x-descriptors:
- urn:alm:descriptor:text
- description: Number of Available Node pods
displayName: Available
path: nodeStatus.available
x-descriptors:
- urn:alm:descriptor:text
- description: Number of Desired Node pods
displayName: Desired
path: nodeStatus.desired
x-descriptors:
- urn:alm:descriptor:text
- description: Number of Failed Node pods
displayName: Failed
path: nodeStatus.failed
x-descriptors:
- urn:alm:descriptor:text
version: v1
Expand All @@ -3401,7 +3416,9 @@ spec:
Drivers\n*\tResiliency - Designed to make Kubernetes applications more resilient
to \n node failures\n\nThese modules are available for various storage platforms
in the Dell portfolio, \nsuch as Dell PowerStore, Dell PowerMax, Dell PowerFlex,
Dell PowerScale, and Dell Unity XT.\n\nFor more information, visit [Dell’s Container
Dell PowerScale, and Dell Unity XT.\n\n### Supported Openshift Platforms\n\nQualified Openshift versions for CSM Operator v1.6.0: 4.15-4.16
\nQualified Openshift versions for CSM Operator v1.5.1: 4.13-4.15
\n\nFor more information, visit [Dell’s Container
Storage Module web page](https://www.dell.com/en-us/dt/solutions/kubernetes-containers/kubernetes-storage.htm)\n\nAdditional
Materials\n*\t[CSM Operator GitHub Page](https://dell.github.io/csm-docs/docs/deployment/csmoperator/)\n*\t[CSM
Introduction Video](https://www.youtube.com/watch?v=NtNSKdF9Iyo)\n*\t[CSM Solution
Expand All @@ -3415,12 +3432,6 @@ spec:
spec:
clusterPermissions:
- rules:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
- nonResourceURLs:
- /metrics
verbs:
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ annotations:
operators.operatorframework.io.test.config.v1: tests/scorecard/

# Annotations to specify supported OCP versions.
com.redhat.openshift.versions: v4.15-v4.16
com.redhat.openshift.versions: "v4.15"

0 comments on commit 2f77ed6

Please sign in to comment.