Skip to content

Commit

Permalink
Automated merge
Browse files Browse the repository at this point in the history
* upstream/main:
  Prerequisites for installing using CLI (istio-ecosystem#179)
  • Loading branch information
openshift-service-mesh-bot committed Jun 26, 2024
2 parents 43d8e03 + aac3846 commit 384cfb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 384cfb9

Please sign in to comment.