Commit Graph

19291 Commits

Author SHA1 Message Date
Lubomir I. Ivanov
e8f2d888a3 kubeadm: include appovers under reviewers in OWNERS
Looks like there is a bit of an issue in the Bluderbuss (Prow plugin)
where it prefers to pick reviewers from a parent OWNERS files,
instead of using an approver from a current OWNERS file as
an additional reviewer.
2021-02-22 20:02:09 +02:00
Antonio Ojea
cf5d98b17e use utils/net ip family helpers 2021-02-22 18:43:59 +01:00
Antonio Ojea
21ccf1d7fb simplify clusterIP IP validation 2021-02-22 18:43:59 +01:00
Antonio Ojea
c9cbe41347 remove duplicate functions 2021-02-22 18:43:59 +01:00
Antonio Ojea
a2b57b9fb2 fix test udp reachability 2021-02-22 18:43:55 +01:00
Maciej Szulik
5681a58ef7 Add kubectl-convert tests 2021-02-22 17:01:34 +01:00
Kubernetes Prow Robot
7cea81ce34 Merge pull request #99291 from zshihang/master
remove secret-based sa token client builder
2021-02-22 07:29:43 -08:00
Kubernetes Prow Robot
b0c4f5c6fa Merge pull request #99262 from JornShen/add_check_pod_for_e2etest_basic_endpoint
e2e test replace CreateSync in createPodOrFail
2021-02-22 01:11:42 -08:00
chymy
71f33cf8e1 Remove unused field in test/e2e/kubectl/kubectl.go
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-02-22 02:05:29 -05:00
Shihang Zhang
1095778dcc remove secret-based sa token client builder 2021-02-21 22:00:40 -08:00
Riaan Kleinhans
8faa3307ec Promote ReplicaSetScale e2e test to Conformance 2021-02-22 04:03:17 +13:00
Kubernetes Prow Robot
89b9cf7d6f Merge pull request #98658 from wzshiming/add-e2e-for-graceful-node-shutdown
Add GracefulNodeShutdown e2e test
2021-02-21 06:45:41 -08:00
Claudiu Belu
a391f44d86 tests: Uses newly promoted httpd and nginx images
The new images contain a few Windows fixes required to run properly.
2021-02-20 12:18:08 -08:00
jornshen
5d8f7ccc56 e2e test use CreateSync in createPodOrFail 2021-02-20 18:14:12 +08:00
Kubernetes Prow Robot
0a3cd56092 Merge pull request #82778 from chendave/split_build_scripts
Differentiate build process for non-amd platforms
2021-02-20 00:55:42 -08:00
Kubernetes Prow Robot
8eef1a9bf7 Merge pull request #99244 from chrishenzie/stress-concurrent-cleanup
Clean up e2e stress test resources concurrently
2021-02-19 23:07:41 -08:00
Ernest Wong
b86b78917c Partially revert "tests: Switch dockerhub registry images to promoted registry"
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
2021-02-19 14:46:27 -08:00
Chris Henzie
5130db416d Clean up e2e stress test resources concurrently 2021-02-19 14:25:14 -08:00
Kubernetes Prow Robot
84483a5aac Merge pull request #98073 from damemi/fix-priority-balancedpods
(e2e/scheduler) Ensure minimum memory limit in createBalancedPodForNodes
2021-02-19 06:34:25 -08:00
Kubernetes Prow Robot
319ff51c21 Merge pull request #97701 from knabben/allow-traffic-or
Testing multiple pods using label selector
2021-02-19 03:14:26 -08:00
Kubernetes Prow Robot
83a5b4c365 Merge pull request #99202 from aojea/servicessyncpod
e2e services test pods should wait until they are ready
2021-02-19 00:20:48 -08:00
Kubernetes Prow Robot
0d8373ace2 Merge pull request #99146 from JornShen/cleanup_validateEndpointsPorts
merge error check to validateEndpointsPorts
2021-02-18 22:40:24 -08:00
Mayank Kumar
2dfc7c3943 Promote RunAsGroup e2e test to Conformance 2021-02-18 21:21:29 -08:00
Kubernetes Prow Robot
f49385d05a Merge pull request #99167 from Jiawei0227/snapshot_flaky
Fix flaky test: CSI mock volume snapshot
2021-02-18 19:04:53 -08:00
Kubernetes Prow Robot
b710c1043a Merge pull request #98389 from knabben/allow-traffic-other-ns
Allow ingress from pods on another namespace
2021-02-18 19:04:24 -08:00
Riaan Kleinhans
303fd4aca2 Promote DeploymentScale e2e test to Conformance 2021-02-19 13:13:29 +13:00
Kubernetes Prow Robot
df8dee80c8 Merge pull request #99149 from claudiubelu/patch-4
tests: Updates resource-consumer to 1.9 in tests
2021-02-18 15:03:00 -08:00
Kubernetes Prow Robot
2d7e8754c7 Merge pull request #99107 from justinsb/limit_time_for_kubectl_clusterinfo_dump
tests: Set a 5 minute timeout for kubectl cluster-info dump
2021-02-18 15:02:36 -08:00
Jiawei Wang
95bded5193 Flaky test: CSI mock volume snapshot 2021-02-18 11:32:30 -08:00
Kubernetes Prow Robot
473af0b8d1 Merge pull request #99201 from aojea/conninvalid
e2e conntrack invalid test should wait pod are running
2021-02-18 10:03:12 -08:00
Kubernetes Prow Robot
82df435300 Merge pull request #99016 from wojtek-t/sig_describe
Minor refactor of test/e2e/common names
2021-02-18 10:03:04 -08:00
Patrick Ohly
cefd95c51a test: err more towards ignoring logs from terminated pods
Because log capturing can end due to an error and because a pod has
terminated, it is uncertain whether all log output has been
captured. So far, the code leaned more towards restarting log
capturing based on the rationale that duplicate logs are better than
no logs.

