UNCLASSIFIED

Unverified Commit 683334f0 authored by Hussein Galal's avatar Hussein Galal Committed by GitHub
Browse files

Improve documentation for adding taint in HA installation (#1765)

* Improve documentation for adding taint in HA installation

* request changes fix

* request changes fix
parent 9263e280
...@@ -56,6 +56,8 @@ node-taint: ...@@ -56,6 +56,8 @@ node-taint:
- "CriticalAddonsOnly=true:NoExecute" - "CriticalAddonsOnly=true:NoExecute"
``` ```
Note: The NGINX Ingress and Metrics Server addons will **not** be deployed when all nodes are tainted with `CriticalAddonsOnly`. If your server nodes are so tainted, these addons will remain pending until untainted agent nodes are added to the cluster.
### 3. Launch additional server nodes ### 3. Launch additional server nodes
Additional server nodes are launched much like the first, except that you must specify the `server` and `token` parameters so that they can successfully connect to the initial server node. Additional server nodes are launched much like the first, except that you must specify the `server` and `token` parameters so that they can successfully connect to the initial server node.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment