Skip to content

Commit

Permalink
Merge pull request #136 from ibm-client-engineering/adam-updates
Browse files Browse the repository at this point in the history
Adam updates
  • Loading branch information
kramerro-ibm authored Oct 15, 2024
2 parents 0d617c1 + 60e5a7d commit 372ae27
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions docs/2-Deployment/3-Software/3-wxgov.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ title: WatsonX Governance Installation
custom_edit_url: null
---

:::note

The following ports should be opened to allow access to Cloud Pak for Data:

```HTTP - Port 80```

```HTTPS - Port 443```

An additional port will need to be opened for the DB2Warehouse isntance, but that port is not known until the instance is created.
:::

## Resource Requirements

### Minimal cluster sizing

The cluster needs a minimal of 6 worker nodes with each node having 16 vCPU and 64GB RAM. Each node will also need a local disk of 300GB which will be used for ephemeral storage.

### Recommended cluster sizing

We recommended that the cluster has at least 7 work nodes with each node having 16 vCPU and 64GB RAM. Each node will also need a local disk of 300GB which will be used for ephemeral storage.

## Installing CP4D Cli

### Download binary
Expand Down Expand Up @@ -152,7 +173,7 @@ export COMPONENTS=ibm-cert-manager,ibm-licensing,scheduler,cpfs,cpd_platform
EOF
```

You will need to open the resultant `cpd_vars_50.sh` file and update the following vars:
You will need to open the resultant `cpd_vars_5.sh` file and update the following vars:

```tsx
OCP_URL
Expand Down Expand Up @@ -263,14 +284,6 @@ cpd-cli manage list-images \
--inspect_source_registry=true
```

#### (Optional) Download Watson Studio GPU Runtimes

If you are mirroring the images for Watson Studio, you can choose which Watson Studio Runtimes images are mirrored.

```
sed -i -e '/gpu/d' ./cpd-cli-workspace/olm-utils-workspace/work/offline/${VERSION}/.ibm-pak/data/cases/ibm-wsl-runtimes/*/ibm-wsl-runtimes-*-images.csv
```

#### Mirror the images to the intermediary container registry

The command automatically sets up an intermediary container registry on the client workstation. The address of the intermediary container registry is 127.0.0.1:12443.
Expand Down

0 comments on commit 372ae27

Please sign in to comment.