Skip to content

Commit

Permalink
fix introduction typo, update installation for v1.4.1 (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: saintube <[email protected]>
  • Loading branch information
saintube authored Feb 28, 2024
1 parent 71c7529 commit 8205cc3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ helm repo add koordinator-sh https://koordinator-sh.github.io/charts/
$ helm repo update

# Install the latest version.
$ helm install koordinator koordinator-sh/koordinator --version 1.4.0
$ helm install koordinator koordinator-sh/koordinator --version 1.4.1
```

## Upgrade with helm
Expand All @@ -33,7 +33,7 @@ $ helm repo add koordinator-sh https://koordinator-sh.github.io/charts/
$ helm repo update

# Upgrade the latest version.
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.4.0 [--force]
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.4.1 [--force]
```

Note that:
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Welcome to Koordinator!

## Overview

Koordinator is a QQoS-based scheduling for efficient orchestration of microservices, AI, and big data workloads on Kubernetes. It aims to improve the runtime efficiency and reliability of both latency sensitive workloads and batch jobs, simplify the complexity of resource-related configuration tuning, and increase pod deployment density to improve resource utilizations.
Koordinator is a QoS-based scheduling for efficient orchestration of microservices, AI, and big data workloads on Kubernetes. It aims to improve the runtime efficiency and reliability of both latency sensitive workloads and batch jobs, simplify the complexity of resource-related configuration tuning, and increase pod deployment density to improve resource utilizations.


## Key Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ helm repo add koordinator-sh https://koordinator-sh.github.io/charts/
$ helm repo update

# Install the latest version.
$ helm install koordinator koordinator-sh/koordinator --version 1.4.0
$ helm install koordinator koordinator-sh/koordinator --version 1.4.1
```

## 使用 Helm 升级
Expand All @@ -33,7 +33,7 @@ $ helm repo add koordinator-sh https://koordinator-sh.github.io/charts/
$ helm repo update

# Upgrade the latest version.
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.4.0 [--force]
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.4.1 [--force]
```

注意:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ helm repo add koordinator-sh https://koordinator-sh.github.io/charts/
$ helm repo update

# Install the latest version.
$ helm install koordinator koordinator-sh/koordinator --version 1.4.0
$ helm install koordinator koordinator-sh/koordinator --version 1.4.1
```

## 使用 Helm 升级
Expand All @@ -33,7 +33,7 @@ $ helm repo add koordinator-sh https://koordinator-sh.github.io/charts/
$ helm repo update

# Upgrade the latest version.
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.4.0 [--force]
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.4.1 [--force]
```

注意:
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v1.4/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ helm repo add koordinator-sh https://koordinator-sh.github.io/charts/
$ helm repo update

# Install the latest version.
$ helm install koordinator koordinator-sh/koordinator --version 1.4.0
$ helm install koordinator koordinator-sh/koordinator --version 1.4.1
```

## Upgrade with helm
Expand All @@ -33,7 +33,7 @@ $ helm repo add koordinator-sh https://koordinator-sh.github.io/charts/
$ helm repo update

# Upgrade the latest version.
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.4.0 [--force]
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.4.1 [--force]
```

Note that:
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.4/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Welcome to Koordinator!

## Overview

Koordinator is a QQoS-based scheduling for efficient orchestration of microservices, AI, and big data workloads on Kubernetes. It aims to improve the runtime efficiency and reliability of both latency sensitive workloads and batch jobs, simplify the complexity of resource-related configuration tuning, and increase pod deployment density to improve resource utilizations.
Koordinator is a QoS-based scheduling for efficient orchestration of microservices, AI, and big data workloads on Kubernetes. It aims to improve the runtime efficiency and reliability of both latency sensitive workloads and batch jobs, simplify the complexity of resource-related configuration tuning, and increase pod deployment density to improve resource utilizations.


## Key Features
Expand Down

0 comments on commit 8205cc3

Please sign in to comment.