Skip to content

Commit 5efae2d

Browse files
authored
Merge pull request #944 from XuanWang-Amos/release_1_35_0_cluster
cluster/ changes for 1.35.0
2 parents 320c33d + 2e30d05 commit 5efae2d

18 files changed

Lines changed: 171 additions & 145 deletions

File tree

cluster/addons/addon-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TEMP_DIR:=$(shell mktemp -d)
1818
VERSION=v9.1.8
1919
KUBECTL_VERSION?=v1.32.2
2020

21-
BASEIMAGE=registry.k8s.io/build-image/debian-base-$(ARCH):bookworm-v1.0.4
21+
BASEIMAGE=registry.k8s.io/build-image/debian-base-$(ARCH):bookworm-v1.0.6
2222

2323
SUDO=$(if $(filter 0,$(shell id -u)),,sudo)
2424

cluster/addons/dns/coredns/coredns.yaml.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
kubernetes.io/os: linux
134134
containers:
135135
- name: coredns
136-
image: registry.k8s.io/coredns/coredns:v1.12.1
136+
image: registry.k8s.io/coredns/coredns:v1.13.1
137137
imagePullPolicy: IfNotPresent
138138
resources:
139139
limits:

cluster/addons/dns/coredns/coredns.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
kubernetes.io/os: linux
134134
containers:
135135
- name: coredns
136-
image: registry.k8s.io/coredns/coredns:v1.12.1
136+
image: registry.k8s.io/coredns/coredns:v1.13.1
137137
imagePullPolicy: IfNotPresent
138138
resources:
139139
limits:

cluster/addons/dns/coredns/coredns.yaml.sed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
kubernetes.io/os: linux
134134
containers:
135135
- name: coredns
136-
image: registry.k8s.io/coredns/coredns:v1.12.1
136+
image: registry.k8s.io/coredns/coredns:v1.13.1
137137
imagePullPolicy: IfNotPresent
138138
resources:
139139
limits:

cluster/addons/ip-masq-agent/ip-masq-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
hostNetwork: true
3030
containers:
3131
- name: ip-masq-agent
32-
image: registry.k8s.io/networking/ip-masq-agent:v2.9.3
32+
image: registry.k8s.io/networking/ip-masq-agent:v2.12.0
3333
args:
3434
- --masq-chain=IP-MASQ
3535
- --nomasq-all-reserved-ranges

cluster/addons/kube-network-policies/kube-network-policies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
serviceAccountName: kube-network-policies
2828
containers:
2929
- name: kube-network-policies
30-
image: registry.k8s.io/networking/kube-network-policies:v0.7.0
30+
image: registry.k8s.io/networking/kube-network-policies:v0.9.2
3131
command:
3232
- /bin/netpol
3333
- --v=4

cluster/addons/metrics-server/metrics-server-deployment.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ data:
2323
apiVersion: apps/v1
2424
kind: Deployment
2525
metadata:
26-
name: metrics-server-v0.7.2
26+
name: metrics-server-v0.8.0
2727
namespace: kube-system
2828
labels:
2929
k8s-app: metrics-server
3030
addonmanager.kubernetes.io/mode: Reconcile
31-
version: v0.7.2
31+
version: v0.8.0
3232
spec:
3333
selector:
3434
matchLabels:
3535
k8s-app: metrics-server
36-
version: v0.7.2
36+
version: v0.8.0
3737
template:
3838
metadata:
3939
name: metrics-server
4040
labels:
4141
k8s-app: metrics-server
42-
version: v0.7.2
42+
version: v0.8.0
4343
spec:
4444
securityContext:
4545
seccompProfile:
@@ -50,7 +50,7 @@ spec:
5050
kubernetes.io/os: linux
5151
containers:
5252
- name: metrics-server
53-
image: registry.k8s.io/metrics-server/metrics-server:v0.7.2
53+
image: registry.k8s.io/metrics-server/metrics-server:v0.8.0
5454
command:
5555
- /metrics-server
5656
- --metric-resolution=15s
@@ -81,7 +81,7 @@ spec:
8181
- mountPath: /tmp
8282
name: tmp-dir
8383
- name: metrics-server-nanny
84-
image: registry.k8s.io/autoscaling/addon-resizer:1.8.14
84+
image: registry.k8s.io/autoscaling/addon-resizer:1.8.20
8585
resources:
8686
limits:
8787
cpu: 100m
@@ -109,7 +109,7 @@ spec:
109109
- --memory={{ base_metrics_server_memory }}
110110
- --extra-memory={{ metrics_server_memory_per_node }}Mi
111111
- --threshold=5
112-
- --deployment=metrics-server-v0.7.2
112+
- --deployment=metrics-server-v0.8.0
113113
- --container=metrics-server
114114
- --poll-period=30000
115115
- --estimator=exponential

