Add more descriptions for the default setting doc and the taint tolerations doc
Some details are not included in the docs and they may confuse users. Longhorn #805, #806 Signed-off-by: Shuo Wu <shuo@rancher.com>
This commit is contained in:
parent
768f5138fa
commit
071a465b23
@ -4,6 +4,10 @@
|
||||
During Longhorn system deployment, users can customize the default settings for Longhorn. e.g. specify `Create Default Disk With Node Labeled` and `Default Data Path` before starting the Longhorn system.
|
||||
|
||||
## Usage
|
||||
### Note:
|
||||
1. This default setting is only for Longhorn system that hasn't been deployed. And it has no impact on the existing Longhorn system.
|
||||
2. The users should modify the settings for an existing Longhorn system via UI.
|
||||
|
||||
### Via Rancher UI
|
||||
[Cluster] -> System -> Apps -> Launch -> longhorn -> LONGHORN DEFAULT SETTINGS
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
## Overview
|
||||
If users want to create nodes with large storage spaces and/or CPU resources for Longhorn only (to store replica data) and reject other general workloads, they can taint those nodes and add tolerations for Longhorn components. Then Longhorn can be deployed on those nodes.
|
||||
|
||||
For more Kubernetes taint and toleration info, see:
|
||||
[Kubernetes Taint & Tolerations](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/)
|
||||
Notice that the taint tolerations setting for one workload will not prevent it from being scheduled to the nodes that don't contain the corresponding taints. See [Kubernetes's taint and toleration](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) for details.
|
||||
|
||||
## Setup
|
||||
### During installing Longhorn
|
||||
|
Loading…
Reference in New Issue
Block a user