kubernetes/test
Jan Safranek 6e85ebd0cd Add error text to kube-system wait error
On HA API server hiccups we saw a prow job with error:

fail [k8s.io/kubernetes@v1.19.0/test/e2e/e2e.go:284]: Sep 30 17:06:08.313: Error waiting for all pods to be running and ready: 0 / 0 pods in namespace "kube-system" are NOT in RUNNING and READY state in 10m0s
POD NODE PHASE GRACE CONDITIONS

The failure should include the last error from API server, if it's
available:

fail [k8s.io/kubernetes@v1.19.0/test/e2e/e2e.go:284]: Oct  1 11:29:45.220: Error waiting for all pods to be running and ready: 0 / 0 pods in namespace "kube-system" are NOT in RUNNING and READY state in 10m0s
Last error: Get "https://localhost:6443/api/v1/namespaces/kube-system/replicationcontrollers": dial tcp [::1]:6443: connect: connection refused
POD NODE PHASE GRACE CONDITIONS
2020-10-01 13:33:14 +02:00
..
cmd Merge pull request #93384 from zhouya0/support_kubectl_delete_foreground 2020-09-23 23:58:04 -07:00
conformance output go_binary rule directly from go_binary_conditional_pure 2020-09-11 13:19:37 -07:00
e2e Add error text to kube-system wait error 2020-10-01 13:33:14 +02:00
e2e_kubeadm Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
e2e_node Move Kubelet Summary API to staging repo 2020-09-22 18:23:28 +02:00
fixtures Removed broken link to Analytics 2020-08-13 16:03:37 -04:00
fuzz Fix validation for metav1 fuzz targets. 2019-10-28 17:50:29 -04:00
images Merge pull request #94876 from linux-on-ibm-z/nonewprivs-s390x 2020-09-25 01:37:11 -07:00
instrumentation Revert "Merge pull request #93160 from logicalhan/triage-instrumentation" 2020-07-24 18:09:07 +05:30
integration Merge pull request #94685 from verb/ec-admission 2020-09-30 00:29:25 -07:00
kubemark remove pod presets 2020-09-14 09:24:40 -04:00
list Fixes golint for test/list 2018-10-09 12:32:27 -07:00
soak/serve_hostnames Removed broken link to Analytics 2020-08-13 16:03:37 -04:00
typecheck Make typecheck default parallelism 3 2020-07-31 07:42:31 -05:00
utils e2e: add option to create pods with different image in pod.Config 2020-09-25 11:01:59 +02:00
BUILD Added go-fuzz target for json serializer Encode/Decode. 2019-10-18 09:11:43 -07:00
OWNERS add aojea to test reviewers 2020-09-24 12:21:28 +02:00