From aac38462cd29ae2051caeb4696c0669a610ab1d2 Mon Sep 17 00:00:00 2001 From: Brian Mangoenpawiro Date: Wed, 26 Jun 2024 09:30:58 +0200 Subject: [PATCH] Prerequisites for installing using CLI (#179) Signed-off-by: bmangoen --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 6c2e45e76..871ee5c81 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,14 +29,14 @@ is installed. `Succeeded` should appear in the **Status** column. *Prerequisites* -* You must have `admin` privileges. +* You have access to the cluster as a user with the `cluster-admin` cluster role. *Steps* 1. Create the `openshift-operators` namespace (if it does not already exist). ```bash - $ kubectl get ns openshift-operators --ignore-not-found || kubectl create namespace openshift-operators + $ kubectl create namespace openshift-operators ``` 1. Create the `Subscription` object with the desired `spec.channel`.