From 5b67035512c3c8201afdcece1e379e83cea95732 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Tue, 14 Jun 2022 09:12:15 -0400 Subject: [PATCH] Update to v0.1.1 Signed-off-by: Carlos Eduardo Arango Gutierrez --- README.md | 2 +- docs/setup/install.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46d5efdc39..51f966e520 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ presents the detailed design of the controller. To install the latest release of Kueue in your cluster, run the following command: ```shell -kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.1.0/manifests.yaml +kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.1.1/manifests.yaml ``` The controller runs in the `kueue-system` namespace. diff --git a/docs/setup/install.md b/docs/setup/install.md index 8e21a94d2d..0a69139c16 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -13,7 +13,7 @@ Make sure the following conditions are met: To install a released version of Kueue in your cluster, run the following command: ```shell -VERSION=v0.1.0 +VERSION=v0.1.1 kubectl apply -f https://github.com/kubernetes-sigs/kueue/releases/download/$VERSION/manifests.yaml ``` @@ -24,14 +24,14 @@ To install a custom-configured released version of Kueue in your cluster, execut 1. Download the release's `manifests.yaml` file: ```shell -VERSION=v0.1.0 +VERSION=v0.1.1 wget https://github.com/kubernetes-sigs/kueue/releases/download/$VERSION/manifests.yaml ``` 2. With an editor of your preference, open `manifests.yaml`. 3. In the `kueue-manager-config` ConfigMap manifest, edit the `controller_manager_config.yaml` data entry. The entry represents the default Kueue Configuration -struct ([v1alpha1@v0.1.0](https://pkg.go.dev/sigs.k8s.io/kueue@v0.1.0/apis/config/v1alpha1#Configuration)). +struct ([v1alpha1@v0.1.1](https://pkg.go.dev/sigs.k8s.io/kueue@v0.1.1/apis/config/v1alpha1#Configuration)). The contents of the ConfigMap are similar to the following: ```yaml