diff --git a/README.md b/README.md
index a1e6f82..446c611 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@
* [Let´s Encrypt issuer](#cert-manager-le-issuer)
* [Deploying a LE-certificate](#cert-manager-ingress)
* [Troubleshooting](#cert-manager-troubleshooting)
+* [Keep your cluster balanced](#keep-cluster-balanced)
* [HELM charts](#helm)
* [Create a chart](#helm-create)
* [Install local chart without packaging](#helm-install-without-packaging)
@@ -24,9 +25,11 @@
* [Get status of deployed chart](#helm-status)
* [Get deployment history](#helm-history)
* [Rollback](#helm-rollback)
-* [Examples](#examples)
+* [Kubernetes in action](#kubernetes-in-action)
* [Running DaemonSets on `hostPort`](#running-daemonsets)
* [Running StatefulSet with NFS storage](#running-statefulset-nfs)
+ * [What happens if a node goes down?](#what-happens-node-down)
+ * [Dealing with disruptions](#disruptions)
# kubectl - BASH autocompletion
For current shell only:
@@ -110,6 +113,8 @@ https://rancher.com/docs/k3s/latest/en/storage/
## NFS
If you want to use NFS based storage...
+
+**All Nodes need to have the NFS-client package (Ubuntu: `nfs-common`) installed**
```
helm3 repo add ckotzbauer https://ckotzbauer.github.io/helm-charts
helm3 install my-nfs-client-provisioner --set nfs.server= --set nfs.path= ckotzbauer/nfs-client-provisioner
@@ -163,8 +168,9 @@ ExecStart=/usr/local/bin/k3s \
```
Finally `systemctl daemon-reload` and `systemctl restart k3s`
-## Enable NGINX-ingress with OCSP stapling
+## Enable K8s own NGINX-ingress with OCSP stapling
### Installation
+This is the helm chart of the K8s own nginx ingress controller:
https://kubernetes.github.io/ingress-nginx/deploy/#using-helm
```
@@ -327,6 +333,8 @@ kubectl -n describe challenge