-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: manju956 <[email protected]> Address review comments Signed-off-by: manju956 <[email protected]>
- Loading branch information
manju956
committed
Oct 24, 2024
1 parent
7746908
commit 703c7bf
Showing
12 changed files
with
137 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,21 @@ metadata: | |
}, | ||
"name": "rsct", | ||
"namespace": "rsct-operator-system" | ||
} | ||
}, | ||
"spec": {} | ||
} | ||
] | ||
capabilities: Basic Install | ||
createdAt: "2024-07-10T12:35:54Z" | ||
categories: OpenShift Optional | ||
containerImage: ghcr.io/ocp-power-automation/rsct-operator:latest | ||
createdAt: "2024-10-24T06:29:11Z" | ||
description: Deploys RSCT daemonset on all nodes of an OpenShift cluster | ||
operators.operatorframework.io/builder: operator-sdk-v1.34.1 | ||
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 | ||
repository: https://github.com/ocp-power-automation/rsct-operator | ||
support: IBM | ||
name: rsct-operator.v0.0.1 | ||
namespace: placeholder | ||
namespace: rsct-operator-system | ||
spec: | ||
apiservicedefinitions: {} | ||
customresourcedefinitions: | ||
|
@@ -35,7 +41,7 @@ spec: | |
kind: RSCT | ||
name: rscts.rsct.ibm.com | ||
version: v1alpha1 | ||
description: Deploys RSCT on all nodes of an OpenShift cluster. | ||
description: Deploys custom resource RSCT on all nodes of an OpenShift cluster. | ||
displayName: RSCT Operator for IBM Power Virtual Server | ||
icon: | ||
- base64data: "" | ||
|
@@ -44,6 +50,14 @@ spec: | |
spec: | ||
clusterPermissions: | ||
- rules: | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- pods | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- "" | ||
resources: | ||
|
@@ -173,7 +187,7 @@ spec: | |
- --leader-elect | ||
command: | ||
- /manager | ||
image: ghcr.io/ocp-power-automation/rsct-operator:latest | ||
image: ghcr.io/ocp-power-automation/rsct-operator:0.0.1 | ||
livenessProbe: | ||
httpGet: | ||
path: /healthz | ||
|
@@ -255,7 +269,7 @@ spec: | |
- power | ||
links: | ||
- name: Rsct Operator | ||
url: https://rsct-operator.domain | ||
url: https://github.com/ocp-power-automation/rsct-operator | ||
maintainers: | ||
- email: [email protected] | ||
name: Michael Turek | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters