Kubernetes Prow Robot
63014d87cd
Merge pull request #101013 from pacoxu/mac-ut/skips
...
skip some UT on mac for dockershim
2021-05-24 20:10:20 -07:00
刁浩 10284789
5908cd0d90
simplify returning boolean expression in /pkg/volume
...
Signed-off-by: 刁浩 10284789 <diao.hao@zte.com.cn>
2021-05-25 02:39:55 +00:00
Kubernetes Prow Robot
f545438bd3
Merge pull request #101587 from nixpanic/in-tree/block-metrics
...
Fix a panic for in-tree drivers that partialy support Block volume metrics
2021-05-24 16:18:47 -07:00
Kubernetes Prow Robot
943e0c2f91
Merge pull request #101394 from Huang-Wei/dynamic-events-handler
...
sched: dynamic event handlers registration
2021-05-24 16:18:40 -07:00
Kubernetes Prow Robot
d036dd20e1
Merge pull request #100507 from ii/daemonset-status-test
...
Write AppsV1DaemonSetStatus test - +3 endpoints
2021-05-24 16:18:33 -07:00
Kubernetes Prow Robot
88c0e8968b
Merge pull request #99680 from CaoDonghui123/fixissues4
...
fix error of setting negative value for containerLogMaxSize
2021-05-24 16:18:20 -07:00
Kubernetes Prow Robot
cf59c68e15
Merge pull request #102088 from wzshiming/fix/pod-devices-has-pod-lock
...
Add the missing RLock
2021-05-24 15:16:20 -07:00
Alexander Minbaev
3b4be144ab
add enqueue-extensions nodevolumelimits plugin
2021-05-24 16:59:31 -05:00
walter
13ab65d356
Upgrade konnectivity-client for GRPC connection fixes
...
The v0.0.19 Konnectivity client includes several
significant fixes to prevent the GRPC tunnel between
the KAS and the APIServer Network Proxy from becoming
blocked/wedged.
Importantly it picks up the fix for kubernetes-sigs/apiserver-network-proxy#167 .
We believe this will also fix many of the failures currently seen on
https://testgrid.k8s.io/sig-api-machinery-network-proxy#ci-kubernetes-e2e-gci-gce-network-proxy-grpc&width=5 .
2021-05-24 14:53:30 -07:00
Julian V. Modesto
55ff963017
Make validation totalAnnotationSizeLimitB public.
...
Replace the forked totalAnnotationSizeLimitB with
apimachineryvalidation.TotalAnnotationSizeLimitB.
2021-05-24 16:50:18 -04:00
Kubernetes Prow Robot
851d37ed40
Merge pull request #102238 from TeweiLuo/fix_repd_tests
...
Fix GCE regional PD tests.
2021-05-24 13:39:05 -07:00
Kubernetes Prow Robot
f826662fec
Merge pull request #102189 from alculquicondor/cleanup-create-pods
...
Remove unused util CreatePods
2021-05-24 13:38:57 -07:00
Kubernetes Prow Robot
815bae5aaa
Merge pull request #102074 from creydr/change-the-users-of-isqualifiedname-to-validatequalifiedname
...
Change the users of IsQualifiedName to ValidateQualifiedName
2021-05-24 13:38:49 -07:00
Kubernetes Prow Robot
ccbb7dbe54
Merge pull request #102070 from bskiba/master
...
Update addon resizer to 1.8.13
2021-05-24 13:38:41 -07:00
Kubernetes Prow Robot
0d46e728dd
Merge pull request #101486 from dashpole/updates_images
...
Update event-exporter and prometheus-to-sd versions in cluster addons
2021-05-24 13:38:32 -07:00
Kubernetes Prow Robot
9f1ffca06b
Merge pull request #101260 from ii/replicaset-status-test
...
Write Read, Patch & Replace ReplicaSet Status +3 endpoints
2021-05-24 13:38:20 -07:00
Jeremy Edwards
54f3eb42e9
Upgrade Fluent-Bit 1.7.6.
2021-05-24 19:51:00 +00:00
Christian Huffman
79ce0632fd
Corrects node wait to search for volumeHandle
2021-05-24 15:28:34 -04:00
Kubernetes Prow Robot
a8985871f9
Merge pull request #102217 from tkashem/client-go-refactor-retry
...
client-go: refactor retry logic so it can be reused
2021-05-24 11:31:51 -07:00
Kubernetes Prow Robot
77937b1e8e
Merge pull request #101628 from bobbypage/addon-termination-handler
...
Remove node termination handler addon
2021-05-24 11:31:39 -07:00
Peri Thompson
69019a03d3
Add netpol tests for windows
...
Co-authored-by: Jay Vyas <jvyas@vmware.com>
2021-05-24 13:28:04 -04:00
Beata Lach (Skiba)
7d2e6d7ba9
Update addon resizer to 1.8.13
...
Needed to fix https://github.com/kubernetes/autoscaler/issues/3567
2021-05-24 18:58:08 +02:00
Kubernetes Prow Robot
ebd61572c5
Merge pull request #92739 from cnphil/fail-open-audit-log
...
Add fail-open audit logs to validating admission webhook
2021-05-24 08:59:38 -07:00
Clayton Coleman
2d361d4306
e2e: Flag questionable durations in container status on termination
...
The e2e that create/deletes pods rapidly and verifies their status
was reporting a very long timing:
timings total=12.211347385s t=491ms run=2s execute=450402h8m25s
in a few scenarios. Add error checks that clarify when this happens
and why. Report p50/75/90/99 latencies on teardown as observed from
the test for baseline for future changes.
2021-05-24 11:48:42 -04:00
Kubernetes Prow Robot
3464112cf9
Merge pull request #102229 from sanposhiho/fix/nil-pointer-on-nodevolumelimits
...
Fix: Logging causes nil-pointer
2021-05-24 07:17:38 -07:00
Abu Kashem
5fdf196b4e
client-go: refactor retry logic so it can be reused
2021-05-24 09:41:47 -04:00
Kubernetes Prow Robot
d8e9f93358
Merge pull request #102241 from lunhuijie/optimizationReturn
...
simplify returning boolean expression in staging/src/k8s.io/client-go/tools
2021-05-24 05:23:38 -07:00
arkbriar
f9cb68a2b1
Fix EndpointSliceCache::getEndpointsMap for different endpoints with same IP
2021-05-24 19:00:58 +08:00
刁浩 10284789
9173414da6
simplify returning boolean expression in staging/src/k8s.io/client-go/tools
...
Signed-off-by: 刁浩 10284789 <diao.hao@zte.com.cn>
2021-05-24 07:15:36 +00:00
tewei.luo
396bd37a5f
Fix GCE regional PD tests.
...
Need to set storage class returned by the apiserver which contains
the "Name" field derived from "GenerateName".
2021-05-24 04:12:20 +00:00
sanposhiho
517feed45b
Add: interface check
2021-05-23 23:48:42 +09:00
sanposhiho
be16b7f818
Fix: Logging causes nilpointer
2021-05-23 23:17:29 +09:00
Kubernetes Prow Robot
d8f9e4587a
Merge pull request #101742 from ravisantoshgudimetla/promote-maxSurge-beta
...
Promote DS MaxSurge to beta
2021-05-23 04:33:38 -07:00
Kubernetes Prow Robot
d7903669c4
Merge pull request #96299 from ggriffiths/snapshot_controller_metrics_e2e_tests
...
Add Snapshot Controller e2e metric tests
2021-05-23 03:33:37 -07:00
Kubernetes Prow Robot
5be51c9fbf
Merge pull request #102186 from Jiawei0227/scaleio
...
Add warning for removed and deprecated plugin
2021-05-23 01:15:37 -07:00
Kubernetes Prow Robot
ec38907367
Merge pull request #102224 from liggitt/fixup-test-certs
...
Fix expired unit test certs
2021-05-22 20:15:37 -07:00
Jordan Liggitt
7a227d302d
Fix expired unit test certs
2021-05-22 20:58:53 -04:00
Kubernetes Prow Robot
c5bd36ef90
Merge pull request #102065 from eddiezane/ez/add-KnVerey-as-sig-cli-reviewer
...
Add KnVerey as a sig-cli reviewer
2021-05-22 00:53:37 -07:00
Kubernetes Prow Robot
916ed1d3ad
Merge pull request #100543 from chaitanyabandi/variable-expansion
...
Don't replace pod annotations in variable expansion test
2021-05-21 17:43:37 -07:00
Kubernetes Prow Robot
661b76f864
Merge pull request #102216 from enj/enj/t/exec_global_cache
...
Add integration test for exec plugin global cache
2021-05-21 16:41:37 -07:00
Kubernetes Prow Robot
a2357f4516
Merge pull request #100136 from Danil-Grigorev/disable-cloud-providers-fg
...
Add feature gate to disable all in-tree cloud providers
2021-05-21 15:39:36 -07:00
Wei Huang
1b3a124ba6
Scheduler now registers event handlers dynamically
...
- move clusterEventMap to Configurator
- dynamic event handlers registration for core API resources
- dynamic event handlers registration for custom resources
2021-05-21 13:47:06 -07:00
Chaitanya Bandi
0681a44672
Don't replace pod annotations in variable expansion test
...
This change fixes the "Variable Expansion should verify that a failing subpath
expansion can be modified during the lifecycle of a container" conformance test
where the annotations are replaced with those used by the test, instead of
appending them.
This may cause undesirable side-effects with other controllers that may be
using pod annotations.
2021-05-21 13:38:04 -07:00
Kubernetes Prow Robot
fb3273774a
Merge pull request #99178 from wilsonehusin/distroless-conformance
...
Use distroless to build Conformance image
2021-05-21 13:32:11 -07:00
Monis Khan
a45ffd0771
Add integration test for exec plugin global cache
...
Signed-off-by: Monis Khan <mok@vmware.com>
2021-05-21 16:17:32 -04:00
Kubernetes Prow Robot
863e22cc93
Merge pull request #102175 from ankeesler/exec-plugin-with-basic-auth
...
exec credential provider: don't run exec plugin with basic auth
2021-05-21 11:52:10 -07:00
Andrew Keesler
9dee2b95c2
exec credential provider: don't run exec plugin with basic auth
...
If a user specifies basic auth, then apply the same short circuit logic
that we do for bearer tokens (see comment).
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2021-05-21 13:51:03 -04:00
Kubernetes Prow Robot
fadf85d6d0
Merge pull request #98350 from nilo19/bug/cherry-pick-482
...
Cherry pick #482 from cloud provider azure: aggregate errors when putting vmss
2021-05-21 10:42:11 -07:00
Kubernetes Prow Robot
164ba3ad7d
Merge pull request #102152 from ankeesler/exec-plugin-integration-test
...
test/integration/client: test exec calls metric
2021-05-21 09:42:10 -07:00
Kubernetes Prow Robot
e5bee02452
Merge pull request #102185 from tkashem/apf-seats-in-use
...
apf: introduce the concept of width for a request
2021-05-21 08:41:23 -07:00