Skip to content

Commit 26e81fa

Browse files
committed
doc update for v0.31.8
1 parent 276bdd9 commit 26e81fa

File tree

11 files changed

+51
-49
lines changed

11 files changed

+51
-49
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,25 @@ on demand, (e.g., `v0.18.800`) are used to indicated that the k8s client package
5757
changed since the previous release, and that only scheduler plugins code (features or bug fixes) was
5858
changed.
5959

60-
| Scheduler Plugins | Compiled With k8s Version | Container Image | Arch |
61-
|-------------------|---------------------------|----------------------------------------------------------|------------------------------------------------------------|
62-
| v0.30.6 | v1.30.6 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
63-
| v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.29.7 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
64-
| v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.28.9 | linux/amd64<br>linux/arm64 |
65-
| v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.27.8 | linux/amd64<br>linux/arm64 |
66-
67-
| Controller | Compiled With k8s Version | Container Image | Arch |
68-
|------------|---------------------------|------------------------------------------------------|------------------------------------------------------------|
69-
| v0.30.6 | v1.30.6 | registry.k8s.io/scheduler-plugins/controller:v0.30.6 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
70-
| v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/controller:v0.29.7 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
71-
| v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/controller:v0.28.9 | linux/amd64<br>linux/arm64 |
72-
| v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/controller:v0.27.8 | linux/amd64<br>linux/arm64 |
60+
| Scheduler Plugins | Compiled With k8s Version | Container Image | Arch |
61+
|-------------------|---------------------------|-----------------------------------------------------------|------------------------------------------------------------|
62+
| v0.31.8 | v1.31.8 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
63+
| v0.30.12 | v1.30.12 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.12 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
64+
| v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.29.7 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
65+
66+
| Controller | Compiled With k8s Version | Container Image | Arch |
67+
|------------|---------------------------|-------------------------------------------------------|------------------------------------------------------------|
68+
| v0.31.8 | v1.31.8 | registry.k8s.io/scheduler-plugins/controller:v0.31.8 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
69+
| v0.30.12 | v1.30.12 | registry.k8s.io/scheduler-plugins/controller:v0.30.12 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
70+
| v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/controller:v0.29.7 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
7371

7472
<details>
7573
<summary>Older releases</summary>
7674

7775
| Scheduler Plugins | Compiled With k8s Version | Container Image | Arch |
7876
|-------------------|---------------------------|-----------------------------------------------------------|----------------------------|
77+
| v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.28.9 | linux/amd64<br>linux/arm64 |
78+
| v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.27.8 | linux/amd64<br>linux/arm64 |
7979
| v0.26.7 | v1.26.7 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.26.7 | linux/amd64<br>linux/arm64 |
8080
| v0.25.12 | v1.25.12 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.25.12 | linux/amd64<br>linux/arm64 |
8181
| v0.24.9 | v1.24.9 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.24.9 | linux/amd64<br>linux/arm64 |
@@ -89,6 +89,8 @@ changed.
8989

9090
| Controller | Compiled With k8s Version | Container Image | Arch |
9191
|------------|---------------------------|-------------------------------------------------------|----------------------------|
92+
| v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/controller:v0.28.9 | linux/amd64<br>linux/arm64 |
93+
| v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/controller:v0.27.8 | linux/amd64<br>linux/arm64 |
9294
| v0.26.7 | v1.26.7 | registry.k8s.io/scheduler-plugins/controller:v0.26.7 | linux/amd64<br>linux/arm64 |
9395
| v0.25.12 | v1.25.12 | registry.k8s.io/scheduler-plugins/controller:v0.25.12 | linux/amd64<br>linux/arm64 |
9496
| v0.24.9 | v1.24.9 | registry.k8s.io/scheduler-plugins/controller:v0.24.9 | linux/amd64<br>linux/arm64 |

doc/install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- toc -->
66
- [Create a Kubernetes Cluster](#create-a-kubernetes-cluster)
7-
- [Install release v0.30.6 and use Coscheduling](#install-release-v0306-and-use-coscheduling)
7+
- [Install release v0.31.8 and use Coscheduling](#install-release-v0318-and-use-coscheduling)
88
- [As a second scheduler](#as-a-second-scheduler)
99
- [As a single scheduler (replacing the vanilla default-scheduler)](#as-a-single-scheduler-replacing-the-vanilla-default-scheduler)
1010
- [Test Coscheduling](#test-coscheduling)
@@ -24,7 +24,7 @@ If you do not have a cluster yet, create one by using one of the following provi
2424
* [kubeadm](https://kubernetes.io/docs/reference/setup-tools/kubeadm/)
2525
* [minikube](https://minikube.sigs.k8s.io/)
2626

27-
## Install release v0.30.6 and use Coscheduling
27+
## Install release v0.31.8 and use Coscheduling
2828

2929
Note: we provide two ways to install the scheduler-plugin artifacts: as a second scheduler
3030
and as a single scheduler. Their pros and cons are as below:
@@ -146,7 +146,7 @@ any vanilla Kubernetes scheduling capability. Instead, a lot of extra out-of-box
146146
- - --kubeconfig=/etc/kubernetes/scheduler.conf
147147
- - --leader-elect=true
148148
19,20c20
149-
+ image: registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6
149+
+ image: registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8
150150
---
151151
- image: registry.k8s.io/kube-scheduler:v1.28.9
152152
50,52d49
@@ -160,14 +160,14 @@ any vanilla Kubernetes scheduling capability. Instead, a lot of extra out-of-box
160160
+ name: sched-cc
161161
```
162162

163-
1. Verify that kube-scheduler pod is running properly with a correct image: `registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6`
163+
1. Verify that kube-scheduler pod is running properly with a correct image: `registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8`
164164

165165
```bash
166166
$ kubectl get pod -n kube-system | grep kube-scheduler
167167
kube-scheduler-kind-control-plane 1/1 Running 0 3m27s
168168
169169
$ kubectl get pods -l component=kube-scheduler -n kube-system -o=jsonpath="{.items[0].spec.containers[0].image}{'\n'}"
170-
registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6
170+
registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8
171171
```
172172

173173
> **⚠️Troubleshooting:** If the kube-scheudler is not up, you may need to restart kubelet service inside the kind control plane (`systemctl restart kubelet.service`)

manifests/appgroup/deploy-sig-scheduling-controller-and-scheduler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
serviceAccountName: scheduler-plugins-controller
9090
containers:
9191
- name: scheduler-plugins-controller
92-
image: registry.k8s.io/scheduler-plugins/controller:v0.30.6
92+
image: registry.k8s.io/scheduler-plugins/controller:v0.31.8
9393
imagePullPolicy: IfNotPresent
9494
---
9595
# Install the scheduler
@@ -113,7 +113,7 @@ spec:
113113
nodeSelector: # To deploy in master node
114114
node-role.kubernetes.io/master: ""
115115
containers:
116-
- image: registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6
116+
- image: registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8
117117
args: # For extra info, please add verbose level: e.g., - -v=9
118118
- --authentication-kubeconfig=/etc/kubernetes/scheduler.conf
119119
- --authorization-kubeconfig=/etc/kubernetes/scheduler.conf

manifests/install/all-in-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ spec:
9696
serviceAccountName: scheduler-plugins-controller
9797
containers:
9898
- name: scheduler-plugins-controller
99-
image: registry.k8s.io/scheduler-plugins/controller:v0.30.6
99+
image: registry.k8s.io/scheduler-plugins/controller:v0.31.8
100100
imagePullPolicy: IfNotPresent

manifests/install/charts/as-a-second-scheduler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.30.6
18+
version: 0.31.8
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 0.30.6
23+
appVersion: 0.31.8

manifests/install/charts/as-a-second-scheduler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following table lists the configurable parameters of the as-a-second-schedul
4747
| Parameter | Description | Default |
4848
|--------------------------------|------------------------------|-------------------------------------------------------------------------------------------------|
4949
| `scheduler.name` | Scheduler name | `scheduler-plugins-scheduler` |
50-
| `scheduler.image` | Scheduler image | `registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6` |
50+
| `scheduler.image` | Scheduler image | `registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8` |
5151
| `scheduler.command` | Scheduler command | `["/bin/kube-scheduler"]` |
5252
| `scheduler.leaderElect` | Scheduler leaderElection | `false` |
5353
| `scheduler.replicaCount` | Scheduler replicaCount | `1` |

manifests/install/charts/as-a-second-scheduler/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
scheduler:
66
name: scheduler-plugins-scheduler
7-
image: registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6
7+
image: registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8
88
command:
99
- /bin/kube-scheduler
1010
replicaCount: 1
@@ -17,7 +17,7 @@ scheduler:
1717

1818
controller:
1919
name: scheduler-plugins-controller
20-
image: registry.k8s.io/scheduler-plugins/controller:v0.30.6
20+
image: registry.k8s.io/scheduler-plugins/controller:v0.31.8
2121
replicaCount: 1
2222
leaderElect: false
2323
priorityClassName: ""

manifests/networktopology/deploy-sig-scheduling-controller-and-scheduler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
serviceAccountName: scheduler-plugins-controller
9090
containers:
9191
- name: scheduler-plugins-controller
92-
image: registry.k8s.io/scheduler-plugins/controller:v0.30.6
92+
image: registry.k8s.io/scheduler-plugins/controller:v0.31.8
9393
imagePullPolicy: IfNotPresent
9494
---
9595
# Install the scheduler
@@ -113,7 +113,7 @@ spec:
113113
nodeSelector: # To deploy in master node
114114
node-role.kubernetes.io/master: ""
115115
containers:
116-
- image: registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6
116+
- image: registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8
117117
args: # For extra info, please add verbose level: e.g., - -v=9
118118
- --authentication-kubeconfig=/etc/kubernetes/scheduler.conf
119119
- --authorization-kubeconfig=/etc/kubernetes/scheduler.conf

site/content/en/_index.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,25 @@ on demand, (e.g., `v0.18.800`) are used to indicated that the k8s client package
6060
changed since the previous release, and that only scheduler plugins code (features or bug fixes) was
6161
changed.
6262

63-
| Scheduler Plugins | Compiled With k8s Version | Container Image | Arch |
64-
|-------------------|---------------------------|----------------------------------------------------------|------------------------------------------------------------|
65-
| v0.30.6 | v1.30.6 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.6 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
66-
| v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.29.7 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
67-
| v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.28.9 | linux/amd64<br>linux/arm64 |
68-
| v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.27.8 | linux/amd64<br>linux/arm64 |
69-
70-
| Controller | Compiled With k8s Version | Container Image | Arch |
71-
|------------|---------------------------|------------------------------------------------------|------------------------------------------------------------|
72-
| v0.30.6 | v1.30.6 | registry.k8s.io/scheduler-plugins/controller:v0.30.6 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
73-
| v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/controller:v0.29.7 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
74-
| v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/controller:v0.28.9 | linux/amd64<br>linux/arm64 |
75-
| v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/controller:v0.27.8 | linux/amd64<br>linux/arm64 |
63+
| Scheduler Plugins | Compiled With k8s Version | Container Image | Arch |
64+
|-------------------|---------------------------|-----------------------------------------------------------|------------------------------------------------------------|
65+
| v0.31.8 | v1.31.8 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.31.8 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
66+
| v0.30.12 | v1.30.12 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.30.12 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
67+
| v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.29.7 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
68+
69+
| Controller | Compiled With k8s Version | Container Image | Arch |
70+
|------------|---------------------------|-------------------------------------------------------|------------------------------------------------------------|
71+
| v0.31.8 | v1.31.8 | registry.k8s.io/scheduler-plugins/controller:v0.31.8 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
72+
| v0.30.12 | v1.30.12 | registry.k8s.io/scheduler-plugins/controller:v0.30.12 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
73+
| v0.29.7 | v1.29.7 | registry.k8s.io/scheduler-plugins/controller:v0.29.7 | linux/amd64<br>linux/arm64<br>linux/s390x<br>linux/ppc64le |
7674

7775
<details>
7876
<summary>Older releases</summary>
7977

8078
| Scheduler Plugins | Compiled With k8s Version | Container Image | Arch |
8179
|-------------------|---------------------------|-----------------------------------------------------------|----------------------------|
80+
| v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.28.9 | linux/amd64<br>linux/arm64 |
81+
| v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.27.8 | linux/amd64<br>linux/arm64 |
8282
| v0.26.7 | v1.26.7 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.26.7 | linux/amd64<br>linux/arm64 |
8383
| v0.25.12 | v1.25.12 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.25.12 | linux/amd64<br>linux/arm64 |
8484
| v0.24.9 | v1.24.9 | registry.k8s.io/scheduler-plugins/kube-scheduler:v0.24.9 | linux/amd64<br>linux/arm64 |
@@ -92,6 +92,8 @@ changed.
9292

9393
| Controller | Compiled With k8s Version | Container Image | Arch |
9494
|------------|---------------------------|-------------------------------------------------------|----------------------------|
95+
| v0.28.9 | v1.28.9 | registry.k8s.io/scheduler-plugins/controller:v0.28.9 | linux/amd64<br>linux/arm64 |
96+
| v0.27.8 | v1.27.8 | registry.k8s.io/scheduler-plugins/controller:v0.27.8 | linux/amd64<br>linux/arm64 |
9597
| v0.26.7 | v1.26.7 | registry.k8s.io/scheduler-plugins/controller:v0.26.7 | linux/amd64<br>linux/arm64 |
9698
| v0.25.12 | v1.25.12 | registry.k8s.io/scheduler-plugins/controller:v0.25.12 | linux/amd64<br>linux/arm64 |
9799
| v0.24.9 | v1.24.9 | registry.k8s.io/scheduler-plugins/controller:v0.24.9 | linux/amd64<br>linux/arm64 |

0 commit comments

Comments
 (0)