Skip to content

Commit

Permalink
Merge pull request #62 from ibm-client-engineering/ross-updates
Browse files Browse the repository at this point in the history
Adding the installation of Red Hat OpenShift Serverless Knative Event…
  • Loading branch information
adamhayden-ibm authored Mar 31, 2024
2 parents 4ba389f + 3192e36 commit daddeaf
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/3-Installation/1-CP4D.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ cpd-cli manage apply-olm \
--components=${COMPONENTS}
```


### Setup instance topology

```tsx
Expand All @@ -375,4 +374,34 @@ cpd-cli manage setup-instance-topology \
--cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \
--license_acceptance=true \
--block_storage_class=${STG_CLASS_BLOCK}
```

### Installing Red Hat OpenShift Serverless Knative Eventing

Red Hat OpenShift Serverless Knative Eventing and IBM Events are required for **watsonx Assistant**

#### Authorize the projects where the software will be installed to communicate
```tsx
cpd-cli manage authorize-instance-topology \
--release=${VERSION} \
--cpd_operator_ns=ibm-knative-events \
--cpd_instance_ns=knative-eventing
```

#### Install the IBM Events Operator in the ibm-knative-events project

```tsx
cpd-cli manage setup-instance-topology \
--release=${VERSION} \
--cpd_operator_ns=ibm-knative-events \
--cpd_instance_ns=knative-eventing \
--license_acceptance=true
```

#### Finally installing the OSKE

```tsx
cpd-cli manage deploy-knative-eventing \
--release=${VERSION} \
--block_storage_class=${STG_CLASS_BLOCK}
```

0 comments on commit daddeaf

Please sign in to comment.