Commit Graph

14790 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
a8e06cf2bf Merge pull request #106473 from Dingshujie/fix_inotify_memory_leak
update k/utils to v0.0.0-20211116205334-6203023598ed to fix inotify memory leak
2021-12-08 19:32:09 -08:00
Kubernetes Prow Robot
c732444905 Merge pull request #106868 from pacoxu/v1.23.0-api-testdata
Add V1.23.0 api compatibility testdata
2021-12-08 16:38:10 -08:00
Kubernetes Prow Robot
cdf3ad823a Merge pull request #97252 from dims/drop-dockershim
Completely remove in-tree dockershim from kubelet
2021-12-08 12:51:46 -08:00
Kubernetes Prow Robot
8f91d09865 Merge pull request #106878 from humblec/rbd-1
rbd: initialize ceph monitors slice with an empty value.
2021-12-08 11:47:55 -08:00
Kubernetes Prow Robot
f6cebd2dd1 Merge pull request #106683 from panslava/rbs-annotation
Disable GCE external load balancer when services handled by Ingress-GCE
2021-12-08 11:47:48 -08:00
Kubernetes Prow Robot
9968b0eff0 Merge pull request #106797 from kidlj/fix_mapToUnstructured_todo
resolve TODO in mapToUnstructured and sliceToUnstructured
2021-12-08 05:35:46 -08:00
Jian Li
0585831400 remove TODOs in mapToUnstructured and sliceToUnstructured
They are not applicable anymore, see PR #106797
2021-12-08 18:09:54 +08:00
Kubernetes Prow Robot
1e706dcd6b Merge pull request #106722 from kevindelgado/field-validation-apirefdoc
Update fieldValidation godoc
2021-12-08 00:43:58 -08:00
Kubernetes Prow Robot
d4c57acbb7 Merge pull request #106530 from FrankYang0529/sample-controller/use-update-status
feat(sample-controller): use UpdateStatus
2021-12-08 00:43:45 -08:00
Humble Chirammal
fa882f5aa4 rbd: initialize ceph monitors slice with an empty value.
In translation lib rbd pluin, the monitors slice is nil which
has to be initialized with an empty value. This commit address the same.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-12-08 14:07:20 +05:30
Kubernetes Prow Robot
f356ae4ad9 Merge pull request #101719 from SergeyKanzhelev/removeReallyCrashForTesting
Remove ReallyCrashForTesting and cleaned up some references to Handle…
2021-12-07 23:39:45 -08:00
Paco Xu
92ef070d3b Remove 1.21.0 API test data 2021-12-08 13:15:56 +08:00
Paco Xu
1865bfdaf0 Add v1.23.0 API testdata 2021-12-08 13:14:54 +08:00
Kubernetes Prow Robot
68bd9994ae Merge pull request #106833 from cpanato/go117
[go1.17] Update to go1.17.4
2021-12-07 19:28:44 -08:00
Kubernetes Prow Robot
f2239a836b Merge pull request #106823 from justaugustus/pub-bot-approve
staging/publishing: Add justaugustus as approver + RelEng reviewers
2021-12-07 19:28:36 -08:00
Kubernetes Prow Robot
e39d78e2c5 Merge pull request #106786 from kidlj/fix_mapToUnstructured_error_message
fix mapToUnstructured error message: should be 'map' instead of 'struct' being converted
2021-12-07 19:28:29 -08:00
Kubernetes Prow Robot
6fb84b9d68 Merge pull request #106785 from kidlj/cleanup_typeFrom_made_twice
cleanup: use present typeFrom variable to avoid another reflect.TypeOf call
2021-12-07 19:28:22 -08:00
Kubernetes Prow Robot
0c379c895f Merge pull request #106762 from jonyhy96/fix-openapi-flake
kubectl: combine assertion prevent npe in test
2021-12-07 19:28:14 -08:00
Kubernetes Prow Robot
d7bcd8e7c0 Merge pull request #106737 from wojtek-t/cacher_events_processed_metrics
Add watchcache metrics to tracking its progress
2021-12-07 19:27:51 -08:00
Kubernetes Prow Robot
e8c327db5e Merge pull request #106736 from pohly/sig-instrumentation-pohly
OWNERS: add pohly as SIG Instrumentation review and component-base/logs approver
2021-12-07 19:27:44 -08:00
Kubernetes Prow Robot
fbdd0d7b41 Merge pull request #106727 from MikeSpreitzer/fix-106726
Correct Generator calls for executing seat count
2021-12-07 18:27:38 -08:00
Kubernetes Prow Robot
40b1fca316 Merge pull request #106646 from pohly/api-errors-nil
api/errors: explicitly allow nil error parameters
2021-12-07 18:27:07 -08:00
Kubernetes Prow Robot
d22c82413a Merge pull request #106600 from bergerhoffer/plugin-example
Adding an example for kubectl plugin list
2021-12-07 18:26:43 -08:00
Kubernetes Prow Robot
4428159342 Merge pull request #106598 from tkashem/trace-transform-body
add trace step for transformResponseObject
2021-12-07 18:26:34 -08:00
Kubernetes Prow Robot
32a244552e Merge pull request #106584 from jonyhy96/fix-test-flake
[cloud-provider] fix test failed because of flag redefined
2021-12-07 18:26:17 -08:00
Kubernetes Prow Robot
9dc33fa22f Merge pull request #106528 from wojtek-t/cleanup_storage_watch_interface
Simplify storage.Interface by merging Watch and WatchList functions.
2021-12-07 18:26:01 -08:00
Kubernetes Prow Robot
35aa669145 Merge pull request #103863 from tanjing2020/time
Replace `time.Now().Sub(x)` with `time.Since(x)`
2021-12-07 18:25:40 -08:00
Kubernetes Prow Robot
0681761ccc Merge pull request #106452 from MadhavJivrajani/watch-test-coverage
Add unit test for Recorder
2021-12-07 17:27:18 -08:00
Kubernetes Prow Robot
39b45fb040 Merge pull request #106381 from dims/update-dims-as-approver
Update `dims` as approver for some top level dirs
2021-12-07 17:26:48 -08:00
Kubernetes Prow Robot
e9fc46750f Merge pull request #106153 from hyschumi/refactor_thread_safe_store
refactor: remove dup code
2021-12-07 17:25:59 -08:00
Davanum Srinivas
bc78dff42e update files to drop dockershim
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-12-07 15:15:13 -05:00
Carlos Panato
2adf0e116c [go1.17] Update to go1.17.4
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-12-06 09:40:54 +01:00
Stephen Augustus
0d38ee59c7 staging/publishing: Add release-engineering-approvers as reviewers
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-12-04 22:19:40 -05:00
Stephen Augustus
321e3d8851 staging/publishing: Add justaugustus as approver
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-12-04 22:15:35 -05:00
Slavik Panasovets
3c51478f65 add gce loadbalancer no-op finalizer and existingFwdRule tests 2021-12-03 13:49:31 +00:00
Slavik Panasovets
b2534483fa disable gce service handling if has rbs forwarding rule 2021-12-03 13:48:26 +00:00
Davanum Srinivas
555623c07e staging: add dummy commit to trigger gomod update (#106794)
add newline to all staging repos

Signed-off-by: Davanum Srinivas <davanum@gmail.com>

Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com>
2021-12-02 20:38:34 -05:00
Slavik Panasovets
e2c49a0dd1 add ELBRbsFinalizer 2021-12-02 15:48:52 +00:00
Jian Li
8689f22821 fix mapToUnstructured error message 2021-12-02 18:07:16 +08:00
Jian Li
d4f3b5a6d1 cleanup: use present typeFrom variable to avoid another reflect.TypeOf call 2021-12-02 14:59:36 +08:00
Nabarun Pal
78e1ec2e38 publishing-bot: remove rules for release-1.19
Kubernetes 1.19 is not actively maintained anymore.

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-12-02 10:08:20 +05:30
Sergey Kanzhelev
4c9d77d724 generated files for the grpc field rename 2021-12-01 18:25:37 +00:00
Sergey Kanzhelev
1918ecad04 update the grpc field name for consistency 2021-12-01 18:16:08 +00:00
Wojciech Tyczyński
ba5e08223d Add watchcache metrics to tracking its progress 2021-12-01 09:46:55 +01:00
haoyun
84a7329cf0 fix: combine assertion prevent npe
Signed-off-by: haoyun <yun.hao@daocloud.io>
2021-12-01 16:37:24 +08:00
Patrick Ohly
a155010bcb OWNERS: add pohly as SIG Instrumentation review and component-base/logs approver
I've helped review PRs already, mostly around structured logging. I'm a
co-chair of that working group.
2021-11-30 09:45:21 +01:00
Kevin Delgado
b35c444e42 Update fieldValidation godoc 2021-11-29 21:21:28 +00:00
Sergey Kanzhelev
a11453efbc remove ReallyCrashForTesting and cleaned up some references to HandleCrash behavior 2021-11-29 20:00:10 +00:00
Mike Spreitzer
95964c5b35 Correct Generator calls for executing seat count 2021-11-29 14:50:11 -05:00
Antonio Ojea
85797eba70 bump TestHTTP1DoNotReuseRequestAfterTimeout timeout
the test TestHTTP1DoNotReuseRequestAfterTimeout has to wait for
request to time out to assert that subsequent requests does not
reuse the TCP connection.

It seems that current value of 100ms causes issues on some CI
environments and bumping the timeout seems to solve this flakiness,

We can bump the timeout value because is really low compared to real
scenarios and the bump still keeps it in the millisecond order.
2021-11-29 19:11:47 +01:00