Skip to content

Commit

Permalink
Merge pull request #217 from liurupeng/main
Browse files Browse the repository at this point in the history
Update installation guide
  • Loading branch information
k8s-ci-robot committed Sep 14, 2024
2 parents edc9eac + 61ca489 commit 6d42914
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 6d42914

Please sign in to comment.