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
upodroid
494fbd7bf7
use easyrsa from Github and remove deprecated options
2024-08-20 16:32:23 +01:00
Kubernetes Prow Robot
046c098a45
Merge pull request #126449 from BenTheElder/coredns-1113
...
update coreDNS to v1.11.3
2024-08-13 21:04:06 -07:00
Sascha Grunert
b22bac4ba8
Update cri-tools to v1.31.1
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2024-08-13 12:53:32 +02:00
Sergey Kanzhelev
e28251ec38
remove health-monitor service as it does more harm than good
2024-08-07 21:23:38 +00:00
Benjamin Elder
d0ced54c8a
kube-up.sh: drop unnecessary legacy mirror config, enable injecting registry.k8s.io mirror
2024-07-30 17:30:33 -07:00
Benjamin Elder
5b8390956b
kube-up.sh: bump coreDNS to 1.11.3
2024-07-29 13:42:58 -07:00
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