Skip to content

Commit

Permalink
Update installation guide for a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
liurupeng committed Sep 14, 2024
1 parent edc9eac commit 61ca489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ machine type for your nodes.**
To install a released version of LeaderWorkerSet in your cluster, run the following command:

```shell
VERSION=v0.3.0
VERSION=v0.4.0
kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/download/$VERSION/manifests.yaml
```

Expand All @@ -25,7 +25,7 @@ kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/d
To uninstall a released version of LeaderWorkerSet from your cluster, run the following command:

```shell
VERSION=v0.3.0
VERSION=v0.4.0
kubectl delete -f https://github.com/kubernetes-sigs/lws/releases/download/$VERSION/manifests.yaml
```

Expand Down

0 comments on commit 61ca489

Please sign in to comment.