@@ -28,7 +28,7 @@ Make sure the following conditions are met:
2828To 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
3232kubectl 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
3838to scrape metrics from jobset components, run the following command:
3939
4040``` shell
41- VERSION=v0.2.3
41+ VERSION=v0.3.0
4242kubectl 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.
5151To 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
5555kubectl 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