Commit Graph

3928 Commits

Author SHA1 Message Date
Carlos Panato
96a9fe5f7b update debian-base and setcap
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2025-10-15 09:42:15 +02:00
Jordan Liggitt
39d37a1e92 Remove invalid SAN certificate construction 2025-10-13 10:27:22 -07:00
upodroid
0a05490e08 fix broken gce jobs 2025-10-13 12:49:46 +03:00
Kubernetes Prow Robot
adce99702a Merge pull request #134461 from borg-land/kubeup-patches
improve kubeup env parameters
2025-10-11 09:26:52 -07:00
Kubernetes Prow Robot
27cfc5b4d5 Merge pull request #133778 from carlory/kubeadm-cleanup-pod-infra-container-image
Remove the --pod-infra-container-image flag from kubeadm and cluster/gce
2025-10-10 19:48:58 -07:00
Robert Kolchmeyer
3ec711f91e cluster/gce/gci: revert PATH change when using custom runc
Commit 6031ff29c1
("make containerd download more robust") updated the containerd systemd
unit to use `Environment=PATH=/home/containerd/bin:$PATH`. However,
environment variables are not evaluated in systemd units in that way.
This resulted in containerd running with the literal value
`/home/containerd/bin:$PATH` for its PATH, breaking containerd (it could
not access the apparmor_parser program).

The old way passes the PATH that configure.sh runs with to containerd,
which is not optimal, but at least it doesn't break the tests. Let's
revert to the old way.
2025-10-08 16:19:01 -07:00
upodroid
8dc51e11ef improve kubeup env parameters 2025-10-08 18:42:20 +03:00
Kubernetes Prow Robot
4db43d1321 Merge pull request #134251 from joshjms/update-etcd-3.6.5
etcd: Update etcd to v3.6.5
2025-10-03 07:00:58 -07:00
joshjms
070d4c1846 bump etcd to v3.6.5
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-10-03 18:19:15 +08:00
upodroid
a7b720ad5b upgrade to cos 121 2025-10-02 16:57:10 +03:00
Kubernetes Prow Robot
5161bf0058 Merge pull request #134268 from joshjms/gce-test-fix-etcd-manifest
gce: Fix etcd manifest
2025-09-28 08:00:16 -07:00
joshjms
6a5d0ef423 gce: fix etcd manifest
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-09-28 22:06:16 +08:00
Ciprian Hacman
2b3f1877be Update NPD to v1.34.0 2025-09-27 19:57:47 +03:00
Davanum Srinivas
6031ff29c1 make containerd download more robust 2025-09-25 12:17:34 -04:00
carlory
784b842a44 Remove the --pod-infra-container-image flag from cluster/gce 2025-09-23 10:01:33 +08:00
Kubernetes Prow Robot
6b94b09f0e Merge pull request #130548 from Jefftree/addon-manager-image-bump
Bump addon manager image to v9.1.8
2025-09-10 15:55:56 -07:00
Sascha Grunert
f0be916f7a Update CNI plugins to v1.8.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-09-02 08:39:57 +02:00
Kubernetes Prow Robot
7174623fb8 Merge pull request #131639 from borg-land/fetch-mounter-cdn
pull mounter from dl.k8s.io
2025-08-28 03:17:10 -07:00
Sascha Grunert
e792dcb810 Update cri-tools to v1.34.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-08-21 10:11:08 +02:00
Ivan Valdes
e8dc272c53 Update etcd to 3.6.4 2025-07-27 21:45:02 -07:00
Gemma Hou
19b00ecc94 update CCM image to v33.1.1
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2025-07-22 17:36:03 +00:00
Kubernetes Prow Robot
c6539bc785 Merge pull request #132284 from ArkaSaha30/bump-etcd-3.6.1
Bump etcd to v3.6.1
2025-06-30 11:00:35 -07:00
ArkaSaha30
e1d74f1d33 Update etcd image revision to 3.6.1-1
This commit will update etcd image revision from 3.6.1-0 to 3.6.1-1
Ref Discussion: https://github.com/kubernetes/kubernetes/pull/132395/files#r2156576606

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2025-06-23 23:00:38 +05:30
Kubernetes Prow Robot
b4e17418b3 Merge pull request #132369 from p0lyn0mial/upstream-rm-support-for-list-inconsistency-detector-to-ci-jobs
cluster/gce: rm KUBE_LIST_FROM_CACHE_INCONSISTENCY_DETECTOR
2025-06-18 06:34:51 -07:00
Kubernetes Prow Robot
60f0ad4615 Merge pull request #122384 from carlory/remove-kubelet-flag-register-schedulable
kubelet: remove --register-schedulable flag
2025-06-18 05:26:54 -07:00
Lukasz Szaszkiewicz
6b9ac7c516 cluster/gce: rm KUBE_LIST_FROM_CACHE_INCONSISTENCY_DETECTOR 2025-06-18 12:32:04 +02:00
ArkaSaha30
e09b042d34 Bump etcd to v3.6.1
This commit will bump etcd to v3.6.1
Release: https://github.com/etcd-io/etcd/releases/tag/v3.6.1
Issue: https://github.com/etcd-io/etcd/issues/20047

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2025-06-13 16:28:35 +05:30
bzsuni
b9d9dea03f Update npd from v0.8.20 to v0.8.21
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2025-06-03 16:08:29 +08:00
joshjms
b461d80f3d etcd: update etcd image to v3.6.0
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-05-26 15:06:50 +08:00
upodroid
9f1704dd9a pull mounter from dl.k8s.io 2025-05-07 10:27:17 +03:00
Adrian Moisey
e5ffec242a Bump CNI to 1.7.1 2025-05-04 20:27:09 +02:00
Sascha Grunert
4180928402 Update cri-tools to v1.33.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-04-22 10:11:35 +02:00
Kubernetes Prow Robot
ab3e83f734 Merge pull request #131146 from mauriciopoppe/csi-proxy-1-2-1
Bump CSI Proxy to v1.2.1-gke.2
2025-04-08 02:06:44 -07:00
Mauricio Poppe
10a7d6f8fd Update CSI Proxy to v1.2.1-gke.2 2025-04-01 20:22:44 +00:00
joshjms
24edc6e90f Update etcd to 3.5.21
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-04-02 02:16:38 +08:00
Benjamin Elder
a264b0015e kube-up.sh: set inotify limits
also debug inotify limits before/after setting
2025-03-21 16:43:22 -07:00
Marek Siarkowicz
8b0294daed Fix typo and pass the environment variable required to enable watchcache consistency checking in GCE tests 2025-03-13 11:55:23 +01:00
Jefftree
947de3d0a4 Bump addon manager image to v9.1.8 2025-03-04 00:11:29 +00:00
Kubernetes Prow Robot
7c59b07533 Merge pull request #130118 from lucasrattz/update-anp
Bump konnectivity-client to v0.31.2
2025-02-24 07:26:28 -08:00
carlory
c48499d360 fix ci
Signed-off-by: carlory <baofa.fan@daocloud.io>
2025-02-17 11:49:24 +08:00
Lucas Rattz
f8728b6222 Bump konnectivity-client to v0.31.2 2025-02-12 18:47:51 +00:00
Kubernetes Prow Robot
48dce2e9b3 Merge pull request #129776 from saschagrunert/cni-plugins-1.6.2
Update CNI plugins to v1.6.2 and avoid using k8s-artifacts-cni bucket
2025-01-28 07:29:26 -08:00
Sascha Grunert
9d893aed0c Use GitHub release for downloading crictl
Pull the artifacts directly from GitHub instead of the
`k8s-artifacts-cri-tools` bucket.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-01-28 14:00:02 +01:00
Sascha Grunert
da999fbc1b Update CNI plugins to v1.6.2 and avoid using k8s-artifacts-cni bucket
Updating the CNI plugins to the latest release and switch over to use
GitHub releases instead of the `k8s-artifacts-cni` bucket.

