From b6b9633bc926cc488d4f78417a3bc9d72fb967cc Mon Sep 17 00:00:00 2001 From: Daniel Vega-Myhre Date: Tue, 12 Sep 2023 00:32:07 +0000 Subject: [PATCH] update docs to use latest release --- 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 a99e7ee9b..a85b232b6 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.1 +VERSION=v0.2.3 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.1 +VERSION=v0.2.3 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.1 +VERSION=v0.2.3 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 - + - +