Kubernetes Prow Robot
38f0a8bc74
Merge pull request #89652 from liggitt/relist-timeout
...
Fix client watch reestablishment handling of client-side timeouts
2020-04-07 01:15:44 -07:00
Kubernetes Prow Robot
4c81edbb41
Merge pull request #89905 from oomichi/DescribeIng
...
Move DescribeIng() into e2eingress
2020-04-06 20:29:44 -07:00
Kubernetes Prow Robot
4ae223fbff
Merge pull request #84904 from clarklee92/FixShellCheck
...
Fix shell check
2020-04-06 19:09:58 -07:00
Kubernetes Prow Robot
667e028f38
Merge pull request #83378 from ii/promote-pod-replicaset-verification
...
Promote pod PreemptionExecutionPath verification - +3 conformance endpoint coverage
2020-04-06 19:09:43 -07:00
Kubernetes Prow Robot
871ca4b2a7
Merge pull request #89902 from wojtek-t/ilb_for_large_clusters
...
Fix setting up internal load balancer for GCE
2020-04-06 17:47:57 -07:00
Kubernetes Prow Robot
cf144eb485
Merge pull request #89656 from dashpole/json_flag
...
specify in the flag help text that --enable-cadvisor-json-endpoints d…
2020-04-06 17:47:48 -07:00
Kubernetes Prow Robot
ac40660952
Merge pull request #89556 from smarterclayton/remove_startup_script
...
test: Remove final user of startup-script image
2020-04-06 17:47:34 -07:00
Kubernetes Prow Robot
cabf5d1cdc
Merge pull request #89350 from SataQiu/fix-kube-proxy-20200323
...
kube-proxy: treat failure to bind to a port as fatal
2020-04-06 17:47:20 -07:00
Kubernetes Prow Robot
87966c39f1
Merge pull request #89890 from fedepaol/useagnhost
...
Use agnhost version 2.13
2020-04-06 15:42:32 -07:00
Kubernetes Prow Robot
4b56705883
Merge pull request #89713 from hprateek43/channel_migration
...
Internal channels for scheduler
2020-04-06 15:42:23 -07:00
Kubernetes Prow Robot
037db1cb6c
Merge pull request #89687 from dims/update-docker-dependency
...
Update docker dependency and remove deprecated method use
2020-04-06 15:42:14 -07:00
Kubernetes Prow Robot
8cdf21ab4c
Merge pull request #86409 from sshukun/fix-golint
...
Fix go-lint issues in package pkg/kubelet/checkpointmanager/testing/example_checkpoint_formats/v1
2020-04-06 15:42:01 -07:00
Kubernetes Prow Robot
0d8b4b5df4
Merge pull request #85994 from coderanger/patch-1
...
Tiny typo in a comment.
2020-04-06 15:41:47 -07:00
Kubernetes Prow Robot
f8176abe43
Merge pull request #89858 from tedyu/api-svr-err-etcd
...
kube-apiserver should exit with error if not able to connect to etcd
2020-04-06 13:48:13 -07:00
Kubernetes Prow Robot
9c3b5887d2
Merge pull request #89821 from wojtek-t/cleanup_apimachinery_tests
...
Cleanup apimachinery tests and stop relying on default conversions
2020-04-06 13:48:00 -07:00
Kubernetes Prow Robot
9441df3aad
Merge pull request #89808 from fuweid/close-resize-chan
...
remotecommand: close resize channel for notification
2020-04-06 13:47:46 -07:00
Kenichi Omichi
2f5f16004d
Move DescribeIng() into e2eingress
...
The function is only for e2e ingress test, it is not necessary to
keep the function in e2e test core framework.
2020-04-06 20:01:55 +00:00
Kubernetes Prow Robot
64d75b3bad
Merge pull request #89787 from oomichi/NodeUpgrade
...
Move NodeUpgrade() into GCP e2e tests
2020-04-06 11:20:03 -07:00
Kubernetes Prow Robot
b984f59fa3
Merge pull request #89735 from rosti/kubeadm-fix-bootstrap-wait
...
kubeadm join: Properly wait for TLS bootstrapping
2020-04-06 11:19:48 -07:00
wojtekt
c6f6972958
Fix GCE ILB for large clusters
2020-04-06 20:17:12 +02:00
Mayank Gaikwad
7aa94a6549
Promote e2e verifying service's session affinity behaviours
2020-04-06 21:42:22 +05:30
wojtekt
3fb80a6d82
Fix default conversion for pkg/runtime tests
2020-04-06 18:07:10 +02:00
Ted Yu
8d90805c4b
kube-apiserver should exit with error if not able to connect to etcd
...
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
2020-04-06 08:47:15 -07:00
Wei Fu
d2b59f10c5
remotecommand: close resize channel for notification
...
Remotecommand package should notify executor by closing resizeChan.
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2020-04-06 23:32:23 +08:00
Kubernetes Prow Robot
c158001bbc
Merge pull request #89825 from tosi3k/log-dump-ssh-timeout
...
Enable timeout for SSH-ing to non-logexported nodes
2020-04-06 07:15:46 -07:00
Federico Paolinelli
7f73d7b6d1
Use agnhost version 2.13
...
Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
2020-04-06 10:00:26 -04:00
Patrick Ohly
981aae35dd
mock tests: do not give up immediately for pod output errors
...
As seen in some test
runs (https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/89041 ),
retrieving output can fail with "the server rejected our request for
an unknown reason (get pods csi-mockplugin-0)".
If this truly an intermittent error, then the existing retry logic in
the callers can deal with this.
2020-04-06 15:03:44 +02:00
Jan Safranek
e23a26a380
Update to new javascript
2020-04-06 15:03:22 +02:00
Jan Safranek
a4f080861f
Test NodeStage error cases
...
Especially related to "uncertain" global mounts. A large refactoring of CSI
mock tests were necessary:
- to be able to script the driver to return errors as required by the test
- to parse the CSI driver logs to check kubelet called the right CSI calls
2020-04-06 15:03:22 +02:00
Antoni Zawodny
15160168e5
Apply PR fixes
2020-04-06 14:53:02 +02:00
Mateusz Matejczyk
0817af735c
Remove the 'DisabledForLargeClusters' tags from ELB network tests.
...
We did some internal testing at Google and, with the recent improvements, we believe that it's safe to re-enable these LB tests for large clusters.
Ref. https://github.com/kubernetes/kubernetes/issues/56138
2020-04-06 14:36:56 +02:00
Kubernetes Prow Robot
c1f1b1bceb
Merge pull request #89848 from seans3/kubectl-apply-fix
...
Even with build error, kubectl apply should apply all valid resources
2020-04-05 18:57:46 -07:00
Kubernetes Prow Robot
b3db9d3c6c
Merge pull request #89857 from tedyu/hdr-protocol-ver
...
Correctly parse X-Stream-Protocol-Version header
2020-04-05 17:21:46 -07:00
Kubernetes Prow Robot
07c556f40e
Merge pull request #89822 from jingyih/update_etcd_client_3p4p7
...
Update etcd client to v3.4.7 in k8s v1.19
2020-04-05 15:15:46 -07:00
Kubernetes Prow Robot
4fc998157a
Merge pull request #89863 from aojea/closewait
...
e2e TCP CLOSE test wait until pod is ready
2020-04-05 07:37:46 -07:00
Antonio Ojea
0748a75dfb
e2e TCP CLOSE test wait until pod is ready
...
the e2e TCP CLOSE_WAIT has to create a server pod and then, from
a client, it creates a connection but doesn't notify the server
when closing it, so it stays on the CLOSE_WAIT status until it
times out.
Current test use a simple timeout for waiting the that server pod
is ready, it's better to use WaitForPodsReady for waiting that
the pod is available to avoid problems on busy environments like
the CI.
It also deletes the pods once the tests finish to avoid leaking
pods.
2020-04-05 15:00:14 +02:00
Kubernetes Prow Robot
4d0e86f0b8
Merge pull request #89823 from gongguan/fix-89729
...
Do not forget recording loaded modules
2020-04-04 17:57:46 -07:00
Sean R. Sullivan
748ad74245
Even with build error, kubectl apply should apply all valid resources
2020-04-04 15:48:31 -07:00
Kubernetes Prow Robot
5ea2d69ccd
Merge pull request #89834 from spiffxp/update-gengo
...
Update k8s.io/gengo to e0e292d8aa12
2020-04-04 12:11:45 -07:00
Ted Yu
8aada68c99
Correctly parse X-Stream-Protocol-Version header
...
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
2020-04-04 09:15:53 -07:00
Kubernetes Prow Robot
47f5d2923f
Merge pull request #89460 from wawa0210/change-os-label-windows
...
[Trival] beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18
2020-04-04 08:36:00 -07:00
Kubernetes Prow Robot
7c6473b7c9
Merge pull request #87329 from windmilleng/nicks/informer-error-handling
...
cache: add error handling to informers
2020-04-04 08:35:46 -07:00
Kubernetes Prow Robot
7233908fe4
Merge pull request #89843 from sambdavidson/debian-bump
...
Bumped debian-base from 2.0.0 to 2.0.1
2020-04-04 05:21:46 -07:00
Kubernetes Prow Robot
fa6b9bec81
Merge pull request #89759 from cheftako/master
...
Switch COS image to m81.
2020-04-04 02:57:46 -07:00
Prashant Sharma
3ff54eb10c
Fixes a flaky test, by adding kubectl wait for delete deployment in apply.sh ( #89725 )
...
* Add kubectl wait for delete deployment.
* Even better to wait for all pods deleted.
* get_object_assert -> wait_object_assert
2020-04-04 00:07:47 -07:00
Kubernetes Prow Robot
1cf634d24c
Merge pull request #87821 from tedyu/cfg-map-update
...
Check Annotations map against nil for ConfigMapLock#Update()
2020-04-03 22:41:46 -07:00
Kubernetes Prow Robot
d236162778
Merge pull request #89841 from eddiezane/ez/fix-pr-template-link
...
Fix first contribution link in pr template
2020-04-03 20:55:46 -07:00
louisgong
619f657b15
add loaded module
2020-04-04 08:49:19 +08:00
Kubernetes Prow Robot
fb9c304766
Merge pull request #89830 from fedepaol/bumpagnhost
...
Bump agnhost version to 2.13, and bump up depending images.
2020-04-03 17:05:47 -07:00
Samuel Davidson
aff4d7ff1c
Bumped debian-base from 2.0.0 to 2.0.1
2020-04-03 17:02:54 -07:00