Skip to content

Commit 56897d6

Browse files
authored
Upgrade cert-manager and DWS API (#116)
Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
1 parent 2f1be3d commit 56897d6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/guides/initial-setup/readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Installation of Kubernetes (k8s) nodes proceeds by installing k8s components ont
5252
Webhooks require the Jetstack `cert-manager`. Installation is shown below.
5353

5454
```bash
55-
export certver="v1.11.1"
55+
export certver="v1.13.1"
5656
# Required for webhooks
5757
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/"$certver"/cert-manager.yaml
5858
```
@@ -94,7 +94,7 @@ Here is an example `SystemConfiguration`:
9494
| storageNodes[].computeAccess | List of {slot, compute name} elements that indicate physical slot index that the named compute node is attached to |
9595

9696
```yaml
97-
apiVersion: dws.cray.hpe.com/v1alpha1
97+
apiVersion: dataworkflowservices.github.io/v1alpha2
9898
kind: SystemConfiguration
9999
metadata:
100100
name: default
@@ -105,6 +105,9 @@ spec:
105105
- name: compute-02
106106
- name: compute-03
107107
- name: compute-04
108+
ports:
109+
- 5000-5999
110+
portsCooldownInSeconds: 0
108111
storageNodes:
109112
- computesAccess:
110113
- index: 0

0 commit comments

Comments
 (0)