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
Kubernetes Prow Robot
38783bfeb7
Merge pull request #102059 from jsafrane/fix-consistentread
...
Retry reading /proc/mounts when unable to get a consistent read
2021-06-03 21:59:37 -07:00
Kubernetes Prow Robot
3a2092345e
Merge pull request #101082 from jsafrane/translate-aws-allowAutoIOPSPerGBIncrease
...
Add allowAutoIOPSPerGBIncrease to translated AWS EBS StorageClasses
2021-06-03 21:59:25 -07:00
Shiming Zhang
58833d652d
Support subresource match
...
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com >
2021-06-04 10:35:43 +08:00
Andrew Sy Kim
38d3ae1a06
api: update API compatibility tests to remove topologyKeys from Service
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2021-06-03 22:33:20 -04:00
Andrew Sy Kim
e9c7fa49d9
core/v1: add unit tests to ensure deprecated protobuf field numbers are not re-used
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2021-06-03 22:17:46 -04:00
Andrew Sy Kim
f119b8df5f
apis: update generated code after removing Service topologyKeys
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2021-06-03 22:17:46 -04:00
Andrew Sy Kim
4d38d21880
apis: remove Service topologyKeys
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2021-06-03 22:17:45 -04:00
Joe Betz
f94391789f
Add doc.go for client-go apply support
2021-06-03 13:04:54 -07:00
Jon Zeolla
5bf7bb52fe
Remove -k from toCurl output
2021-06-03 15:11:03 -04:00
Adhityaa Chandrasekar
ba708e5fc9
graduate SuspendJob to beta
...
Also adds a label to two existing Job metrics.
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com >
2021-06-03 18:48:32 +00:00
Davanum Srinivas
08ad7114d3
make lint-dependencies happy!
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-06-03 07:13:53 -04:00
Davanum Srinivas
29def9ff6a
Updating to prometheus/common v0.26.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-06-03 06:48:13 -04:00
Shiming Zhang
2c9f02c329
Add test
...
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com >
2021-06-03 16:22:00 +08:00
Shiming Zhang
b87ad95fec
Close the used file
2021-06-03 15:36:53 +08:00
Kubernetes Prow Robot
2e12da1ce0
Merge pull request #102539 from liggitt/websocket-service-watch
...
Fix closing of decorated watcher channel on timeout
2021-06-02 16:15:23 -07:00
Kubernetes Prow Robot
42860d4d47
Merge pull request #102516 from nilo19/bug/cherry-pick-649
...
serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match
2021-06-02 14:54:43 -07:00
Jordan Liggitt
bd2d63dd57
Fix closing of decorated watcher channel on timeout
2021-06-02 15:25:31 -04:00
Kubernetes Prow Robot
36a899835d
Merge pull request #100679 from hdp617/master
...
doc: remove description that `socat` is required
2021-06-02 12:04:42 -07:00
Abu Kashem
8847a25026
apf: fix flake in test
2021-06-02 12:06:42 -04:00
AbdulBasitAlvi
5d4c1162b9
hotfix(staging_apiserver_pkg_httplog): restore depth to log calls
...
/kind bug
This PR adds depth to logging which was removed when migrating to structured logging in the file
Ref #102353
```release-note
NONE
```
```docs
```
2021-06-02 17:39:57 +02:00
Kubernetes Prow Robot
b2b4cb1725
Merge pull request #102528 from soltysh/cronjob_ga
...
Clean apply's prune and kube addons with batch/v1 CronJob
2021-06-02 08:02:31 -07:00
Kubernetes Prow Robot
894f603655
Merge pull request #102171 from wojtek-t/pf_watch_initialization_support
...
Implement support for watch initialization in P&F
2021-06-02 08:02:06 -07:00
Kubernetes Prow Robot
a79a0f546a
Merge pull request #102484 from xiaoanyunfei/fix/watch_cache_metrics
...
fix watch_cache_capacity metrics
2021-06-02 06:24:18 -07:00
Kubernetes Prow Robot
17f5c8866a
Merge pull request #102338 from mengjiao-liu/update-cronjob-to-batchv1-kubectl
...
Promote cronjob to batch/v1: kubectl sparse_test file
2021-06-02 06:24:06 -07:00
Maciej Szulik
1619e8eb95
Clean apply's prune and kube addons with batch/v1 CronJob
2021-06-02 14:27:29 +02:00
pacoxu
1bf8edfdd4
remove GAed feature gates group: LegacyNodeRoleBehavior/ServiceNodeExclusion/NodeDisruptionExclusion
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-06-02 18:49:22 +08:00