From b3c8776c7d4df5fa7b6684a1859a9f091c53644c Mon Sep 17 00:00:00 2001 From: Daniel Vega-Myhre Date: Tue, 13 Feb 2024 19:53:53 +0000 Subject: [PATCH] update installation docs for v0.3.2 --- docs/setup/install.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 - + - +