Skip to content

Commit 05acd93

Browse files
authored
Merge pull request #348 from danielvegamyhre/release-0.3-docs
[release-0.3 branch] Update with installation docs with v0.3.0
2 parents d49514b + b1e219a commit 05acd93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/setup/install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Make sure the following conditions are met:
2828
To install a released version of Jobset in your cluster, run the following command:
2929

3030
```shell
31-
VERSION=v0.2.3
31+
VERSION=v0.3.0
3232
kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/manifests.yaml
3333
```
3434

@@ -38,7 +38,7 @@ If you are using [prometheus-operator](https://github.com/prometheus-operator/pr
3838
to scrape metrics from jobset components, run the following command:
3939

4040
```shell
41-
VERSION=v0.2.3
41+
VERSION=v0.3.0
4242
kubectl apply -f https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/prometheus.yaml
4343
```
4444

@@ -51,7 +51,7 @@ can be scraped without performing this step.
5151
To uninstall a released version of JobSet from your cluster, run the following command:
5252

5353
```shell
54-
VERSION=v0.2.3
54+
VERSION=v0.3.0
5555
kubectl delete -f https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/manifests.yaml
5656
```
5757

@@ -63,14 +63,14 @@ kubectl delete -f https://github.com/kubernetes-sigs/jobset/releases/download/$V
6363
<!-- <\!-- 1. Download the release's `manifests.yaml` file: -\-> -->
6464

6565
<!-- <\!-- ```shell -\-> -->
66-
<!-- <\!-- VERSION=v0.2.3 -\-> -->
66+
<!-- <\!-- VERSION=v0.3.0 -\-> -->
6767
<!-- <\!-- wget https://github.com/kubernetes-sigs/jobset/releases/download/$VERSION/manifests.yaml -\-> -->
6868
<!-- <\!-- ``` -\-> -->
6969
<!-- <\!-- 2. With an editor of your preference, open `manifests.yaml`. -\-> -->
7070
<!-- <\!-- 3. In the `jobset-manager-config` ConfigMap manifest, edit the -\-> -->
7171
<!-- <\!-- `controller_manager_config.yaml` data entry. The entry represents -\-> -->
7272
<!-- <\!-- the default JobSet Configuration -\-> -->
73-
<!-- <\!-- struct ([v1alpha2@v0.2.3](https://pkg.go.dev/sigs.k8s.io/jobset@v0.2.3/apis/config/v1alpha2#Configuration)). -\-> -->
73+
<!-- <\!-- struct ([v1alpha2@v0.3.0](https://pkg.go.dev/sigs.k8s.io/jobset@v0.3.0/apis/config/v1alpha2#Configuration)). -\-> -->
7474
<!-- <\!-- The contents of the ConfigMap are similar to the following: -\-> -->
7575

7676

0 commit comments

Comments
 (0)