Skip to content

Commit 6be467e

Browse files
Updates for NNF dependencies (#109)
Update the cert-manager version. Remove the cray.nnf.x-name node label, which we've never used. Refer to the `nnf-deploy init` command for taints and labels, rather then the obsolete init.sh script. Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com> Co-authored-by: Blake Devcich <89158881+bdevcich@users.noreply.github.com>
1 parent 1188e0f commit 6be467e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/guides/initial-setup/readme.md

Lines changed: 2 additions & 3 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.7.0"
55+
export certver="v1.11.1"
5656
# Required for webhooks
5757
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/"$certver"/cert-manager.yaml
5858
```
@@ -63,15 +63,14 @@ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/"$ce
6363
| :------------------------------| :-------------------- |
6464
| Generic Kubernetes Worker Node | cray.nnf.manager=true |
6565
| Rabbit Node | cray.nnf.node=true |
66-
| | cray.nnf.x-name=$NODE |
6766

6867
### Kubernetes Node Taints
6968

7069
| Node Type | Node Label |
7170
| :------------------------------| :---------------------------- |
7271
| Rabbit Node | cray.nnf.node=true:NoSchedule |
7372

74-
See [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). The [NearNodeFlash/nnf-deploy/init.sh script](https://github.com/NearNodeFlash/nnf-deploy/blob/master/init.sh) provides examples of labeling and tainting k8s nodes for use with Rabbit.
73+
See [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). The [`nnf-deploy init`](https://github.com/NearNodeFlash/nnf-deploy) command provides examples of labeling and tainting k8s nodes for use with Rabbit.
7574

7675
## Rabbit System Configuration
7776

0 commit comments

Comments
 (0)