Commit Graph

101443 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
dff5940ac3
Merge pull request #97534 from heqg/typo01
fix Spelling error for klog
2021-06-06 22:24:39 -07: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
Alay Patel
92b52a4fb5 populate last successful time to cronjob status 2021-06-06 16:14:16 -04: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
njuptlzf
7b0fbb7292 add audit log test cases for cross-group subresource 2021-06-06 09:52:05 +08: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
aaceb26ea3
Merge pull request #99080 from vinayakankugoyal/dockerfile3
Use docker buildx for the build-image.
2021-06-05 11:46:38 -07:00
Wei Huang
8e85a2b0c2
sched: fix a bug that a preemptor pod exists as a phantom
- SafePodNominator to resolve racing issue when dealing with nominated pod
2021-06-05 11:07:29 -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
a52571144f
Merge pull request #102597 from mengjiao-liu/rename-masterConfig
test/integration: Rename masterConfig to controlPlaneConfig
2021-06-05 10:41:05 -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
74af3b712d
Merge pull request #102297 from deads2k/ssh-tunnels
remove --ssh- options, deprecated 13 releases, that only work on GCE
2021-06-05 10:40:50 -07:00
Kubernetes Prow Robot
29a8105cec
Merge pull request #101272 from Jiawei0227/deprecateflag
Remove CSIMigrationvSphereComplete flag
2021-06-05 10:40:38 -07:00
Patrick Ohly
c15fd76ee9 e2e storage: enable health-check controller in hostpath deployment
It was disabled together with the agent to avoid test failures in
gce-master-scale-correctness (https://github.com/kubernetes/kubernetes/issues/102452). That
solved the problem, but we still need to check whether the controller
alone works.
2021-06-05 18:16:19 +02: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
刁浩 10284789
d8e91ab727 Fix test order in /pkg/probe/http/http_test.go 2021-06-05 07:27:34 +00:00
Elana Hashman
cc2e9394be
kubelet: Fix test order in verifyContainerStatuses
Per https://pkg.go.dev/github.com/stretchr/testify/assert#Equal
expected goes before actual.
2021-06-04 16:04:10 -07: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
Kubernetes Prow Robot
8eff96dd12
Merge pull request #102608 from gnufied/remove-test-on-unknown-block-devices
Remove block device metrics unit test
2021-06-04 13:56:38 -07:00
Marek Siarkowicz
3175dbd855
Update owners for structured logging library 2021-06-04 22:21:25 +02:00
Hemant Kumar
f5739a15d1 The test was not very useful and required elevated access 2021-06-04 15:48:35 -04: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
3b71dac6ac
Merge pull request #102593 from CaoDonghui123/fix7
remove redundant code
2021-06-04 09:44:38 -07:00
Kubernetes Prow Robot
ed1a2b411d
Merge pull request #102463 from neolit123/1.22-add-usergroup-utils
kubeadm: add utilities to manage users and groups
2021-06-04 08:35:26 -07:00
Davanum Srinivas
d9f82f7eba
Drop viper stuff in test/
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-06-04 09:38:22 -04:00
wangyysde
558bdd18aa Update cronjob integration test to batch/v1
Signed-off-by: wangyysde <net_use@bzhy.com>
2021-06-04 21:04:21 +08:00
Mengjiao Liu
6871b2b3c7 Rename masterConfig to controlPlaneConfig 2021-06-04 20:55:08 +08:00
Kubernetes Prow Robot
a4e5239bdc
Merge pull request #102591 from pohly/disable-health-monitor
storage e2e: disable health check containers
2021-06-04 05:37:26 -07:00
Kubernetes Prow Robot
62b5c28506
Merge pull request #102590 from BenTheElder/deb-ipt-script
update debian-iptables to v1.6.2
2021-06-04 03:33:35 -07:00
Kubernetes Prow Robot
e4448f2117
Merge pull request #102584 from liggitt/attachdetach-race
Fix race in attachdetach tests
2021-06-04 03:33:27 -07:00
caodonghui
812a04539c remove redundant code 2021-06-04 17:56:46 +08: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
Benjamin Elder
45179bb989 update debian-iptables to v1.6.2
picks up https://github.com/kubernetes/release/pull/2106
2021-06-04 01:03:55 -07:00
Patrick Ohly
c26c423b1c storage e2e: disable health check containers
They are not needed for any of the tests and may be causing too much
overhead (see
https://github.com/kubernetes/kubernetes/issues/102452#issuecomment-854452816).

We already disabled them earlier and then re-enabled them again
because it wasn't clear how much overhead they were causing. A recent
change in how the sidecars get
deployed (https://github.com/kubernetes/kubernetes/pull/102282) seems
to have made the situation worse again. There's no logical explanation
for that yet, though.

(cherry picked from commit 0c2cee5676e64976f9e767f40c4c4750a8eeb11f)
2021-06-04 09:57:02 +02:00
Marek Siarkowicz
82be7aad26 Update etcd makefile to build v3.5.0-rc.0 image 2021-06-04 08:31:19 +02: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
Jordan Liggitt
ca279bbcc1 Fix race in attachdetach tests 2021-06-04 01:59:32 -04: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