Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#281 from ArangoGutierrez/devel/011…
Browse files Browse the repository at this point in the history
…_read

Update Readme and Docs to v0.1.1
  • Loading branch information
k8s-ci-robot committed Jun 14, 2022
2 parents 4a77097 + 5b67035 commit 3bede62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/install.md
Expand Up @@ -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
```

Expand All @@ -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
Expand Down

0 comments on commit 3bede62

Please sign in to comment.