diff --git a/docs/setup/install.md b/docs/setup/install.md index a85b232b..5a2ef845 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -28,7 +28,7 @@ Make sure the following conditions are met: To install a released version of Jobset in your cluster, run the following command: ```shell -VERSION=v0.2.3 +VERSION=v0.3.0 kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/manifests.yaml ``` @@ -38,7 +38,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.2.3 +VERSION=v0.3.0 kubectl apply -f https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/prometheus.yaml ``` @@ -51,7 +51,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.2.3 +VERSION=v0.3.0 kubectl delete -f https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/manifests.yaml ``` @@ -63,14 +63,14 @@ kubectl delete -f https://github.com/kubernetes-sigs/jobset/releases/download/$V - + - +