File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ efficiently and improve ML training goodput.
58
58
To install the latest release of JobSet in your cluster, run the following command:
59
59
60
60
``` shell
61
- kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.7.1 /manifests.yaml
61
+ kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.7.2 /manifests.yaml
62
62
```
63
63
64
64
The controller runs in the ` jobset-system ` namespace.
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ ignoreFiles = []
92
92
# The major.minor version tag for the version of the docs represented in this
93
93
# branch of the repository. Used in the "version-banner" partial to display a
94
94
# version number for this doc set.
95
- version = " v0.7.1 "
95
+ version = " v0.7.2 "
96
96
97
97
# Flag used in the "version-banner" partial to decide whether to display a
98
98
# banner on every page indicating that this is an archived version of the docs.
You can’t perform that action at this time.
0 commit comments