Commit Graph

10429 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
3a8a60eba2
Merge pull request #126240 from bzsuni/bz/etcd/update/v3.5.15
Update etcd to v3.5.15
2024-07-26 04:58:05 -07:00
Paco Xu
087134c840 add workdir in etcd Dockerfile for windows 2024-07-25 22:17:28 +08:00
bzsuni
4ad2cd9299 Update etcd from v3.5.14 to v3.5.15
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2024-07-25 10:48:34 +08:00
Kubernetes Prow Robot
696ad19801
Merge pull request #126242 from bzsuni/bz/etcd/build/v3.5.15
Build etcd image of v3.5.15
2024-07-24 09:53:53 -07:00
Siyuan Zhang
e79d20dcfc Add KUBE_EMULATED_VERSION env variable to set the emulated-version of scheduler and controller manager.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-07-23 13:51:36 -07:00
Kubernetes Prow Robot
b293ca9057
Merge pull request #126229 from aojea/network_policies_0.5.0
bump kube-network-policies to v0.5.0
2024-07-20 05:13:54 -07:00
bzsuni
3c448ff29d Build etcd image of v3.5.15
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2024-07-20 08:16:18 +08:00
Antonio Ojea
0c10b4534c bump kube-network-policies to v0.5.0 2024-07-19 16:55:47 +00:00
Cici Huang
67a171a142 Remove feature gate CustomResourceValidationExpressions. 2024-07-16 10:39:00 -07:00
Kubernetes Prow Robot
4c7960a67c
Merge pull request #104519 from arekkusu/patch-2
MOTD: Remove '-gke.*' in link to source version
2024-07-15 20:29:10 -07:00
Kubernetes Prow Robot
e31d2cef71
Merge pull request #125736 from aojea/netpol_v0.4.0
update kube-network-policies to v0.4.0
2024-06-27 02:14:51 -07:00
joey
327324a25d
fix base64 invalid argument when running gce util.sh
Signed-off-by: joey <zchengjoey@gmail.com>
2024-06-27 10:39:18 +08:00
Siyuan Zhang
126a47d4b5 Add KUBE_EMULATED_VERSION env variable to set the emulated-version of apiserver.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-06-26 11:20:10 -07:00
Antonio Ojea
4bc461872f update kube-network-policies to v0.4.0 2024-06-26 16:27:12 +00:00
Kubernetes Prow Robot
85ede67ac9
Merge pull request #125681 from aojea/netpol_3
bump kube-network-policies to v0.3.0
2024-06-25 16:47:33 -07:00
Antonio Ojea
87a7f22923 bump kube-network-policies to v0.3.0 2024-06-24 23:42:56 +00:00
Davanum Srinivas
1390ac0e25
Add sig/etcd labels for related directories
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-06-24 17:03:34 -04:00
Kubernetes Prow Robot
1236f48109
Merge pull request #124770 from uucloud/docs/fix_tls_bootstrapping_link
docs:fix broken link
2024-06-24 13:36:34 -07:00
Kubernetes Prow Robot
78377c4d10
Merge pull request #125413 from torredil/update-kubelet-config
Conditionally add the graceful shutdown Kubelet parameters
2024-06-19 21:18:15 -07:00
torredil
a365eddf79
Conditionally add graceful shutdown Kubelet config
Signed-off-by: torredil <torredil@amazon.com>
2024-06-18 14:31:11 +00:00
Kubernetes Prow Robot
8e791fd923
Merge pull request #125351 from Dragoncell/origink-master
update driver installer
2024-06-12 14:47:17 -07:00
Kubernetes Prow Robot
bfc26378a9
Merge pull request #125083 from azimjohn/master
Bump konnectivity-client to v0.30.3
2024-06-12 14:47:11 -07:00
Kubernetes Prow Robot
a06568062c
Merge pull request #125119 from mauriciopoppe/fix-npd-envvars
Create NPD kubeconfig conditionally if the installation mode is standalone
2024-06-12 03:39:50 -07:00
Kubernetes Prow Robot
a7ca13ea29
Merge pull request #125363 from cpanato/update-go-images
[go] Bump images, dependencies and versions to go 1.22.4 and distroless iptables/setcap/debian-base
2024-06-10 15:07:47 -07:00
Mauricio Poppe
2f26f088c9 Create NPD kubeconfig conditionally if the installation mode is standalone 2024-06-07 21:13:22 +00:00
Kubernetes Prow Robot
10d66ca416
Merge pull request #125381 from p0lyn0mial/upstream-add-support-for-list-inconsistency-detector-to-ci-jobs
cluster/gce: set KUBE_LIST_FROM_CACHE_INCONSISTENCY_DETECTOR when requested by a CI jobs
2024-06-07 06:25:49 -07:00
Lukasz Szaszkiewicz
1aa6797b74 cluster/gce: set KUBE_LIST_FROM_CACHE_INCONSISTENCY_DETECTOR when requested by a CI jobs
When the KUBE_LIST_FROM_CACHE_INCONSISTENCY_DETECTOR environment variable was set
then clients (client-go, dynamic-client) perform a data consistency check
for requests that have a high chance of being served from the watch-cache.

