Skip to content

Commit 7622ab7

Browse files
committed
Update LH's Readme
1 parent a8eeffc commit 7622ab7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

charts/longhorn/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@ LH is using networking for keeping replicas in sync and IO-heavy workloads may o
99
### How does LH decide which node's disk to use as storage
1010

1111
It depends on configuration. There are 3 possibilities:
12-
* https://longhorn.io/kb/tip-only-use-storage-on-a-set-of-nodes/#deploy-longhorn-components-only-on-a-specific-set-of-nodes
12+
* https://longhorn.io/kb/tip-only-use-storage-on-a-set-of-nodes/
13+
14+
As long as we use `Create Default Disk on Labeled Nodes` it relies on `node.longhorn.io/create-default-disk` kubernetes node's label
15+
16+
Source: https://longhorn.io/docs/1.8.1/nodes-and-volumes/nodes/default-disk-and-node-config/#customizing-default-disks-for-new-nodes
1317

1418
### Will LH pick up storage from a newly-added node
1519

1620
By default LH will use storage on all (newly created as well) Nodes where it runs. If `createDefaultDiskLabeledNodes` is configured, then it depends on label of the node
1721

18-
https://longhorn.io/kb/tip-only-use-storage-on-a-set-of-nodes/#deploy-longhorn-components-only-on-a-specific-set-of-nodes
22+
Source:
23+
* https://longhorn.io/kb/tip-only-use-storage-on-a-set-of-nodes/
24+
* https://longhorn.io/docs/1.8.1/nodes-and-volumes/nodes/default-disk-and-node-config/#customizing-default-disks-for-new-nodes
1925

2026
### Can workloads be run on nodes where there is no LH
2127

2228
They can as long as LH is not bound to specific nodes via `nodeSelector` or `systemManagedComponentsNodeSelector` settings. If LH is configure to run on specific nodes, then workloads can only be run on these nodes only.
2329

24-
Source: https://longhorn.io/kb/tip-only-use-storage-on-a-set-of-nodes/#deploy-longhorn-components-only-on-a-specific-set-of-nodes
30+
Source: https://longhorn.io/kb/tip-only-use-storage-on-a-set-of-nodes/

0 commit comments

Comments
 (0)