Commit Graph

124538 Commits

Author SHA1 Message Date
Sascha Grunert
695879e393
Use sig-node-approvers alias in pkg/kubelet/OWNERS
We should be able to use the alias directly rather than just
synchronizing the lists.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-06-12 14:23:56 +02:00
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
Mauri de Souza Meneguzzo
e59988d769 Fix flaking TestStoreListResourceVersion 2024-06-12 07:12:02 -03:00
Lukasz Szaszkiewicz
38fae9b799 client-go/util/watchlist: intro CanUseWatchListForListRequest 2024-06-12 12:05:16 +02:00
Kubernetes Prow Robot
1815a14c32
Merge pull request #125454 from kerthcet/cleanup/scheduler-perf
Remove noisy log in scheduler_perf
2024-06-12 02:35:36 -07:00
Kubernetes Prow Robot
58e15c831c
Merge pull request #125431 from huww98/e2e-term-sleep
e2e: add TERM trap to pod sleep command
2024-06-12 02:35:29 -07:00
Akhil Mohan
95b3d2c869
Drop publishing-bot rules for the release-1.26 branch
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
2024-06-12 15:03:40 +05:30
Michal Wozniak
70f7c02bea Cleanup eviction tests to make linter happy 2024-06-12 11:26:37 +02:00
Eric Lin
3730f2614a controlplane/apiserver: Trim managedFields off self-requested informers
Signed-off-by: Eric Lin <exlin@google.com>
2024-06-12 08:53:52 +00:00
Michal Wozniak
150b255962 Cleanup gc_controller tests to do not use deprecated types 2024-06-12 10:16:48 +02:00
Kubernetes Prow Robot
0aab2a3534
Merge pull request #125449 from harche/fix_err
Report correct error after validating the root container
2024-06-11 22:07:30 -07:00
Kubernetes Prow Robot
96827ea6bf
Merge pull request #125360 from pohly/dra-scheduler-prebind-pending
scheduler: allow PreBind to return "Pending" and "Unschedulable"
2024-06-11 22:07:21 -07:00
Kubernetes Release Robot
9d8edcac2f CHANGELOG: Update directory for v1.30.2 release 2024-06-12 04:05:28 +00:00
kerthcet
1ffa1e17cd Remove noisy log in scheduler_perf
Signed-off-by: kerthcet <kerthcet@gmail.com>
2024-06-12 11:53:35 +08:00
Kubernetes Release Robot
6b7f713316 CHANGELOG: Update directory for v1.29.6 release 2024-06-12 03:42:38 +00:00
Kubernetes Prow Robot
9c5643f8fc
Merge pull request #125390 from TommyStarK/kube-apiserserver/remove-deprecated-otel-NewNoopTracerProvider
kube-apiserver: remove deprecated otel NewNoopTracerProvider
2024-06-11 17:49:44 -07:00
Kubernetes Release Robot
f0eb5cd219 CHANGELOG: Update directory for v1.28.11 release 2024-06-11 23:47:59 +00:00
Kubernetes Release Robot
9e42e08547 CHANGELOG: Update directory for v1.27.15 release 2024-06-11 23:01:06 +00:00
Kubernetes Prow Robot
14b4dc83d6
Merge pull request #125438 from wojtek-t/watchcache_use_rlocker
Reduce lock contention by using reader lock in watchcache interval
2024-06-11 14:43:51 -07:00
Kubernetes Prow Robot
02013fd127
Merge pull request #125429 from tenzen-y/gurad-success-policy-by-feature-gate
Job: Fix a bug that the SuccessCriteriaMet could be added to the Job with successPolicy regardless of the featureGate enabling
2024-06-11 14:43:44 -07:00
Kubernetes Prow Robot
b669abc181
Merge pull request #122038 from lowang-bh/fixPodshow
show pod Status as phase Failed or Succeeded if it has deletionTimestamp
2024-06-11 14:43:35 -07:00
Harshal Patil
966d304704 Report correct error after validating the root container
Signed-off-by: Harshal Patil <harpatil@redhat.com>
2024-06-11 16:42:59 -04:00
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
Akihiro Suda
8a5e476582
e2e_node/mount_rro_linux_test.go: remove unneeded WithSerial
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-06-12 01:41:44 +09: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
ZhangYu
190664f758 pkg/printers: drop deprecated pointer package
Signed-off-by: ZhangYu <zhang.yu61@zte.com.cn>
2024-06-11 17:14:15 +08: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
Sascha Grunert
ff95ae0d3c
Continue streaming kubelet logs when runtime is unavailable
Container runtimes are able to run existing containers even when their
main CRI server is not available for any reason. The call to the
container status RPC happens quite frequently during log parsing, means
that a single CRI interruption will also abort streaming the logs.

We now check that specific use case and continue following the log
streaming if the CRI is unavailable. We still abort the streaming
accordingly if the CRI comes back and the container status reports that
the workload has exited.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-06-11 09:10:02 +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