File tree Expand file tree Collapse file tree
docs/guides/initial-setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Installation of Kubernetes (k8s) nodes proceeds by installing k8s components ont
5252Webhooks 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
5757kubectl 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
9898kind : SystemConfiguration
9999metadata :
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
You can’t perform that action at this time.
0 commit comments