Kubernetes Prow Robot
fddb3adcfd
Merge pull request #102795 from tkashem/apf-width-metric
...
apf: add a gauge to show the number of seats currently in use
2021-06-11 03:26:59 -07:00
Kubernetes Prow Robot
60a4cbfdf6
Merge pull request #102788 from pohly/reflector-log-level
...
client-go: reduce log level of reflector again
2021-06-10 15:03:28 -07:00
Abu Kashem
c710f99ef7
apf: add a gauge for the number of seats currently in use
2021-06-10 17:51:19 -04:00
Kubernetes Prow Robot
53873fbf23
Merge pull request #102760 from prameshj/basepathfix
...
Fix gce basepath test failure in local environments.
2021-06-10 12:49:28 -07:00
Patrick Ohly
fd972934e4
client-go: reduce log level of reflector again
...
https://github.com/kubernetes/kubernetes/pull/87795 most likely
unintentionally increased the log level of "Starting reflector" and
"Stopping reflector", with the result that since Kubernetes 1.21
clients have printed that message by default. This is undesirable, we
should use the original level 3 again.
2021-06-10 20:38:39 +02:00
Kubernetes Prow Robot
81eb74ad43
Merge pull request #102609 from serathius/patch-1
...
Update owners for structured logging library
2021-06-10 08:23:39 -07:00
Kubernetes Prow Robot
f008ba0fed
Merge pull request #102062 from serathius/etcd-server
...
Update Etcd server image to 3.5.0-rc.0-0
2021-06-10 08:23:27 -07:00
Pavithra Ramesh
dae335c115
Fix test failure in some envs.
2021-06-09 17:29:57 -07:00
Kubernetes Prow Robot
4f854e39f2
Merge pull request #102689 from cpanato/go1165
...
[go1.16] Update to go1.16.5
2021-06-09 12:31:27 -07:00
Kubernetes Prow Robot
624967e940
Merge pull request #101905 from tkashem/apf-request-width
...
apf: add plumbing to calculate "width" of a request
2021-06-09 11:25:27 -07:00
Abu Kashem
9b72eb1929
apf: add plumbing to estimate width" of a request
...
- add plumbing that allows us to estimated "width" of a request
- the default implementation returns 1 as the "width" of all
incoming requests, this is in keeping with the current behavior.
2021-06-09 11:51:45 -04:00
Marek Siarkowicz
12447bc803
Upgrade etcd server version to 3.5.0-rc.0
2021-06-09 17:00:05 +02:00
Kubernetes Prow Robot
09a9e61294
Merge pull request #102454 from wzshiming/clean/remove-godeps
...
Remove Godeps
2021-06-08 14:16:09 -07:00
Kubernetes Prow Robot
6cb421487a
Merge pull request #99597 from adtac/v1b2
...
scheduler CC: add v1beta2 API, deprecate plugins
2021-06-08 12:26:08 -07:00
Kubernetes Prow Robot
b1369fe606
Merge pull request #102671 from tkashem/gt-wait
...
apiserver: close handler chain right after shutdown delay duration
2021-06-08 10:05:34 -07:00
Abu Kashem
de7e56bf37
apiserver: close handler chain right after shutdown delay duration
2021-06-08 09:40:07 -04:00
Kubernetes Prow Robot
b7514645d4
Merge pull request #102644 from mengjiao-liu/create-json-log-register
...
Create a new modele component-base/logs/json/register for optional json register
2021-06-08 05:35:13 -07:00
Carlos Panato
1524526991
[go1.16] Update to go1.16.5
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2021-06-08 14:11:32 +02:00
Kubernetes Prow Robot
b429c4c9e1
Merge pull request #102606 from tkashem/revert-102581
...
Bring back "client-go: add retry logic for Watch and Stream" and fix test flake
2021-06-07 15:22:55 -07:00
Adhityaa Chandrasekar
3c8e56bef9
scheduler: graduate CC to v1beta2, deprecate plugins
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com >
2021-06-07 12:42:55 +00:00
Kubernetes Prow Robot
6181a2c7d8
Merge pull request #102435 from AbdulBasitAlvi/hotfix/restore_depth_to_log_calls
...
hotfix(staging_apiserver_pkg_httplog): restore depth to log calls
2021-06-07 03:44:39 -07:00
Kubernetes Prow Robot
f1f58f20ab
Merge pull request #102620 from serathius/zap-sampling
...
Disable zap sampling and cleanup config
2021-06-07 01:56:39 -07:00
Kubernetes Prow Robot
ff6f9e009a
Merge pull request #102511 from tkashem/issue-102016
...
apf: fix data race in test
2021-06-07 00:52:51 -07:00
Mengjiao Liu
7ced405de5
Create a new modele component-base/logs/json/register for optional json register
2021-06-07 15:07:13 +08:00
Kubernetes Prow Robot
fca27ee5fb
Merge pull request #96374 from serathius/example
...
Create example component for integrating with component-base
2021-06-06 21:22:39 -07:00
Kubernetes Prow Robot
9d27400fe2
Merge pull request #102040 from njuptlzf/fix_conversion
...
Fix auditing failed of request: encoding failed
2021-06-05 19:58:38 -07:00
Marek Siarkowicz
aa9321f534
Add example showing impact on log output
2021-06-05 22:06:05 +02:00
Kubernetes Prow Robot
f27340ce90
Merge pull request #102617 from serathius/json-benchmark
...
Cleanup json logging benchmarks
2021-06-05 11:46:50 -07:00
Kubernetes Prow Robot
1b71cc567f
Merge pull request #102625 from serathius/klog-integration
...
Add klog integration tests
2021-06-05 10:41:21 -07:00
Kubernetes Prow Robot
0685959592
Merge pull request #102610 from liggitt/audit-non-root
...
Fix audit unit test file location
2021-06-05 10:41:13 -07:00
Kubernetes Prow Robot
1f363d7961
Merge pull request #102513 from freehan/net-tier-fix
...
only delete forwardingrule and address when net tier annotation is specified
2021-06-05 10:40:57 -07:00
Kubernetes Prow Robot
e6a8bc9fbe
Merge pull request #90368 from serathius/remove-legacy-metrics
...
Remove legacy metrics client from podautoscaler
2021-06-05 08:44:38 -07:00
Marek Siarkowicz
88174fc3f2
Add klog integration tests
2021-06-05 16:48:46 +02:00
Marek Siarkowicz
2e167a1399
Disable zap sampling and cleanup config
2021-06-05 14:02:10 +02:00
Marek Siarkowicz
a9a2346e19
Cleanup json logging benchmarks
...
* Write logs to sink instead of stderr
* Remove json marshall tests
2021-06-05 13:16:38 +02:00
Jordan Liggitt
91e5d98b57
Fix audit unit test file location
2021-06-04 17:23:34 -04:00
Marek Siarkowicz
4ebc0c94a4
Remove legacy metrics client from podautoscaler
2021-06-04 23:06:32 +02:00
Marek Siarkowicz
3175dbd855
Update owners for structured logging library
2021-06-04 22:21:25 +02:00
Abu Kashem
e797a5a198
client-go: fix flake in test TestRequestWatchWithRetry
2021-06-04 15:12:48 -04:00
Kubernetes Prow Robot
7ed2ed1b45
Merge pull request #102412 from andrewsykim/kill-service-topology
...
Remove deprecated alpha Service topologyKeys field
2021-06-04 10:48:38 -07:00
Abu Kashem
892d4fabb8
Revert "Merge pull request #102581 from liggitt/revert-watch-retry"
...
This reverts commit 5a59a43957 , reversing
changes made to 81b9789eaa .
2021-06-04 13:45:26 -04:00
Minhan Xia
fbf2d2df26
only delete forwardingrule and address when net tier annotation is specified
2021-06-04 10:04:42 -07:00
Kubernetes Prow Robot
5c137f1af9
Merge pull request #100939 from wzshiming/feat/subresource-match
...
Feature support FakeClientset match subresource
2021-06-04 02:25:26 -07:00
Kubernetes Prow Robot
5a59a43957
Merge pull request #102581 from liggitt/revert-watch-retry
...
Revert "client-go: add retry logic for Watch and Stream"
2021-06-04 01:21:38 -07:00
Kubernetes Prow Robot
81b9789eaa
Merge pull request #102467 from pacoxu/json-patch-5.5.0
...
upgrade json-patch to v4.11.0
2021-06-04 01:21:26 -07:00
Kubernetes Prow Robot
635f2c7c2a
Merge pull request #99575 from navist2020/fix/logs_info
...
Simply modify the Kubectl logs information
2021-06-03 23:25:25 -07:00
pacoxu
ceaf9b9d16
add ut for preventing dropping null from arrays
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-06-04 14:11:19 +08:00
pacoxu
6e0650e3e1
upgrade gopkg.in/evanphx/json-patch to v4.11.0
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-06-04 13:15:09 +08:00
Jordan Liggitt
e35af41a12
Revert "client-go: add retry logic for Watch and Stream"
...
This reverts commit 607d381949 .
2021-06-04 01:11:25 -04:00
Kubernetes Prow Robot
b24b7d5a20
Merge pull request #102489 from saschagrunert/http-stream-nil
...
Fix regression for timed-out stream cleanups
2021-06-03 21:59:45 -07:00