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
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
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
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
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
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
Antonio Ojea
ba0dc8d9d5
use log level 4 by default for the controller managers
2024-04-29 16:57:52 +00:00
Kubernetes Prow Robot
695a984f56
Merge pull request #124027 from liangyuanpeng/etcd_update_3.5.13
...
etcd: update to v3.5.13
2024-04-23 06:00:02 -07:00
Antonio Ojea
e40d513be9
bump cloud controller image
2024-04-23 08:50:12 +00:00
Kubernetes Prow Robot
cc9e0643c0
Merge pull request #124364 from saschagrunert/cri-tools-v1.30
...
Update cri-tools to v1.30.0
2024-04-22 10:06:01 -07:00
Antonio Ojea
e636a63e85
allow to use kube-network-policies on CI
2024-04-21 10:01:31 +00:00
Dan Winship
9f580afa66
cluster: configure nftables mode for kube-proxy
...
(based on a patch from Antonio Ojea)
2024-04-18 13:20:24 -04:00
Dan Winship
2055a490e8
Rework cluster/ kube-proxy setup for --proxy-mode
2024-04-18 13:20:24 -04:00
Sascha Grunert
27938edc52
Update cri-tools to v1.30.0
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2024-04-18 10:47:35 +02:00
Kubernetes Prow Robot
0c55f74aed
Merge pull request #123894 from saschagrunert/cni-plugins
...
Update cni-plugins to v1.4.1
2024-04-18 01:04:39 -07:00
Lan Liang
1dc735fd70
etcd: update to v3.5.13
...
Signed-off-by: Lan Liang <gcslyp@gmail.com >
2024-04-13 09:37:25 +00:00
cpanato
fc428df491
update setcap/debian-base to bookworm-v1.0.2
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-03-28 14:57:22 +01:00
Davanum Srinivas
fc555839d7
Allow installing newer containerd/runc on COS
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-03-16 21:16:32 +01:00
Sascha Grunert
a35b75ee57
Update cni-plugins to v1.4.1
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2024-03-12 12:06:52 +01:00
Zhen Wang
3ce6c104e2
Support fetching NPD from github releases in standalone mode
...
We stop releasing NPD tar files to gs://kubernetes-release. This PR
changes it to pull from github release notes by default. It still
supports overriding the defaults and pulling from a GCS bucket,
which is used by NPD CI tests.
2024-03-10 21:49:29 +00:00
Kubernetes Prow Robot
791fd50eeb
Merge pull request #123114 from bzsuni/cleanup/npd/v0.8.15
...
Bump npd from v0.8.13 to v0.8.16
2024-03-05 05:46:42 -08:00
bzsuni
9ac9fdac8f
Bump npd from v0.8.13 to v0.8.16
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2024-03-05 09:30:28 +08:00
Antonio Ojea
45783a630c
increase parallelism on node controller ccm
...
Change-Id: I231855389425a8dde2a5dc0ade2a3ab985ff4d5c
2024-03-01 09:50:48 +00:00
Antonio Ojea
dce0d8a3d3
increase parallelism on service controller
...
Change-Id: I1ec3e9020b781f22271673a1f7cb9f65d42575d5
2024-03-01 09:50:48 +00:00
Kubernetes Prow Robot
d171e6733a
Merge pull request #123503 from aojea/ccm_ci
...
Ccm ci
2024-02-26 08:02:58 -08:00
Antonio Ojea
b4b4784c6c
enable ip aliases on clusters by default
...
Change-Id: I2f98af61b5a8d98742510dd0a2b66d1bb6df02eb
2024-02-26 08:56:23 +00:00
Antonio Ojea
3908a46b22
bump cloud controller manager to v29.0.0
...
Change-Id: I1287c7e7cdca67daa7dc7f7dfdc0b8ed10b1f6ae
2024-02-26 08:56:23 +00:00
Davanum Srinivas
df92ad9bcb
Run autoscaler as non root in kube-up
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-02-24 19:04:35 -05:00
bzsuni
658e3308f3
etcd: Update to version 3.5.12
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2024-02-07 21:16:08 +08:00
cpanato
ac9482d15f
update distroless-iptables to v0.5.0 debian-base to bookworm-v1.0.1 and setcap to bookworm-v1.0.1
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-02-07 11:46:19 +01:00
Kubernetes Prow Robot
c0618cf947
Merge pull request #122769 from thockin/bump_shellcheck_version
...
Bump shellcheck to 0.9.0
2024-02-05 08:45:29 -08:00
Kubernetes Prow Robot
6972fd7d0b
Merge pull request #122557 from liangyuanpeng/anp_0.29
...
Bump konnectivity-client to v0.29.0
2024-02-05 08:45:16 -08:00
Tim Hockin
a7cf7fe55a
Bump shellcheck to 0.9.0
...
Fix everything it flagged.
2024-01-26 16:26:40 -08:00
Kubernetes Prow Robot
91c57de06e
Merge pull request #122290 from andrewsykim/ccm-version-bump
...
cluster: bump cloud-provider-gcp image verison to v28.2.1
2024-01-04 18:00:24 +01:00
Kubernetes Prow Robot
3cae5d9a7d
Merge pull request #122271 from saschagrunert/cri-tools-v1.29
...
Update cri-tools to v1.29.0
2024-01-04 18:00:15 +01:00
Kubernetes Prow Robot
7db7824d85
Merge pull request #122178 from saschagrunert/cni-plugins
...
Update cni-plugins to v1.4.0
2024-01-04 18:00:07 +01:00
Kubernetes Prow Robot
88d497d401
Merge pull request #118626 from borg-land/use-e2-instance-types
...
Switch to e2 machine types
2024-01-04 16:49:14 +01:00
Lan Liang
d3b8eba690
Update konnectivity to 0.29.0
...
update konnectivity server&agent images to 0.29.0
bump konnectivity deps to 0.29.0
Signed-off-by: Lan Liang <gcslyp@gmail.com >
2024-01-02 14:24:35 +00:00
Mohamed Omar Zaian
c8a2d5684d
etcd: Update to version 3.5.11
2023-12-20 11:18:35 +01:00
Ed Bartosh
85cc2b3833
cluster/gce: upgrade cos-97-lts -> cos-109-lts
2023-12-17 20:58:13 +02:00
Kubernetes Prow Robot
141e9abbbf
Merge pull request #121703 from andrewsykim/cloud-pvl-admission
...
cluster/gce: add match conditions to PersistentVolume labeling webhook
2023-12-13 22:35:09 +01:00
Sascha Grunert
1ae5594fb2
Update cni-plugins to v1.4.0
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2023-12-13 09:33:31 +01:00
Andrew Sy Kim
b0a27ff34e
cluster: bump cloud-provider-gcp image verison to v28.2.1
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2023-12-13 05:27:29 +00:00
Sascha Grunert
983f6a4a84
Update cri-tools to v1.29.0
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2023-12-12 11:06:49 +01:00