Davanum Srinivas
9a830da048
add gofuzz to unwanted-dependencies.json
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-06-13 08:31:38 -04:00
Michal Wozniak
b954879548
Refactor Job e2e test to make them possible for conformance promotion
2024-06-13 13:41:51 +02:00
Kubernetes Prow Robot
b498eb9740
Merge pull request #125472 from karlkfi/karl-watch-comments
...
Add details to watch interface method comments
2024-06-13 03:11:52 -07:00
Kubernetes Prow Robot
08a8480558
Merge pull request #125391 from karlkfi/karl-reflector-watch-stop
...
Refactor Reflector ListAndWatch
2024-06-13 03:11:42 -07:00
Kubernetes Prow Robot
63bc331814
Merge pull request #125480 from neolit123/1.31-fix-timeout-join-discovery
...
kubeadm: fix a bug in v1beta3.JoinConfiguration.Discovery.Timeout
2024-06-13 00:47:20 -07:00
Lubomir I. Ivanov
bca0f0836f
kubeadm: fix a bug in v1beta3.JoinConfiguration.Discovery.Timeout
...
After the introduction of v1beta4 if the user inputs the old
v1beta3 discovery timeout the value is ignored. Fix that
by introducing a conversion to v1beta4.
Co-authored-by: penghez (GitHub handle)
2024-06-13 09:41:07 +03:00
Kubernetes Prow Robot
7943c17867
Merge pull request #124329 from chrishenzie/remove-readwriteoncepod-feature-gate
...
Remove ReadWriteOncePod feature gate
2024-06-12 15:51:23 -07:00
Kubernetes Prow Robot
0a6ad55da9
Merge pull request #125384 from dims/remove-gce-specific-flag-registration
...
Remove GCE specific flag registration
2024-06-12 14:47:24 -07:00
Kubernetes Prow Robot
8e791fd923
Merge pull request #125351 from Dragoncell/origink-master
...
update driver installer
2024-06-12 14:47:17 -07:00
Kubernetes Prow Robot
bfc26378a9
Merge pull request #125083 from azimjohn/master
...
Bump konnectivity-client to v0.30.3
2024-06-12 14:47:11 -07:00
Kubernetes Release Robot
b9a4e9a9fe
CHANGELOG: Update directory for v1.31.0-alpha.1 release
2024-06-12 20:34:14 +00:00
Karl Isenberg
65fc1bb463
Refactor Reflector ListAndWatch
...
- Extract watchWithResync to simplify ListAndWatch
- Wrap watchHandler with two variants, one for WatchList and one for
just Watch.
- Replace a bool pointer arg with a bool arg and bool return, to
improve readability.
- Use errors.Is to satisfy the linter
- Use %w to wrap the store.Replace error, to allow unwrapping.
2024-06-12 13:14:55 -07:00
Karl Isenberg
1f35231a1d
Add details to watch interface method comments
...
The watch.Interface design is hard to change, because it would break
most client-go users that perform watches. So instead of changing the
interface to be more user friendly, this change updates the method
comments to explain the different responsibilities of the consumer
(client user) and the producer (interface implementer).
2024-06-12 13:06:22 -07:00
Kubernetes Prow Robot
9c8c61aee4
Merge pull request #122234 from AxeZhan/podUpdateEvent
...
[Scheduler]Put pod into the correct queue during podUpdate
2024-06-12 12:28:17 -07:00
Kubernetes Prow Robot
8db1402f3d
Merge pull request #125435 from p0lyn0mial/upstream-rm-reflector-data-consistency-detector-test
...
client-go/reflector: remove reflector_data_consistency_detector_test.go
2024-06-12 11:09:18 -07:00
Kubernetes Prow Robot
eda1c78054
Merge pull request #125445 from mimowo/prepare-gc-controller-test
...
Cleanup gc_controller tests to do not use deprecated types
2024-06-12 10:04:37 -07:00
Kubernetes Prow Robot
813d3f35b4
Merge pull request #125440 from p0lyn0mial/upstream-client-go-watchlist-can-use-watchlist-for-list-rq
...
client-go/util/watchlist: intro CanUseWatchListForListRequest(
2024-06-12 10:04:30 -07:00
Kubernetes Prow Robot
6c556cb9c2
Merge pull request #125464 from akhilerm/drop-release-1.26
...
Drop publishing-bot rules for the release-1.26 branch
2024-06-12 07:44:56 -07:00
Kubernetes Prow Robot
63655f49df
Merge pull request #125460 from mimowo/make-linter-happy
...
Cleanup eviction tests to make linter happy
2024-06-12 07:44:49 -07:00
Kubernetes Prow Robot
cf0b457690
Merge pull request #125444 from babugeet/babugeet-patch-1
...
Added logic to check portnumber by name in sidecar container (init)
2024-06-12 07:44:42 -07:00
Kubernetes Prow Robot
4630bef303
Merge pull request #125450 from mauri870/hotfix/flaky-TestStoreListResourceVersion
...
Fix flaking TestStoreListResourceVersion
2024-06-12 06:32:11 -07:00
AxeZhan
d66f8f9413
schedulingQueue update pod by queueHint
2024-06-12 21:26:09 +08: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
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
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