Commit Graph

123306 Commits

Author SHA1 Message Date
Davanum Srinivas
b29fc54f95
Remove GCE specific flag registration
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-06-11 16:25:53 -04:00
Kubernetes Prow Robot
d593c886b1
Merge pull request #124350 from pohly/e2e-feature-labels
e2e: enhance WithFeatureGate labels
2024-06-11 13:02:02 -07:00
Kubernetes Prow Robot
541cfa2b87
Merge pull request #125443 from xmudrii/go-1224-12111
Update publishing-bot rules to Go 1.22.4 and 1.21.11
2024-06-11 09:18:49 -07:00
Kubernetes Prow Robot
c77d954273
Merge pull request #125388 from neolit123/1.31-fix-kubeconfig-ecdsa
kubeadm: fix the generation of ECDSA keys in kubeconfig files
2024-06-11 09:18:35 -07:00
Yuki Iwai
be3316e2e1 Job: Fix a bug that the SuccessCriteriaMet condition is added to the Job with successPolicy even if the JobSuccessPolicy featureGate is disabled
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-06-12 00:36:36 +09:00
Alexander Constantinescu
d1d7ce4d78 KEP 3836 - v1.31 update [promote to GA] 2024-06-11 16:42:57 +02:00
babugeet
7a810c6bb6 Added logic to check portname in sidecar container (init)
Signed-off-by: "babugeet <abhinandhbg@gmail.com>"
2024-06-11 20:05:39 +05:30
lowang-bh
4bd3274f43 show pod Status as phase Failed or Succeeded if it has deletionTimestamp
Signed-off-by: lowang-bh <lhui_wang@163.com>

fix according to comments
Signed-off-by: lowang-bh <lhui_wang@163.com>
2024-06-11 22:04:15 +08:00
Kubernetes Prow Robot
39f7fe0f4c
Merge pull request #125441 from serathius/recursive-prefix
Add tests for how recursive parameter works with object prefixes
2024-06-11 06:48:17 -07:00
Marko Mudrinić
12fd3d467c
Update publishing-bot rules to Go 1.22.4 and 1.21.11
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2024-06-11 15:03:03 +02:00
Marek Siarkowicz
faa6193f34 Add tests for how recursive parameter works with object prefixes 2024-06-11 14:45:33 +02:00
Kubernetes Prow Robot
dae1859c89
Merge pull request #125399 from tnqn/cleanup-sysctl
Remove unused sysctl parameter from nftables proxy
2024-06-11 03:55:52 -07:00
Wojciech Tyczyński
6f0a400a1a Reduce lock contention by using reader lock in watchcache interval 2024-06-11 12:20:57 +02:00
Kubernetes Prow Robot
291378cd33
Merge pull request #125433 from sanposhiho/cleanup-remove
remove unused NextPod()
2024-06-11 02:49:29 -07:00
Lubomir I. Ivanov
40d185637c kubeadm: add UT for ClusterConfiguration.EncryptionAlgorithmType() 2024-06-11 12:39:24 +03:00
Lukasz Szaszkiewicz
0c96a00217 client-go/reflector: remove reflector_data_consistency_detector_test.go 2024-06-11 10:42:07 +02:00
Kubernetes Prow Robot
27bdade27f
Merge pull request #125432 from p0lyn0mial/upstream-watch-list-data-consistency-detector
client-go/consistencydetector: add CheckWatchListFromCacheDataConsistencyIfRequested
2024-06-11 01:22:25 -07:00
MinpengJin
bcd30b6998 Promote LogarithmicScaleDown to GA 2024-06-11 15:59:43 +08:00
Kensei Nakada
8392f7fbb0 remove unused NextPod() 2024-06-11 07:22:09 +00:00
Lukasz Szaszkiewicz
f6c68908ba client-go/reflector: use consistencydetector.IsDataConsistencyDetectionForWatchListEnabled 2024-06-11 09:17:14 +02:00
Lukasz Szaszkiewicz
f7f3809c51 client-go/consistencydetector: introduce CheckWatchListFromCacheDataConsistencyIfRequested 2024-06-11 09:17:10 +02:00
胡玮文
859bd02593 e2e: add TERM trap to pod sleep command
This should avoid the 30s delay caused by shell not responding to SIGTERM, and can only be killed by SIGKILL.

If the pod is deleted with the namespace during cleanup, this also makes cleanup faster, and frees up the resources for the next test cases faster.
2024-06-11 13:52:47 +08:00
Kubernetes Prow Robot
9d63e575f8
Merge pull request #124151 from ConnorJC3/add-vac-e2e
Add Happy Path VolumeAttributesClass CSI E2E Tests
2024-06-10 18:08:01 -07:00
Kubernetes Prow Robot
c49b140c45
Merge pull request #125175 from dejanzele/feat/count-terminating-for-failed-jobs
Count terminating pods when deleting active pods for failed jobs
2024-06-10 16:56:37 -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
Ben Luddy
a246eb19e5
Decode CBOR time tags to interface{} as RFC 3339 timestamps. 2024-06-10 17:26:56 -04:00
Kubernetes Prow Robot
6346b9d132
Merge pull request #125408 from benluddy/bump-cbor-v2.7.0
KEP-4222: Bump github.com/fxamacker/cbor/v2.
2024-06-10 13:36:40 -07:00
Connor Catlett
ea58abfd99
Add Happy Path VolumeAttributesClass CSI E2E Tests
Signed-off-by: Connor Catlett <conncatl@amazon.com>
2024-06-10 20:03:54 +00:00
Kubernetes Prow Robot
6e8e1f53b0
Merge pull request #125293 from sanposhiho/sched-perf-ds
scheduler_perf: measure the degradation of daemonset scheduling
2024-06-10 08:35:55 -07:00
Ben Luddy
b24defacc5
Allow decoding RFC 3339 CBOR strings to time.Time.
We had been relying on a bug in the library when it should have been rejected by default. That bug
has been fixed and a new option added to opt-in to the behavior we need.
2024-06-10 10:03:36 -04:00
Ben Luddy
c4279660ca
Bump fxamacker/cbor/v2 to v2.7.0-beta.
This library release makes a number of behaviors configurable in ways that are required for CBOR
support in Kubernetes.
2024-06-10 10:02:04 -04:00
Kubernetes Prow Robot
6ba9fa89fb
Merge pull request #125377 from wojtek-t/watchcache_resource_version_metric
Expose resource version metrics from watchcache
2024-06-10 03:31:29 -07:00
Kubernetes Prow Robot
b0263baae5
Merge pull request #125387 from TommyStarK/kubemark/remove-deprecated-otel-noop-tracer
kubemark: remove deprecated otel NewNoopTracerProvider
2024-06-10 02:10:16 -07:00
Kubernetes Prow Robot
d145bf0907
Merge pull request #125138 from AkihiroSuda/fix-125137
kubelet: fix `Turning off swap in unprivileged tmpfs mounts unsupported`
2024-06-09 19:43:11 -07:00
Kubernetes Prow Robot
e328c8fbf1
Merge pull request #125304 from p0lyn0mial/upstream-dynamic-client-uses-consistency-detector
dynamic-client: data consistency checker for list requests
2024-06-09 07:37:38 -07:00
Quan Tian
9d71e5338d Remove unused sysctl parameter from nftables proxy
Signed-off-by: Quan Tian <quan.tian@broadcom.com>
2024-06-08 21:48:54 +08:00
Kubernetes Prow Robot
6b73cccb07
Merge pull request #125396 from Kavinraja-G/bugfix/inherit-cert-flags
Inherit certPhaseFlags when using SA key phase in Kubeadm
2024-06-08 01:21:17 -07:00
Kavin
dce2322933 Inherit certPhaseFlags for SA 2024-06-08 12:05:45 +05:30
Mauricio Poppe
2f26f088c9 Create NPD kubeconfig conditionally if the installation mode is standalone 2024-06-07 21:13:22 +00:00
Ed Bartosh
ee0340a828 e2e_node: add tests for 2 Kubelet plugins 2024-06-07 22:53:35 +03:00
Ed Bartosh
ce6faef8d8 e2e_node: change DRA test APIs to work with multiple plugins 2024-06-07 22:53:31 +03:00
Ed Bartosh
118158d8df e2e_node: DRA: test plugin failures 2024-06-07 22:51:53 +03:00
Ed Bartosh
c8c7ae85e5 e2e_node: DRA: add CountCalls API 2024-06-07 22:47:23 +03:00
Ed Bartosh
ffc407b4dd e2e_node: DRA: reimplement call blocking 2024-06-07 22:47:20 +03:00
Ed Bartosh
2ea2fb3166 e2e: test-driver: implement failure mode 2024-06-07 22:45:35 +03:00
Jiaming Xu
1d382e77e4 update container ubuntu sha256 2024-06-07 18:23:41 +00:00
TommyStarK
cce8551272
kube-apiserver: remove deprecated otel NewNoopTracerProvider
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
2024-06-07 19:57:37 +02:00
TommyStarK
1dd17a8af7
kubemark: remove deprecated otel NewNoopTracerProvider
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
2024-06-07 19:10:54 +02:00
Lubomir I. Ivanov
02ed1aee71 kubeadm: fix the generation of ECDSA keys in kubeconfig files
When the PublicKeysECDSA feature gate is used or the new
v1beta4.ClusterConfiguration.EncryptionAlgorithm field is used
with "ECDSA-P256" as value, make sure that this is reflected
in the "cert spec" used to generate private keys and they end
up as "EC keys".
2024-06-07 20:04:18 +03:00
Kubernetes Prow Robot
c6b5191c37
Merge pull request #122499 from mattcary/oref
Respect controllers on PVCs for retention policy
2024-06-07 09:33:04 -07:00