diff --git a/docs/setup/install.md b/docs/setup/install.md index 476eb39f..4a4c1312 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -30,7 +30,7 @@ machine type for your nodes.** To install a released version of Jobset in your cluster, run the following command: ```shell -VERSION=v0.3.1 +VERSION=v0.3.2 kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/manifests.yaml ``` @@ -40,7 +40,7 @@ If you are using [prometheus-operator](https://github.com/prometheus-operator/pr to scrape metrics from jobset components, run the following command: ```shell -VERSION=v0.3.1 +VERSION=v0.3.2 kubectl apply -f https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/prometheus.yaml ``` @@ -53,7 +53,7 @@ can be scraped without performing this step. To uninstall a released version of JobSet from your cluster, run the following command: ```shell -VERSION=v0.3.1 +VERSION=v0.3.2 kubectl delete -f https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/manifests.yaml ``` @@ -65,14 +65,14 @@ kubectl delete -f https://github.com/kubernetes-sigs/jobset/releases/download/$V - + - +