Skip to content

Commit

Permalink
v002
Browse files Browse the repository at this point in the history
  • Loading branch information
psehgaft committed Dec 4, 2023
1 parent 2813afb commit 1ff1c19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ username: {{ user }}

## Deploy Skupper Operator

If you want to try a cluster-wide installation, you don't need to create the `OperatorGroup` as it is already defined at the destination namespaces, so you just need to create the subscription at the correct namespaces, see below.

```sh
# Create a Project
oc new-project "{{ username }}"
Expand All @@ -24,6 +26,9 @@ oc -n openshift-marketplace get pods | grep skupper-operator
# Create an OperatorGroup in the `my-namespace` namespace
oc apply -f ocp/10-OperatorGroup.yaml


oc apply -f ocp /20-Subscription-cluster.yaml

# Create a Subscription in the `my-namespace` namespace
oc apply -f ocp/20-Subscription.yaml
```
Expand Down

0 comments on commit 1ff1c19

Please sign in to comment.