File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,26 @@ See all the hardware I recommend at <https://l.technotim.live/gear>
17
17
18
18
Don't forget to check out the [ 🚀Launchpad repo] ( https://l.technotim.live/quick-start ) with all of the quick start source files.
19
19
20
- ## install
20
+ ## Installation
21
21
22
- ### Rancher app catalog
23
-
24
- See the app catalog within Rancher
22
+ ### Additional Dependencies
25
23
26
- ### additional dependencies
27
-
28
- There are some additional dependencies you might want to install prior to configuring
24
+ There are some additional dependencies you might want to install on target nodes prior to configuring
29
25
30
26
``` bash
31
27
sudo apt update
32
28
sudo apt install nfs-common open-iscsi
29
+ # start the service now and on reboot
30
+ sudo systemctl enable open-iscsi --now
33
31
```
34
32
35
- ### kubectl
33
+ ## Install Methods
34
+
35
+ ### Rancher app catalog
36
+
37
+ See the app catalog within Rancher
38
+
39
+ ### Kubectl
36
40
37
41
``` bash
38
42
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
@@ -46,7 +50,7 @@ kubectl get pods \
46
50
47
51
See more at [ https://longhorn.io/docs/1.0.0/deploy/install/install-with-kubectl ] ( https://longhorn.io/docs/1.0.0/deploy/install/install-with-kubectl )
48
52
49
- ### helm
53
+ ### Helm
50
54
51
55
helm3
52
56
@@ -59,7 +63,7 @@ helm install longhorn ./longhorn/chart/ --namespace longhorn-system
59
63
kubectl -n longhorn-system get pod
60
64
```
61
65
62
- ## taints
66
+ ## Taints
63
67
64
68
I ended up tainting my storage nodes using this command
65
69
You can’t perform that action at this time.
0 commit comments