forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#281 from ArangoGutierrez/devel/011_read
Update Readme and Docs to v0.1.1
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ([[email protected].0](https://pkg.go.dev/sigs.k8s.io/[email protected].0/apis/config/v1alpha1#Configuration)). | ||
struct ([[email protected].1](https://pkg.go.dev/sigs.k8s.io/[email protected].1/apis/config/v1alpha1#Configuration)). | ||
The contents of the ConfigMap are similar to the following: | ||
|
||
```yaml | ||
|