The consistency check is meant to be enforced only in the CI, not in production.
The check ensures that data retrieved by a list api call from the watch-cache
is exactly the same as data received by the list api call from etcd.

Note that this function will panic when data inconsistency is detected.
 This is intentional because we want to catch it in the CI.

Note that the new env var is set in the same places
the ENABLE_CACHE_MUTATION_DETECTOR is set.
2024-06-07 13:08:30 +02:00
Kubernetes Prow Robot
cf4e4c049e
Merge pull request #125284 from bzsuni/update/dns/v1.23.1
Update kube-dns and nodelocaldns to 1.23.1
2024-06-07 03:44:01 -07:00
cpanato
a3b193c6e9
[go] Bump images, dependencies and versions to go 1.22.4 and distroless iptables/setcap/debian-base
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-06-06 18:13:15 +02:00
Jiaming Xu
af5d816023 update driver installer 2024-06-05 22:21:42 +00:00
Kubernetes Prow Robot
9f13e3a155
Merge pull request #125129 from my-git9/metrics-server-update-patch
addons: update metrics-server to v0.7.1
2024-06-03 15:38:50 -07:00
bzsuni
1b66e1eb52 update kube-dns and nodelocaldns to 1.23.1
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2024-06-03 11:19:02 +08:00
Kubernetes Prow Robot
a78542e357
Merge pull request #125209 from humblec/etcd-3.5.14
make use of etcd v3.5.14 in the builds.
2024-06-01 14:12:31 -07:00
Humble Chirammal
07ef65a834 make use of etcd v3.5.14 in the builds.
https://github.com/etcd-io/etcd/releases/tag/v3.5.14

This release has been built with GO 1.21.10

Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2024-06-01 09:06:35 +05:30
Kubernetes Prow Robot
34665173a4
Merge pull request #125124 from humblec/up
update snapshot controller to v8.0.0
2024-05-31 15:07:12 -07:00
Humble Chirammal
8dda1a76f6 etcd: build etcd image of v3.5.14
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2024-05-31 15:29:52 +05:30
Humble Chirammal
d87bfc8392 update ip-masq-agent and npd to latest versions in cluster addons
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2024-05-30 09:44:02 +05:30
Kubernetes Prow Robot
4c0afd74c3
Merge pull request #125113 from bzsuni/bz/build/cni
update cni from 1.4.1 to 1.5.0
2024-05-29 13:06:08 -07:00
Kubernetes Prow Robot
1ff1207d22
Merge pull request #124017 from carlory/rm-ctrl-flags
kube-controller-manager removes deprecated command flags
2024-05-28 10:54:22 -07:00
carlory
214287b370 kube-controller-manager removed deprecated command flags: --volume-host-cidr-denylist and --volume-host-allow-local-loopback 2024-05-27 10:59:09 +08:00
xin.li
20019a381c addons: update metrics-server to v0.7.1
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-05-26 09:57:01 +08:00
Kubernetes Prow Robot
4a668bcf14
Merge pull request #125125 from humblec/up-2-ms
update metrics-server to v0.7.1
2024-05-25 04:43:10 -07:00
Humble Chirammal
4b757998a4 update metrics-server to v0.7.1
https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.1

Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2024-05-25 13:20:56 +05:30
Humble Chirammal
c253346056 update snapshot controller to v8.0.0
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2024-05-25 13:17:15 +05:30
bzsuni
61a35c2186 update cni from 1.4.1 to 1.5.0
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2024-05-25 10:33:52 +08:00
Lubomir I. Ivanov
5e290ebc90 switch k/k to pause version 3.10 2024-05-24 10:02:51 +03:00
Benjamin Elder
043da7164d update gcb-docker-gcloud to latest, and pin digest
this is a staging repository, which has lower security than registry.k8s.io, so we should REALLY be pinning it.

TODO: This is one of the few places we still depend on GCR to build things. We should consider promoting this image to registry.k8s.io or using a different image.
2024-05-23 13:51:40 -07:00
Azimjon Pulatov
90c0875941 Bump konnectivity-client to v0.30.3 2024-05-23 10:31:11 +00:00
Benjamin Elder
fa3270607d log-dump.sh: dump containerd by default, not docker 2024-05-21 14:15:57 -07:00
uucloud
23f4f02bb0 docs:fix broken link 2024-05-09 17:28:17 +08:00