Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adam updates #136

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading