Commit Graph

10486 Commits

Author SHA1 Message Date
Benjamin Wang
3c9cc93dbc Bump etcd v3.6.0-rc.1 image
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2025-02-25 19:46:33 +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
Marek Siarkowicz
1289f43f73 Build etcd v3.6.0-rc.0 image 2025-02-21 10:31:05 +01: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
Damian Sawicki
156b9fbadc Bump kubedns and nodelocaldns to 1.25.0
Signed-off-by: Damian Sawicki <dsawicki@google.com>
2025-01-24 11:13:42 +00: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
Kubernetes Prow Robot
ab54e442c6 Merge pull request #128773 from bzsuni/bz/etcd/update/3.5.17
Update etcd from v3.5.16 to v3.5.17
2025-01-16 21:22:34 -08:00
Kubernetes Prow Robot
8a5cf7b66f Merge pull request #129488 from Madhu-1/vs-v1
Update  snapshot CRDs to v1 in cluster addons
2025-01-13 08:34:33 -08:00
Antonio Ojea
729deef454 bump kube-network-policies to v0.7.0 2025-01-11 09:32:20 +00:00
Madhu Rajanna
c6f19d3c2a update snapshot CRDs to v1 in cluster addons
Updating the snapshot CRD's to v1 inthe cluster
addons to keep it sync with the external-snapshotter
2025-01-09 15:24:24 +01:00
bzsuni
fb47caa689 Update coredns to 1.12.0
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2025-01-08 03:34:41 +00: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
2819f2d4c2 Merge pull request #128772 from bzsuni/bz/etcd/image/build/3.5.17
Build etcd image v3.5.17
2024-12-19 13:44:09 +01:00
Damian Sawicki
e67c24bdbb Bump kubedns and nodelocaldns to 1.24.0 (fixed)
In addition to the version bump, this removes the usage of the flag
logtostderr (see
https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components),
which was causing errors
https://github.com/kubernetes/kubernetes/issues/129230.

Signed-off-by: Damian Sawicki <dsawicki@google.com>
2024-12-16 12:43:07 +00:00
Antonio Ojea
67a13f5355 Revert "Bump kubedns and nodelocaldns to 1.24.0" 2024-12-16 12:27:39 +01: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
Kubernetes Prow Robot
f7b1d107c6 Merge pull request #128844 from cheftako/updateANP
Bump konnectivity-client to v0.31.1
2024-12-13 05:54:25 +01:00
Damian Sawicki
f9d9649f56 Bump kubedns and nodelocaldns to 1.24.0
Signed-off-by: Damian Sawicki <dsawicki@google.com>
2024-12-12 10:52:45 +00: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
bzsuni
7e067396c2 Build etcd image v3.5.17
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2024-11-13 02:11:52 +00:00
Humble Chirammal
11594fabe6 csi: update snapshot controller to the v8.1.0
https://github.com/kubernetes-csi/external-snapshotter/blob/v8.1.0/CHANGELOG/CHANGELOG-8.1.md

Volume group snapshot, k8s dependencies updated to 1.31, finalizer
fixes..etc are part of this release

Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2024-11-08 08:40:34 +05:30
Kubernetes Prow Robot
1e7f75292d Merge pull request #126798 from borg-land/easy-rsa-patch
Use easyrsa from Github
2024-10-28 19:02:53 +00:00
Kubernetes Prow Robot
1d8828ce70 Merge pull request #128091 from saschagrunert/cni-plugins
Update cni-plugins to v1.6.0
2024-10-27 03:01:06 +00:00
Kubernetes Prow Robot
7d5baf436c Merge pull request #126082 from my-git9/ip-masq-agent-image
addons: update ip-masq-agent version
2024-10-27 03:00:52 +00:00
Kubernetes Prow Robot
0f549a9286 Merge pull request #128213 from aaron-prindle/fix-127336
chore: remove sig/api-machinery from OWNERS files that sig/etcd owns
2024-10-24 17:14:53 +01:00
Kubernetes Prow Robot
1af81c223d Merge pull request #128197 from aojea/extract_provider_flags
disable cloud-provider code from kube-controller-manager
2024-10-24 03:34:59 +01:00
Antonio Ojea
8d6769f62c disable cloud-provider code from kube-controller-manager
Since 1.31 the core component cloud provider logic should not exist,
this disables the existing code in the kube-controller-manager that still
expects to work with the cloud-provider logic to avoid having time bombs
in the code base that can break the component.

The code can not be completely removed because this will impact existing
users that may be using some of the flags breaking their deployments, so
this just removes the code that is no longer to be used becuase it
depends on options that no longer are exposed to users.

It also adds validation on the configuration/flag level to ensure that
the --cloud-provider flag can only be set to external or empty.
2024-10-22 14:04:48 +00:00
zhifei92
dac7332ed2 integrate kubelet with the systemd watchdog
feat:  add unit test

feat:  add FeatureGate for SystemdWatchdog

fix:  linter and failed tests

feat:  add SystemdWatchdog to versioned feature list yaml
2024-10-21 10:46:14 +08:00
Aaron Prindle
ebac81a900 chore: remove sig/api-machinery from OWNERS files that sig/etcd owns 2024-10-20 20:42:34 +00:00
Sascha Grunert
237c7e38bd Update cni-plugins to v1.6.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-10-18 11:06:54 +02:00
bzsuni
6d0b62a84d Update npd from v0.8.19 to v0.8.20
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2024-10-17 14:06:14 +08:00
Mo Khan
ece2241a9c Truncate AUTH_PROVIDER_GCP_LINUX_CONF_FILE 2024-10-15 07:14:19 -04:00
Antonio Ojea
cca19cbdf3 bump kube-network-policies to 0.6.0 2024-10-07 20:13:59 +00:00
Kubernetes Prow Robot
fd14955961 Merge pull request #126590 from saschagrunert/cri-tools
Update cri-tools to v1.31.1
2024-09-30 19:00:05 +01:00
Kubernetes Prow Robot
0c713c7bd6 Merge pull request #127285 from bzsuni/bz/etcd/update/v3.5.16
Update etcd from v3.5.15 to v3.5.16
2024-09-28 15:16:02 +01:00
Davanum Srinivas
2fbbca6279 Remove remants of broken stuff - nvidia/autoscaling
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-09-23 13:17:00 +00:00
bzsuni
7008652b48 Build etcd image v3.5.16
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2024-09-11 11:30:46 +08:00
bzsuni
5b6ef4302e Update etcd from v3.5.15 to v3.5.16
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2024-09-11 10:51:34 +08:00
Kubernetes Prow Robot
5b96672ce4 Merge pull request #126586 from SergeyKanzhelev/remove-health-monitor
remove health-monitor service as it does more harm than good
2024-09-10 00:30:44 +01:00
cpanato
e09c28ec69 update debian-base and setcap to bookworm-v1.0.4
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-09-05 14:09:04 -06:00
Kubernetes Prow Robot
4aca09bc0c Merge pull request #126966 from saschagrunert/cni-plugins
Update cni-plugins to v1.5.1
2024-08-28 21:58:19 +01:00
Sascha Grunert
931b9b3a70 Update cni-plugins to v1.5.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-08-28 12:58:36 +02:00
xin.li
c280a6837b addons: update metrics-server to v0.7.2
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-08-28 17:57:52 +08:00
upodroid
16b18c0eeb appease the linter 2024-08-20 23:03:43 +01:00