But this is confusing and potentially makes logs much larger, so now
an additional heuristic is used to avoid log capturing when logging
was started already and the pod itself is marked for deletion. That
occurs before the individual containers shut down and get marked as
terminated.
2021-02-18 16:44:36 +01:00
Kubernetes Prow Robot
f6a9303967 Merge pull request #97644 from masap/convert
Fix tests using kubectl convert
2021-02-18 07:10:51 -08:00
Antonio Ojea
6d614c9c50 e2e services test pods should wait until they are ready 2021-02-18 16:08:59 +01:00
Antonio Ojea
60109a1632 e2e conntrack invalid test should wait pod are running 2021-02-18 15:46:07 +01:00
Mike Dame
32b0333c15 (e2e/scheduler) Ensure minimum memory limit in createBalancedPodForNodes 2021-02-18 09:30:33 -05:00
Kubernetes Prow Robot
960e5e7825 Merge pull request #99147 from aojea/waitreadyrunning
e2e createSync() method wait for pod running and ready
2021-02-18 03:46:51 -08:00
Kubernetes Prow Robot
f760c21cd1 Merge pull request #99175 from verult/csi-e2e-cleanup-cleanup
storage CSI e2e: Move csi driver cleanup functions into a common one
2021-02-18 02:14:51 -08:00
Kubernetes Prow Robot
9ead4bf2ee Merge pull request #99027 from wojtek-t/enable_npd_test
Fix NPD test to run it in private and large clusters
2021-02-18 00:36:51 -08:00
wojtekt
d5e5f14508 Fix NPD test to run it in private and large clusters 2021-02-18 08:07:22 +01:00
wzshiming
e367d2fe0c Add GracefulNodeShutdown e2e test 2021-02-18 14:46:49 +08:00
Kubernetes Prow Robot
5bb03db026 Merge pull request #99161 from Jiawei0227/snapshot_order
Fix storage e2e snapshot test deletion order
2021-02-17 21:15:03 -08:00
Kubernetes Prow Robot
7df86b39b5 Merge pull request #99160 from Huang-Wei/dataItemsDir
sched: create dataItemsDir during a performance test if not exist
2021-02-17 19:32:51 -08:00
Dave Chen
be971ab549 Fix the comments around the quote for compatibility, expansion etc. 2021-02-18 11:04:40 +08:00
Cheng Xing
5ed2ef67cb storage CSI e2e: Move csi driver cleanup functions into a common one 2021-02-17 17:51:21 -08:00
Ayberk Yilmaz
339b8b450f Use GA topoogy labels for EBS 2021-02-18 00:34:56 +00:00
Jiawei Wang
c4dfee6262 Fix storage e2e snapshot test deletion order 2021-02-17 16:17:08 -08:00
Masashi Honma
e8c038c96d Fix tests using kubectl convert
hack/make-rules/test-cmd.sh script fails with tariling errors.

Error: unknown command "convert" for "kubectl"

1. This PR fixes the errors by replacing or removing the use of
"kubectl convert" option because it was already removed.

2. Fix trailing shell check failure as well.
In ./test/cmd/generic-resources.sh line 366:
  kube::test::get_object_assert deployment "{{range.items}}{{$image_field0}}:{{end}}" "${IMAGE_NGINX}:${IMAGE_NGINX}:"
2021-02-18 08:24:07 +09:00
Antonio Ojea
3d00e9a303 e2e emptydir shared volumes wait for running but not ready 2021-02-17 22:17:39 +01:00
Antonio Ojea
0f1125d8d1 e2e configmap wait for pod is running but not ready 2021-02-17 22:15:30 +01:00