Skip to content

Commit 27732c5

Browse files
authored
Merge release v0.1.4
Release v0.1.4
2 parents 96ef24d + a31804a commit 27732c5

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/guides/initial-setup/readme.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ Installation of Kubernetes (k8s) nodes proceeds by installing k8s components ont
4747
- Worker: 1 or more worker nodes which run the system level controller manager (SLCM) and Data Workflow Services (DWS) pods. In production, at least 3 nodes should be dedicated to this role.
4848
- Rabbit: 1 or more Rabbit nodes which run the node level controller manager (NLCM) code. The NLCM daemonset pods are exclusively scheduled on Rabbit nodes. All Rabbit nodes are joined to the cluster as k8s workers, and they are tainted to restrict the type of work that may be scheduled on them. The NLCM pod has a toleration that allows it to run on the tainted (i.e. Rabbit) nodes.
4949

50-
### Certificate manager
51-
52-
Webhooks require the Jetstack `cert-manager`. Installation is shown below.
53-
54-
```bash
55-
export certver="v1.13.1"
56-
# Required for webhooks
57-
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/"$certver"/cert-manager.yaml
58-
```
5950

6051
### Kubernetes Node Labels
6152

@@ -70,7 +61,7 @@ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/"$ce
7061
| :------------------------------| :---------------------------- |
7162
| Rabbit Node | cray.nnf.node=true:NoSchedule |
7263

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.
64+
See [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). The SystemConfiguration controller will handle node taints and labels for the rabbit nodes based on the contents of the SystemConfiguration resource described below.
7465

7566
## Rabbit System Configuration
7667

0 commit comments

Comments
 (0)