Skip to content

Commit 2dde8c4

Browse files
ChrisThePCGeekThePCGeek
andauthored
general edits/reorder (#164)
Co-authored-by: ThePCGeek <[email protected]>
1 parent 26aeb7c commit 2dde8c4

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

_posts/2021-01-02-longhorn-install.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,26 @@ See all the hardware I recommend at <https://l.technotim.live/gear>
1717

1818
Don't forget to check out the [🚀Launchpad repo](https://l.technotim.live/quick-start) with all of the quick start source files.
1919

20-
## install
20+
## Installation
2121

22-
### Rancher app catalog
23-
24-
See the app catalog within Rancher
22+
### Additional Dependencies
2523

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
2925

3026
```bash
3127
sudo apt update
3228
sudo apt install nfs-common open-iscsi
29+
#start the service now and on reboot
30+
sudo systemctl enable open-iscsi --now
3331
```
3432

35-
### kubectl
33+
## Install Methods
34+
35+
### Rancher app catalog
36+
37+
See the app catalog within Rancher
38+
39+
### Kubectl
3640

3741
```bash
3842
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
@@ -46,7 +50,7 @@ kubectl get pods \
4650

4751
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)
4852

49-
### helm
53+
### Helm
5054

5155
helm3
5256

@@ -59,7 +63,7 @@ helm install longhorn ./longhorn/chart/ --namespace longhorn-system
5963
kubectl -n longhorn-system get pod
6064
```
6165

62-
## taints
66+
## Taints
6367

6468
I ended up tainting my storage nodes using this command
6569

0 commit comments

Comments
 (0)