Merge pull request #125209 from humblec/etcd-3.5.14

make use of etcd v3.5.14 in the builds.
This commit is contained in:
Kubernetes Prow Robot
2024-06-01 14:12:31 -07:00
committed by GitHub
7 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@
{
"name": "etcd-container",
{{security_context}}
"image": "{{ pillar.get('etcd_docker_repository', 'registry.k8s.io/etcd') }}:{{ pillar.get('etcd_docker_tag', '3.5.13-0') }}",
"image": "{{ pillar.get('etcd_docker_repository', 'registry.k8s.io/etcd') }}:{{ pillar.get('etcd_docker_tag', '3.5.14-0') }}",
"resources": {
"requests": {
"cpu": {{ cpulimit }}

View File

@@ -170,8 +170,8 @@ export KUBE_GCE_ENABLE_IP_ALIASES=true
export SECONDARY_RANGE_NAME="pods-default"
export STORAGE_BACKEND="etcd3"
export STORAGE_MEDIA_TYPE="application/vnd.kubernetes.protobuf"
export ETCD_IMAGE=3.5.13-0
export ETCD_VERSION=3.5.13
export ETCD_IMAGE=3.5.14-0
export ETCD_VERSION=3.5.14
# Upgrade master with updated kube envs
"${KUBE_ROOT}/cluster/gce/upgrade.sh" -M -l