@@ -24,7 +24,7 @@ The webhook server in kueue uses an internal cert management for provisioning ce
2424To install a released version of Kueue in your cluster, run the following command:
2525
2626``` shell
27- VERSION=v0.1.1
27+ VERSION=v0.2.0
2828kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/$VERSION /manifests.yaml
2929```
3030
@@ -44,7 +44,7 @@ kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/$VER
4444To uninstall a released version of Kueue from your cluster, run the following command:
4545
4646``` shell
47- VERSION=v0.1.1
47+ VERSION=v0.2.0
4848kubectl delete -f https://github.com/kubernetes-sigs/kueue/releases/download/$VERSION /manifests.yaml
4949```
5050
@@ -60,14 +60,14 @@ To install a custom-configured released version of Kueue in your cluster, execut
60601 . Download the release's ` manifests.yaml ` file:
6161
6262``` shell
63- VERSION=v0.1.1
63+ VERSION=v0.2.0
6464wget https://github.com/kubernetes-sigs/kueue/releases/download/$VERSION /manifests.yaml
6565```
66662 . With an editor of your preference, open ` manifests.yaml ` .
67673 . In the ` kueue-manager-config ` ConfigMap manifest, edit the
6868` controller_manager_config.yaml ` data entry. The entry represents
6969the default Kueue Configuration
70- struct ([ v1alpha1@v0.1.1 ] ( https://pkg.go.dev/sigs.k8s.io/kueue@v0.1.1 /apis/config/v1alpha1#Configuration ) ).
70+ struct ([ v1alpha1@v0.2.0 ] ( https://pkg.go.dev/sigs.k8s.io/kueue@v0.2.0 /apis/config/v1alpha1#Configuration ) ).
7171The contents of the ConfigMap are similar to the following:
7272
7373``` yaml
@@ -101,7 +101,7 @@ To install the latest development version of Kueue in your cluster, run the
101101following command:
102102
103103``` shell
104- kubectl apply -k github.com/kubernetes-sigs/kueue/config/default? ref=main
104+ kubectl apply -k github.com/kubernetes-sigs/kueue/config/default? ref=release-0.2
105105```
106106
107107The controller runs in the ` kueue-system ` namespace.
0 commit comments