From 52b0b9880aecd2defcfbf4801d0f98292bd67c9e Mon Sep 17 00:00:00 2001 From: Varad Ahirwadkar Date: Tue, 3 Dec 2024 14:58:28 +0530 Subject: [PATCH] Adding instructions to deploy on OCP clusters Signed-off-by: Varad Ahirwadkar --- docs/Install.md | 105 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 docs/Install.md diff --git a/docs/Install.md b/docs/Install.md new file mode 100644 index 0000000..c2e79ec --- /dev/null +++ b/docs/Install.md @@ -0,0 +1,105 @@ +## RSCT Deployment on OpenShift Clusters + +### Prerequisites for OpenShift Clusters +- OpenShift cluster with at least one Power node and admin access. +- Create a CatalogSource using the image `ghcr.io/ocp-power-automation/rsct-operator-catalog:latest` in the `openshift-marketplace` namespace. +``` +oc create -f - <