File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 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
3737and configured, simply run the command:
3838
3939``` 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
4141```
4242
4343The controller runs in the ` appwrapper-system ` namespace.
Original file line number Diff line number Diff line change 33
441 . Submit a housekeeping PR that does the following:
55 + 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 ) .
77
882 . After merging the PR, create a new release tag (vX.Y.Z) and push the
99tag 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
2525
2626# Variables for use in pages
2727gh_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
3029
3130# Outputting
3231permalink : /:categories/:title/
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ available to you and `kubectl` is properly configured.
1111
1212### Install Kueue
1313
14- Install a compatible version of Kueue by executing this command:
14+ Install and configure a compatible version of Kueue by executing this command:
1515``` 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 }}"
1717```
1818
1919Before continuing, ensure Kueue is ready by executing this command:
You can’t perform that action at this time.
0 commit comments