Kubernetes Prow Robot
aeb410fe1f
Merge pull request #111173 from BinacsLee/binacs/regenerate-sets
...
Re-Generate k8s.io/apimachinery/pkg/util/sets
2022-07-19 19:06:37 -07:00
Kubernetes Prow Robot
4885f4d750
Merge pull request #111229 from ravisantoshgudimetla/promote-podOS-GA
...
Promote pod OS to GA
2022-07-19 10:12:19 -07:00
Kubernetes Prow Robot
3992eda8e6
Merge pull request #111244 from p0lyn0mial/cacher-expired-watchers
...
cacher: indroduce expiredBookmarkWatchers
2022-07-19 05:34:37 -07:00
Kubernetes Prow Robot
0cde1b7446
Merge pull request #111242 from wojtek-t/fix_leaking_goroutines_11
...
Fix leaking goroutines in multiple integration tests
2022-07-19 05:34:30 -07:00
Kubernetes Prow Robot
eeb12bb3af
Merge pull request #110178 from kevindelgado/validation-beta-1-25
...
Graduate server side validation to beta
2022-07-19 05:34:06 -07:00
Lukasz Szaszkiewicz
0576f6a011
cacher: with expiredBookmarkWatchers
...
expiredBookmarkWatchers allows us to schedule the next bookmark event after dispatching not before as it was previously.
It opens a new functionality in which a watcher might decide to change when the next bookmark should be delivered based on some internal state.
2022-07-19 10:36:50 +02:00
Wojciech Tyczyński
f673c262bd
Clean shutdown of client integration tests
2022-07-19 10:03:51 +02:00
Wojciech Tyczyński
e9e494e14a
Clean shutdown of apiserver integration tests
2022-07-19 10:03:51 +02:00
Kubernetes Prow Robot
e234917e0a
Merge pull request #111235 from Abirdcfly/220719
...
fix a possible panic because of taking the address of nil
2022-07-19 00:12:06 -07:00
Kubernetes Prow Robot
09ee827f70
Merge pull request #110680 from azylinski/add-audit-id-to-traces
...
Add audit-id to storage traces
2022-07-18 21:56:16 -07:00
Ravi Gudimetla
95fc0987cd
Generated: PodOS field to GA
2022-07-18 23:28:00 -04:00
Ravi Gudimetla
e9ce94edf5
api: Promote PodOS field to GA
2022-07-18 23:27:59 -04:00
Kubernetes Prow Robot
0e7bb163e3
Merge pull request #110649 from harshanarayana/fix/GIT-110335-fix-fake-event-expansion
...
client-go: Modify FakeEvents to Work Event Sink started with `""` namespace
2022-07-18 19:52:12 -07:00
Abirdcfly
c8c2819a4d
fix a possible panic because of taking the address of nil
...
Signed-off-by: Abirdcfly <fp544037857@gmail.com >
2022-07-19 10:39:08 +08:00
Kubernetes Prow Robot
1c1efde70d
Merge pull request #109639 from Abirdcfly/fixduplicateimport
...
cleanup: remove all duplicate import
2022-07-18 16:55:23 -07:00
Kubernetes Prow Robot
2694137bfd
Merge pull request #111224 from mpuckett159/revert-110923-fix/add-wait-timers
...
Revert "Move kubectl wait to informers with a cache to avoid hanging due to objects disappearing from the cluster"
2022-07-18 15:37:07 -07:00
Kubernetes Prow Robot
4c213e8d3a
Merge pull request #111125 from tallclair/audit-cleanup
...
Delete dead audit code
2022-07-18 15:36:29 -07:00
Kubernetes Prow Robot
bd1c9c1c5b
Merge pull request #110388 from sanposhiho/graduate-mindomain-beta
...
Graduate MinDomains in Pod Topology Spread to beta
2022-07-18 15:36:06 -07:00
Kubernetes Prow Robot
ff20035ef8
Merge pull request #110813 from vpnachev/apiserver/create-dir-for-audit-log-path
...
Ensure the directory for the file in flag `--audit-log-path` exists
2022-07-18 09:35:15 -07:00
Marcus Puckett
5badb731a8
Revert "Move kubectl wait to informers with a cache to avoid hanging due to objects disappearing from the cluster"
2022-07-18 08:48:29 -07:00
Kevin Delgado
36dbecd438
Enable ServerSideFieldValidation feature gate on by default in beta
2022-07-18 15:35:02 +00:00
Kevin Delgado
c210483cf0
update kjson
2022-07-18 14:55:12 +00:00
Kevin Delgado
d983fd8078
Add server-side metadata unknown field validation
2022-07-18 14:55:12 +00:00
Artur Żyliński
b1e12b01b6
Add audit-id to storage traces
...
Refactor GetAuditIDTruncated to use context instead of request
2022-07-18 14:10:00 +02:00
Kubernetes Prow Robot
5b92e46b22
Merge pull request #110706 from prateekgogia/cloudprovider-284
...
Add rate limiting when calling STS assume role API
2022-07-16 00:28:59 -07:00
Kubernetes Prow Robot
e8410006ac
Merge pull request #107042 from kkkkun/update_metrics_bucket
...
Update etcdRequestLatency metrics bucket size
2022-07-16 00:28:52 -07:00
Kubernetes Prow Robot
98aab0a00d
Merge pull request #111171 from MadhavJivrajani/conversion-fix
...
cacher: Use PodList type for use in GetList
2022-07-15 19:00:53 -07:00
Lukasz Szaszkiewicz
63b125d406
reflector: simplify reading the resourceVersion
2022-07-15 11:22:28 +02:00
Lukasz Szaszkiewicz
6fc09008de
reflector: move LIST to its own method
2022-07-15 09:53:11 +02:00
Lukasz Szaszkiewicz
e9e26068b7
reflector: refactor watchHandler
2022-07-15 09:43:57 +02:00
BinacsLee
f649df4c12
Re-Generate k8s.io/apimachinery/pkg/util/sets
2022-07-15 15:29:53 +08:00
Madhav Jivrajani
487761f4e2
cacher: Use PodList type for use in GetList
...
Using a Pod type in a GetList() call in a test
can panic at worst and error out at best. Here,
neither happened because the error condition
being tested for (cacher being stopped or not)
gets returned before the list pointer can be
enforced.
This commit changes the above to use PodList.
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com >
2022-07-15 12:22:04 +05:30
Kubernetes Prow Robot
d14ba948ef
Merge pull request #111081 from HecarimV/fix-22071210
...
Fix: some typo in apimachinery/pkg
2022-07-14 19:44:25 -07:00
Prateek Gogia
3f412cdf5d
Update naming for a const
2022-07-14 19:16:51 -05:00
Prateek Gogia
b346cedefb
Add rate limiting when calling STS assume role API
2022-07-14 19:16:51 -05:00
Kubernetes Prow Robot
3b4d2a9b31
Merge pull request #111080 from zhoumingcheng/master-v3
...
Correct wrong syntax
2022-07-14 14:37:08 -07:00
Kubernetes Prow Robot
408850e9f7
Merge pull request #111035 from jiahuif-forks/feature/matrics/cel
...
metrics for CEL compilation and evaluation
2022-07-14 14:37:00 -07:00
Kubernetes Prow Robot
a35c1f37b6
Merge pull request #111083 from nixpanic/mount-utils/no-systemd
...
mount-utils: only detect systemd when needed
2022-07-14 13:18:57 -07:00
Kubernetes Prow Robot
e5f4f8d71b
Merge pull request #110896 from ravisantoshgudimetla/promote-minReadySec-sts-update-ga
...
Promote minReadySeconds to GA
2022-07-14 09:45:09 -07:00
Kubernetes Prow Robot
a655368390
Merge pull request #104907 from adrianreber/2021-09-10-checkpoint
...
Minimal checkpointing support
2022-07-14 09:44:56 -07:00
Niels de Vos
a800b15d04
mount-utils: only detect systemd when needed
...
The detectSystemd() function adds quite some logging when systemd is not
detected. This is not critical when the k8s.io/mount-utils package is
used by external applications or CSI-drivers. In that case, it may not
be required to detect systemd at all. To reduce logging in cases where
systemd does not need to be detected, add a hasSystemd() helper function
that calls detectSystemd() only once.
2022-07-14 13:31:51 +02:00
Adrian Reber
fc37a7a990
kubelet: wire checkpoint container support through
...
This adds the last pieces to wire through the container checkpoint
support in the kubelet.
Signed-off-by: Adrian Reber <areber@redhat.com >
2022-07-14 10:27:41 +00:00
Adrian Reber
3e6f50683f
kubelet: add CheckpointContainer() on the service level
...
Signed-off-by: Adrian Reber <areber@redhat.com >
2022-07-14 10:27:40 +00:00
Adrian Reber
eeb5923937
make update after CRI API changes (checkpoint/restore)
...
Signed-off-by: Adrian Reber <areber@redhat.com >
2022-07-14 10:27:40 +00:00
Adrian Reber
df4ca2dd9e
Add CRI API definitions for checkpoint/restore
...
This adds the minimal CRI API changes to support checkpoint/restore and
to enable implementation of these checkpoint/restore interfaces on
container engine level.
Signed-off-by: Adrian Reber <areber@redhat.com >
2022-07-14 10:27:39 +00:00
Kubernetes Prow Robot
19a22f7637
Merge pull request #111008 from cici37/bumpCEL
...
Bump cel-go to v0.12.3
2022-07-14 03:03:04 -07:00
Kubernetes Prow Robot
7ac06e11e8
Merge pull request #109676 from cartermckinnon/optimize-unmounts
...
Skip mount point checks when possible during mount cleanup.
2022-07-14 03:02:57 -07:00
Kubernetes Prow Robot
08f9125cb0
Merge pull request #111109 from azylinski/apf-seats-httplog
...
Always log APF WorkEstimate params in kube-apiserver http logs
2022-07-13 22:51:03 -07:00
Abirdcfly
00b9ead02c
cleanup: remove duplicate import
...
Signed-off-by: Abirdcfly <fp544037857@gmail.com >
2022-07-14 11:25:19 +08:00
Kubernetes Prow Robot
f3654386ab
Merge pull request #111097 from saltbo/fix-thethe-typo
...
fix: update the typo code comment
2022-07-13 18:03:07 -07:00