Skip to content

Commit

Permalink
Update Longhorn example installation link
Browse files Browse the repository at this point in the history
Replace the master version with a released version.

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang authored and brandond committed Aug 1, 2023
1 parent 1b8e6fd commit 4f72417
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/storage/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Below we cover a simple example. For more information, refer to the [official do
Apply the longhorn.yaml to install Longhorn:

```bash
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.5.1/deploy/longhorn.yaml
```

Longhorn will be installed in the namespace `longhorn-system`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ K3s는 쿠버네티스용 오픈소스 분산형 블록 스토리지 시스템
longhorn.yaml을 적용하여 Longhorn을 설치합니다:

```bash
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.5.1/deploy/longhorn.yaml
```

Longhorn은 네임스페이스 `longhorn-system`에 설치됩니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ K3s 支持 [Longhorn](https://github.com/longhorn/longhorn),这是用于 Kuber
应用 longhorn.yaml 来安装 Longhorn:

```bash
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.5.1/deploy/longhorn.yaml
```

Longhorn 将安装在命名空间 `longhorn-system` 中。
Expand Down

0 comments on commit 4f72417

Please sign in to comment.