Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/best-practices/batch-colocation-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ helm repo update
Install Koordinator (latest stable version):

```bash
helm install koordinator koordinator-sh/koordinator --version 1.6.0
helm install koordinator koordinator-sh/koordinator --version 1.8.0
```

Verify the installation:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can get more info form [here](https://kubernetes.io/docs/reference/command-l

For the best experience, koordinator recommends **linux kernel 4.19** or higher.

## Install with helms
## Install with helm

Koordinator can be simply installed by helm v3.5+, which is a simple command-line tool, and you can get it from [here](https://github.com/helm/helm/releases).

Expand Down
2 changes: 1 addition & 1 deletion docs/user-manuals/colocation-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are not familiar with Kubernetes resources please refer to the page [Unde

### Create ClusterColocationProfile

The `profile.yaml` file below describes to modify Pod in Namepspace with label `koordinator.sh/enable-colocation=true` and inject Koordinator QoS, Koordinator Priority etc.
The `profile.yaml` file below describes to modify Pod in Namespace with label `koordinator.sh/enable-colocation=true` and inject Koordinator QoS, Koordinator Priority etc.

```yaml
apiVersion: config.koordinator.sh/v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ helm repo update
Install Koordinator (latest stable version):

```bash
helm install koordinator koordinator-sh/koordinator --version 1.6.0
helm install koordinator koordinator-sh/koordinator --version 1.8.0
```

Verify the installation:
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.8/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can get more info form [here](https://kubernetes.io/docs/reference/command-l

For the best experience, koordinator recommends **linux kernel 4.19** or higher.

## Install with helms
## Install with helm

Koordinator can be simply installed by helm v3.5+, which is a simple command-line tool, and you can get it from [here](https://github.com/helm/helm/releases).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are not familiar with Kubernetes resources please refer to the page [Unde

### Create ClusterColocationProfile

The `profile.yaml` file below describes to modify Pod in Namepspace with label `koordinator.sh/enable-colocation=true` and inject Koordinator QoS, Koordinator Priority etc.
The `profile.yaml` file below describes to modify Pod in Namespace with label `koordinator.sh/enable-colocation=true` and inject Koordinator QoS, Koordinator Priority etc.

```yaml
apiVersion: config.koordinator.sh/v1alpha1
Expand Down
Loading