File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a
37
37
and configured, simply run the command:
38
38
39
39
``` sh
40
- kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.20.2 /install.yaml
40
+ kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.21.0 /install.yaml
41
41
```
42
42
43
43
The controller runs in the ` appwrapper-system ` namespace.
Original file line number Diff line number Diff line change 3
3
4
4
1 . Submit a housekeeping PR that does the following:
5
5
+ Update the AppWrapper version number in the installation section of [ README.md] ( ../README.md#Installation ) .
6
- + Update the ` appwrapper_version ` and ` kueue_version ` variables in [ _ config.yaml] ( ../site/_config.yaml ) .
6
+ + Update the ` appwrapper_version ` variable in [ _ config.yaml] ( ../site/_config.yaml ) .
7
7
8
8
2 . After merging the PR, create a new release tag (vX.Y.Z) and push the
9
9
tag to the main branch. This will trigger the ` release ` workflow which
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ repository: project-codeflare/appwrapper
25
25
26
26
# Variables for use in pages
27
27
gh_main_url : https://github.com/project-codeflare/appwrapper/blob/main
28
- appwrapper_version : v0.20.2
29
- kueue_version : v0.7.0
28
+ appwrapper_version : v0.21.0
30
29
31
30
# Outputting
32
31
permalink : /:categories/:title/
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ available to you and `kubectl` is properly configured.
11
11
12
12
### Install Kueue
13
13
14
- Install a compatible version of Kueue by executing this command:
14
+ Install and configure a compatible version of Kueue by executing this command:
15
15
``` sh
16
- kubectl apply --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/ {{ site.kueue_version }}/manifests.yaml
16
+ kubectl apply --server-side -k " https://github.com/project-codeflare/appwrapper/hack/kueue-config?ref= {{ site.appwrapper_version }}"
17
17
```
18
18
19
19
Before continuing, ensure Kueue is ready by executing this command:
You can’t perform that action at this time.
0 commit comments