Skip to content

Commit

Permalink
Update version 1.1.1 (koordinator-sh#120)
Browse files Browse the repository at this point in the history
Signed-off-by: Siyu Wang <[email protected]>
  • Loading branch information
FillZpp authored Jan 30, 2023
1 parent 1706031 commit e128e77
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 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.1.0
$ helm install koordinator koordinator-sh/koordinator --version 1.1.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.1.0 [--force]
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.1.1 [--force]
```

Note that:
Expand Down Expand Up @@ -62,7 +62,7 @@ For pods that do not want hook servers processing (such as addon pods), you can
Download from github releases:
```bash
$ # select the version
$ wget https://github.com/koordinator-sh/koordinator/releases/download/v1.1.0/koord-runtime-proxy_1.1.0_linux_x86_64 -O koord-runtime-proxy
$ wget https://github.com/koordinator-sh/koordinator/releases/download/v1.1.1/koord-runtime-proxy_1.1.1_linux_x86_64 -O koord-runtime-proxy
$ chmod +x koord-runtime-proxy
```

Expand Down Expand Up @@ -137,7 +137,7 @@ The following table lists the configurable parameters of the chart and their def
| `manager.log.level` | Log level that koord-manager printed | `4` |
| `manager.replicas` | Replicas of koord-manager deployment | `2` |
| `manager.image.repository` | Repository for koord-manager image | `koordinatorsh/koord-manager` |
| `manager.image.tag` | Tag for koord-manager image | `v1.1.0` |
| `manager.image.tag` | Tag for koord-manager image | `v1.1.1` |
| `manager.resources.limits.cpu` | CPU resource limit of koord-manager container | `1000m` |
| `manager.resources.limits.memory` | Memory resource limit of koord-manager container | `1Gi` |
| `manager.resources.requests.cpu` | CPU resource request of koord-manager container | `500m` |
Expand All @@ -152,7 +152,7 @@ The following table lists the configurable parameters of the chart and their def
| `scheduler.log.level` | Log level that koord-scheduler printed | `4` |
| `scheduler.replicas` | Replicas of koord-scheduler deployment | `2` |
| `scheduler.image.repository` | Repository for koord-scheduler image | `koordinatorsh/koord-scheduler` |
| `scheduler.image.tag` | Tag for koord-scheduler image | `v1.1.0` |
| `scheduler.image.tag` | Tag for koord-scheduler image | `v1.1.1` |
| `scheduler.resources.limits.cpu` | CPU resource limit of koord-scheduler container | `1000m` |
| `scheduler.resources.limits.memory` | Memory resource limit of koord-scheduler container | `1Gi` |
| `scheduler.resources.requests.cpu` | CPU resource request of koord-scheduler container | `500m` |
Expand All @@ -164,7 +164,7 @@ The following table lists the configurable parameters of the chart and their def
| `scheduler.hostNetwork` | Whether koord-scheduler pod should run with hostnetwork | `false` |
| `koordlet.log.level` | Log level that koordlet printed | `4` |
| `koordlet.image.repository` | Repository for koordlet image | `koordinatorsh/koordlet` |
| `koordlet.image.tag` | Tag for koordlet image | `v1.1.0` |
| `koordlet.image.tag` | Tag for koordlet image | `v1.1.1` |
| `koordlet.resources.limits.cpu` | CPU resource limit of koordlet container | `500m` |
| `koordlet.resources.limits.memory` | Memory resource limit of koordlet container | `256Mi` |
| `koordlet.resources.requests.cpu` | CPU resource request of koordlet container | `0` |
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.1.0
$ helm install koordinator koordinator-sh/koordinator --version 1.1.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.1.0 [--force]
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.1.1 [--force]
```

注意:
Expand All @@ -58,7 +58,7 @@ koord-runtime-proxy 充当 Kubelet 和 Containerd 之间的代理(Dockershim
从 Github 下载:
```bash
$ # select the version
$ wget https://github.com/koordinator-sh/koordinator/releases/download/v1.1.0/koord-runtime-proxy_1.1.0_linux_x86_64 -O koord-runtime-proxy
$ wget https://github.com/koordinator-sh/koordinator/releases/download/v1.1.1/koord-runtime-proxy_1.1.1_linux_x86_64 -O koord-runtime-proxy
$ chmod +x koord-runtime-proxy
```

Expand Down Expand Up @@ -133,7 +133,7 @@ kubelet <other options> --docker-endpoint=unix:///var/run/koord-runtimeproxy/run
| `manager.log.level` | Log level that koord-manager printed | `4` |
| `manager.replicas` | Replicas of koord-manager deployment | `2` |
| `manager.image.repository` | Repository for koord-manager image | `koordinatorsh/koord-manager` |
| `manager.image.tag` | Tag for koord-manager image | `1.1.0` |
| `manager.image.tag` | Tag for koord-manager image | `v1.1.1` |
| `manager.resources.limits.cpu` | CPU resource limit of koord-manager container | `1000m` |
| `manager.resources.limits.memory` | Memory resource limit of koord-manager container | `1Gi` |
| `manager.resources.requests.cpu` | CPU resource request of koord-manager container | `500m` |
Expand All @@ -148,7 +148,7 @@ kubelet <other options> --docker-endpoint=unix:///var/run/koord-runtimeproxy/run
| `scheduler.log.level` | Log level that koord-scheduler printed | `4` |
| `scheduler.replicas` | Replicas of koord-scheduler deployment | `2` |
| `scheduler.image.repository` | Repository for koord-scheduler image | `koordinatorsh/koord-scheduler` |
| `scheduler.image.tag` | Tag for koord-scheduler image | `1.1.0` |
| `scheduler.image.tag` | Tag for koord-scheduler image | `v1.1.1` |
| `scheduler.resources.limits.cpu` | CPU resource limit of koord-scheduler container | `1000m` |
| `scheduler.resources.limits.memory` | Memory resource limit of koord-scheduler container | `1Gi` |
| `scheduler.resources.requests.cpu` | CPU resource request of koord-scheduler container | `500m` |
Expand All @@ -160,7 +160,7 @@ kubelet <other options> --docker-endpoint=unix:///var/run/koord-runtimeproxy/run
| `scheduler.hostNetwork` | Whether koord-scheduler pod should run with hostnetwork | `false` |
| `koordlet.log.level` | Log level that koordlet printed | `4` |
| `koordlet.image.repository` | Repository for koordlet image | `koordinatorsh/koordlet` |
| `koordlet.image.tag` | Tag for koordlet image | `1.1.0` |
| `koordlet.image.tag` | Tag for koordlet image | `v1.1.1` |
| `koordlet.resources.limits.cpu` | CPU resource limit of koordlet container | `500m` |
| `koordlet.resources.limits.memory` | Memory resource limit of koordlet container | `256Mi` |
| `koordlet.resources.requests.cpu` | CPU resource request of koordlet container | `0` |
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.1.0
$ helm install koordinator koordinator-sh/koordinator --version 1.1.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.1.0 [--force]
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.1.1 [--force]
```

注意:
Expand All @@ -58,7 +58,7 @@ koord-runtime-proxy 充当 Kubelet 和 Containerd 之间的代理(Dockershim
从 Github 下载:
```bash
$ # select the version
$ wget https://github.com/koordinator-sh/koordinator/releases/download/v1.1.0/koord-runtime-proxy_1.1.0_linux_x86_64 -O koord-runtime-proxy
$ wget https://github.com/koordinator-sh/koordinator/releases/download/v1.1.1/koord-runtime-proxy_1.1.1_linux_x86_64 -O koord-runtime-proxy
$ chmod +x koord-runtime-proxy
```

Expand Down Expand Up @@ -133,7 +133,7 @@ kubelet <other options> --docker-endpoint=unix:///var/run/koord-runtimeproxy/run
| `manager.log.level` | Log level that koord-manager printed | `4` |
| `manager.replicas` | Replicas of koord-manager deployment | `2` |
| `manager.image.repository` | Repository for koord-manager image | `koordinatorsh/koord-manager` |
| `manager.image.tag` | Tag for koord-manager image | `1.1.0` |
| `manager.image.tag` | Tag for koord-manager image | `v1.1.1` |
| `manager.resources.limits.cpu` | CPU resource limit of koord-manager container | `1000m` |
| `manager.resources.limits.memory` | Memory resource limit of koord-manager container | `1Gi` |
| `manager.resources.requests.cpu` | CPU resource request of koord-manager container | `500m` |
Expand All @@ -148,7 +148,7 @@ kubelet <other options> --docker-endpoint=unix:///var/run/koord-runtimeproxy/run
| `scheduler.log.level` | Log level that koord-scheduler printed | `4` |
| `scheduler.replicas` | Replicas of koord-scheduler deployment | `2` |
| `scheduler.image.repository` | Repository for koord-scheduler image | `koordinatorsh/koord-scheduler` |
| `scheduler.image.tag` | Tag for koord-scheduler image | `1.1.0` |
| `scheduler.image.tag` | Tag for koord-scheduler image | `v1.1.1` |
| `scheduler.resources.limits.cpu` | CPU resource limit of koord-scheduler container | `1000m` |
| `scheduler.resources.limits.memory` | Memory resource limit of koord-scheduler container | `1Gi` |
| `scheduler.resources.requests.cpu` | CPU resource request of koord-scheduler container | `500m` |
Expand All @@ -160,7 +160,7 @@ kubelet <other options> --docker-endpoint=unix:///var/run/koord-runtimeproxy/run
| `scheduler.hostNetwork` | Whether koord-scheduler pod should run with hostnetwork | `false` |
| `koordlet.log.level` | Log level that koordlet printed | `4` |
| `koordlet.image.repository` | Repository for koordlet image | `koordinatorsh/koordlet` |
| `koordlet.image.tag` | Tag for koordlet image | `1.1.0` |
| `koordlet.image.tag` | Tag for koordlet image | `v1.1.1` |
| `koordlet.resources.limits.cpu` | CPU resource limit of koordlet container | `500m` |
| `koordlet.resources.limits.memory` | Memory resource limit of koordlet container | `256Mi` |
| `koordlet.resources.requests.cpu` | CPU resource request of koordlet container | `0` |
Expand Down
12 changes: 6 additions & 6 deletions versioned_docs/version-v1.1/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.1.0
$ helm install koordinator koordinator-sh/koordinator --version 1.1.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.1.0 [--force]
$ helm upgrade koordinator koordinator-sh/koordinator --version 1.1.1 [--force]
```

Note that:
Expand Down Expand Up @@ -62,7 +62,7 @@ For pods that do not want hook servers processing (such as addon pods), you can
Download from github releases:
```bash
$ # select the version
$ wget https://github.com/koordinator-sh/koordinator/releases/download/v1.1.0/koord-runtime-proxy_1.1.0_linux_x86_64 -O koord-runtime-proxy
$ wget https://github.com/koordinator-sh/koordinator/releases/download/v1.1.1/koord-runtime-proxy_1.1.1_linux_x86_64 -O koord-runtime-proxy
$ chmod +x koord-runtime-proxy
```

Expand Down Expand Up @@ -137,7 +137,7 @@ The following table lists the configurable parameters of the chart and their def
| `manager.log.level` | Log level that koord-manager printed | `4` |
| `manager.replicas` | Replicas of koord-manager deployment | `2` |
| `manager.image.repository` | Repository for koord-manager image | `koordinatorsh/koord-manager` |
| `manager.image.tag` | Tag for koord-manager image | `v1.1.0` |
| `manager.image.tag` | Tag for koord-manager image | `v1.1.1` |
| `manager.resources.limits.cpu` | CPU resource limit of koord-manager container | `1000m` |
| `manager.resources.limits.memory` | Memory resource limit of koord-manager container | `1Gi` |
| `manager.resources.requests.cpu` | CPU resource request of koord-manager container | `500m` |
Expand All @@ -152,7 +152,7 @@ The following table lists the configurable parameters of the chart and their def
| `scheduler.log.level` | Log level that koord-scheduler printed | `4` |
| `scheduler.replicas` | Replicas of koord-scheduler deployment | `2` |
| `scheduler.image.repository` | Repository for koord-scheduler image | `koordinatorsh/koord-scheduler` |
| `scheduler.image.tag` | Tag for koord-scheduler image | `v1.1.0` |
| `scheduler.image.tag` | Tag for koord-scheduler image | `v1.1.1` |
| `scheduler.resources.limits.cpu` | CPU resource limit of koord-scheduler container | `1000m` |
| `scheduler.resources.limits.memory` | Memory resource limit of koord-scheduler container | `1Gi` |
| `scheduler.resources.requests.cpu` | CPU resource request of koord-scheduler container | `500m` |
Expand All @@ -164,7 +164,7 @@ The following table lists the configurable parameters of the chart and their def
| `scheduler.hostNetwork` | Whether koord-scheduler pod should run with hostnetwork | `false` |
| `koordlet.log.level` | Log level that koordlet printed | `4` |
| `koordlet.image.repository` | Repository for koordlet image | `koordinatorsh/koordlet` |
| `koordlet.image.tag` | Tag for koordlet image | `v1.1.0` |
| `koordlet.image.tag` | Tag for koordlet image | `v1.1.1` |
| `koordlet.resources.limits.cpu` | CPU resource limit of koordlet container | `500m` |
| `koordlet.resources.limits.memory` | Memory resource limit of koordlet container | `256Mi` |
| `koordlet.resources.requests.cpu` | CPU resource request of koordlet container | `0` |
Expand Down

0 comments on commit e128e77

Please sign in to comment.