@@ -22,18 +22,19 @@ metadata:
2222 }
2323 ]
2424 capabilities : Basic Install
25- categories : OpenShift Optional
26- containerImage : ghcr.io/ocp-power-automation/rsct-operator:latest
27- createdAt : " 2024-11-18T09:20:10Z"
28- description : Deploys RSCT daemonset on all nodes of an OpenShift cluster
25+ categories : Monitoring
26+ containerImage : ghcr.io/ocp-power-automation/rsct-operator:0.0.1-alpha2
27+ createdAt : " 2024-12-10T05:23:35Z"
28+ description : Deploys the RSCT DaemonSet on all ppc64le architecture nodes of Kubernetes
29+ and OpenShift clusters.
2930 operators.operatorframework.io/builder : operator-sdk-v1.34.1
3031 operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
3132 repository : https://github.com/ocp-power-automation/rsct-operator
3233 support : IBM
3334 labels :
3435 operatorframework.io/arch.amd64 : supported
3536 operatorframework.io/arch.ppc64le : supported
36- name : rsct-operator.v0.0.1
37+ name : rsct-operator.v0.0.1-alpha2
3738 namespace : rsct-operator-system
3839spec :
3940 apiservicedefinitions : {}
4445 kind : RSCT
4546 name : rscts.rsct.ibm.com
4647 version : v1alpha1
47- description : Deploys custom resource RSCT on all nodes of an OpenShift cluster.
48- displayName : RSCT Operator for IBM Power Virtual Server
48+ description : " Deploys RSCT daemonset on all ppc64le architecture nodes of an Kubernetes
49+ and OpenShift cluster.\n\n ### Prerequisite for OpenShift cluster\n - Create a catalog
50+ source using `quay.io/operatorhubio/catalog:latest` in `openshift-marketplace`
51+ namespace. \n - Use `rsct-operator-system` namespace for RSCT deployment.\n\n ###
52+ Follow this document to deploy the RSCT operator on OpenShift cluster \n - [RSCT
53+ Deployment on OpenShift Clusters](https://github.com/ocp-power-automation/rsct-operator/blob/main/docs/Install.md)\n\n ###
54+ In the Custom Resource Definition,\n - The RSCT image can be configured in the
55+ spec:\n ```\n spec:\n image: quay.io/powercloud/rsct-ppc64le:latest\n ```\n Default
56+ image is `quay.io/powercloud/rsct-ppc64le:latest`"
57+ displayName : RSCT Operator for IBM Power Systems
4958 icon :
5059 - base64data: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTguNTEgMjU4LjUxIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2QxZDFkMTt9LmNscy0ye2ZpbGw6IzhkOGQ4Zjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI5LjI1LDIwQTEwOS4xLDEwOS4xLDAsMCwxLDIwNi40LDIwNi40LDEwOS4xLDEwOS4xLDAsMSwxLDUyLjExLDUyLjExLDEwOC40NSwxMDguNDUsMCwwLDEsMTI5LjI1LDIwbTAtMjBoMEM1OC4xNiwwLDAsNTguMTYsMCwxMjkuMjVIMGMwLDcxLjA5LDU4LjE2LDEyOS4yNiwxMjkuMjUsMTI5LjI2aDBjNzEuMDksMCwxMjkuMjYtNTguMTcsMTI5LjI2LTEyOS4yNmgwQzI1OC41MSw1OC4xNiwyMDAuMzQsMCwxMjkuMjUsMFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNzcuNTQsMTAzLjQxSDE0MS42NkwxNTQuOSw2NS43NmMxLjI1LTQuNC0yLjMzLTguNzYtNy4yMS04Ljc2SDEwMi45M2E3LjMyLDcuMzIsMCwwLDAtNy40LDZsLTEwLDY5LjYxYy0uNTksNC4xNywyLjg5LDcuODksNy40LDcuODloMzYuOUwxMTUuNTUsMTk3Yy0xLjEyLDQuNDEsMi40OCw4LjU1LDcuMjQsOC41NWE3LjU4LDcuNTgsMCwwLDAsNi40Ny0zLjQ4TDE4NCwxMTMuODVDMTg2Ljg2LDEwOS4yNCwxODMuMjksMTAzLjQxLDE3Ny41NCwxMDMuNDFaIi8+PC9nPjwvZz48L3N2Zz4=
5160 mediatype : image/svg+xml
@@ -191,7 +200,7 @@ spec:
191200 - --leader-elect
192201 command :
193202 - /manager
194- image : ghcr.io/ocp-power-automation/rsct-operator:latest
203+ image : ghcr.io/ocp-power-automation/rsct-operator:0.0.1-alpha2
195204 livenessProbe :
196205 httpGet :
197206 path : /healthz
@@ -272,13 +281,17 @@ spec:
272281 - rmc
273282 - power
274283 links :
275- - name : Rsct Operator
284+ - name : RSCT Operator
276285 url : https://github.com/ocp-power-automation/rsct-operator
277286 maintainers :
278287279288 name : Michael Turek
289+ 290+ name : Varad Ahirwadkar
291+ 292+ name : Manjunath Kumatagi
280293 maturity : alpha
281294 minKubeVersion : 1.25.0
282295 provider :
283296 name : IBM
284- version : 0.0.1
297+ version : 0.0.1-alpha2
0 commit comments