Follow-up on https://github.com/kubernetes/kubernetes/pull/129095

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-01-23 10:50:58 +01:00
bzsuni
df503e54c8 Update etcd from v3.5.16 to v3.5.17
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2025-01-02 10:20:42 +00:00
Kubernetes Prow Robot
5ba2b78eae Merge pull request #129116 from saschagrunert/cri-tools-1.32
Update cri-tools to v1.32.0
2024-12-16 04:45:01 +01:00
Kubernetes Prow Robot
12aaa88671 Merge pull request #125334 from jbtk/provider-removal
Remove provider specific operations from the autoscaling tests and fix the ones that were previously failing.
2024-12-16 04:44:50 +01:00
Sascha Grunert
bfed232310 Update cri-tools to v1.32.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-12-09 10:40:35 +01:00
Justyna Betkier
9dbdfe7ecb Remove provider specific operations from the autoscaling tests and reintroduce the tests.
Note that these tests will take now more time to run as they are relying on the scale up and scale down to prepare the test case and restore the cluster state.

Remove all the gke and gce specific tests including:
- GPUs
- volumes (no way to provision volumes without provider specific
  infrastructure)
- scale up/down from/to 0
- tests checking what happens after breaking nodes (no way to simulate
  temporary network failure without provider assumptions)

Remove the scalability tests that were not run and unmaintained.

Update the autoscaler version that is used by the tests.

Update the autoscaler status parsing logic for the tests to pass with
newer version of autoscaler.
2024-11-21 13:46:51 +01:00
Walter Fender
588408df1c Bump konnectivity-client to v0.31.1
Bump konnectivity-client to v0.31.1
Includes a feature which allows KNP server count to be determined by
lease.
2024-11-18 14:10:03 -08:00