Skip to content

Commit

Permalink
docs: Improve the Longhorn deployment guide
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Poulopoulos <[email protected]>
  • Loading branch information
dpoulopoulos committed May 2, 2024
1 parent 6036f52 commit 0456ab1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/manual-deployment/longhorn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Follow the steps below to install the required libraries on each Kubernetes node
1. Install the required libraries:

```console
root@node1:~# apt update & apt install -y sudo jq
root@node1:~# apt update && apt install -y sudo jq
```

```{important}
Expand Down Expand Up @@ -63,7 +63,8 @@ Follow the steps below to deploy Longhorn on the Kubernetes cluster:

To verify that Longhorn is running, run the following commands:

1. Check that the Longhorn pods are running:
1. Check that the Longhorn pods are running. This may take a few minutes, so don't worry if some
pods are in a failed state initially:

```console
user:~/virtlml$ kubectl get pods -n longhorn-system
Expand Down

0 comments on commit 0456ab1

Please sign in to comment.