cluster/addons/node-problem-detector/npd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ metadata:
3030
namespace: kube-system
3131
labels:
3232
app.kubernetes.io/name: node-problem-detector
33-
app.kubernetes.io/version: v0.8.21
33+
app.kubernetes.io/version: v1.34.0
3434
addonmanager.kubernetes.io/mode: Reconcile
3535
spec:
3636
selector:
3737
matchLabels:
3838
app.kubernetes.io/name: node-problem-detector
39-
app.kubernetes.io/version: v0.8.21
39+
app.kubernetes.io/version: v1.34.0
4040
template:
4141
metadata:
4242
labels:
4343
app.kubernetes.io/name: node-problem-detector
44-
app.kubernetes.io/version: v0.8.21
44+
app.kubernetes.io/version: v1.34.0
4545
spec:
4646
nodeSelectors:
4747
kubernetes.io/os: linux
4848
containers:
4949
- name: node-problem-detector
50-
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.21
50+
image: registry.k8s.io/node-problem-detector/node-problem-detector:v1.34.0
5151
command:
5252
- "/bin/sh"
5353
- "-c"

cluster/gce/config-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export WINDOWS_CNI_CONFIG_DIR="${WINDOWS_K8S_DIR}\cni\config"
136136
# CNI storage path for Windows nodes
137137
export WINDOWS_CNI_STORAGE_PATH="https://github.com/containernetworking/plugins/releases/download"
138138
# CNI version for Windows nodes
139-
export WINDOWS_CNI_VERSION="v1.7.1"
139+
export WINDOWS_CNI_VERSION="v1.8.0"
140140
# Pod manifests directory for Windows nodes on Windows nodes.
141141
export WINDOWS_MANIFESTS_DIR="${WINDOWS_K8S_DIR}\manifests"
142142
# Directory where cert/key files will be stores on Windows nodes.

cluster/gce/config-default.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,14 @@ fi
8888
# By default, the latest image from the image family will be used unless an
8989
# explicit image will be set.
9090
GCI_VERSION=${KUBE_GCI_VERSION:-}
91-
IMAGE_FAMILY=${KUBE_IMAGE_FAMILY:-cos-121-lts}
91+
IMAGE_FAMILY=${KUBE_GCE_IMAGE_FAMILY:-cos-121-lts}
92+
IMAGE_PROJECT=${KUBE_GCE_IMAGE_PROJECT:-cos-cloud}
9293
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
9394
export MASTER_IMAGE_FAMILY=${KUBE_GCE_MASTER_IMAGE_FAMILY:-${IMAGE_FAMILY}}
94-
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
95+
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-${IMAGE_PROJECT}}
9596
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}
9697
export NODE_IMAGE_FAMILY=${KUBE_GCE_NODE_IMAGE_FAMILY:-${IMAGE_FAMILY}}
97-
export NODE_IMAGE_PROJECT=${KUBE_GCE_NODE_PROJECT:-cos-cloud}
98+
export NODE_IMAGE_PROJECT=${KUBE_GCE_NODE_PROJECT:-${IMAGE_PROJECT}}
9899
export NODE_SERVICE_ACCOUNT=${KUBE_GCE_NODE_SERVICE_ACCOUNT:-default}
99100

100101
# KUBELET_TEST_ARGS are extra arguments passed to kubelet.
@@ -109,8 +110,8 @@ export LOAD_IMAGE_COMMAND=${KUBE_LOAD_IMAGE_COMMAND:-ctr -n=k8s.io images import
109110
# if KUBE_UBUNTU_INSTALL_CONTAINERD_VERSION or KUBE_UBUNTU_INSTALL_RUNC_VERSION
110111
# is set to empty then we do not override the version(s) and just
111112
# use whatever is in the default installation of containerd package
112-
export UBUNTU_INSTALL_CONTAINERD_VERSION=${KUBE_UBUNTU_INSTALL_CONTAINERD_VERSION:-}
113-
export UBUNTU_INSTALL_RUNC_VERSION=${KUBE_UBUNTU_INSTALL_RUNC_VERSION:-}
113+
export UBUNTU_INSTALL_CONTAINERD_VERSION=${KUBE_UBUNTU_INSTALL_CONTAINERD_VERSION:-v2.1.4}
114+
export UBUNTU_INSTALL_RUNC_VERSION=${KUBE_UBUNTU_INSTALL_RUNC_VERSION:-v1.3.2}
114115

115116
# Ability to inject custom versions (COS images ONLY)
116117
# if KUBE_COS_INSTALL_CONTAINERD_VERSION or KUBE_COS_INSTALL_RUNC_VERSION

0 commit comments

Comments
 (0)