Kubernetes Prow Robot
8a8caf317b
Merge pull request #97616 from knabben/netpol-2a-allow
...
Netpol E2E test should allow traffic to an application
2021-02-10 16:56:16 -08:00
wojtekt
d616cd14a6
Add [sig-autoscaling] tag to remaining cluster autoscaler tests
2021-02-10 08:15:46 +01:00
Kubernetes Prow Robot
7a7778941b
Merge pull request #98897 from ii/promote-pod-service-proxy-with-path
...
Promote PodProxyWithPath & ServiceProxyWithPath test - + 12 endpoint coverage
2021-02-09 19:48:59 -08:00
Kubernetes Prow Robot
324eb844d1
Merge pull request #98736 from wongma7/aws
...
Warn instead of erroring if --gce-zone is not passed to e2e.test when --provider=aws
2021-02-09 13:22:58 -08:00
Amim Knabben
96a7b2a102
Deny ingress on other namespaces
2021-02-09 10:15:59 -05:00
Kubernetes Prow Robot
d6c26a826a
Merge pull request #95281 from SaiHarshaK/staticcheck_test
...
fix staticcheck failures for test/e2e and test/integration
2021-02-09 03:40:38 -08:00
Kubernetes Prow Robot
765249c524
Merge pull request #98891 from msau42/pd-e2e
...
PD CSI e2e: disable resizer volume inuse error check
2021-02-08 21:53:31 -08:00
Kubernetes Prow Robot
2b7c61b1bb
Merge pull request #98205 from pacoxu/build/pauses
...
update pause image to 3.4.1 and also update the change log
2021-02-08 18:20:58 -08:00
Kubernetes Prow Robot
41de665385
Merge pull request #95848 from boddumanohar/master
...
add e2e tests for create/delete volume snapshot with secrets
2021-02-08 17:03:25 -08:00
Stephen Heywood
4cb67b8f0c
Fix gofmt issues
2021-02-09 12:41:10 +13:00
Stephen Heywood
c88a838282
Promote pod and service ProxyWithPath e2e test to Conformance
2021-02-09 11:50:22 +13:00
Michelle Au
1025997abf
PD CSI: disable resizer volume inuse error check as it is not necessary for PD and requires new RBACs
...
Change-Id: I5844eaed0b23389ac07584e8b9ee82f47df5a90e
2021-02-08 11:27:01 -08:00
Kubernetes Prow Robot
d11e475b9b
Merge pull request #98770 from pohly/e2e-mock-container-versions
...
test: bump CSI container versions for mock testing
2021-02-08 10:45:37 -08:00
Navid Shaikh
2e63bad5a3
Fix golint errors in test/e2e/common
...
- Add comments for exported types
- Replace Uid with UID
2021-02-08 10:47:41 +05:30
Sai Harsha Kottapalli
a2ef69060a
fix staticcheck failures for test/e2e and test/integration
2021-02-07 23:47:23 +05:30
Amim Knabben
189edf1e73
Default deny all egress from pods in the namespace
2021-02-07 11:55:50 -05:00
Amim Knabben
c8031e5b13
Netpol e2e test should overwrite allow with another deny
2021-02-07 11:48:20 -05:00
Kubernetes Prow Robot
23a46d8843
Merge pull request #97819 from damemi/bz1876918-priorities-test-refactor
...
Move deferred taint cleanup call to ensure all are removed
2021-02-06 21:37:12 -08:00
Kubernetes Prow Robot
4db3c93af3
Merge pull request #98805 from cpanato/k8sio-GH-1525-csi
...
e2e/storage-csi: replace gcr.io/gke-release to the community registry k8s.gcr.io/sig-storage
2021-02-06 10:03:11 -08:00
Carlos Panato
c9ccfe6ccc
e2e/storage-csi: replace gcr.io/gke-release to the community registry k8s.gcr.io/sig-storage
2021-02-06 11:29:14 +01:00
Patrick Ohly
d27c541b45
test: bump CSI container versions for mock testing
...
These are the latest stable releases. We should test with those.
The newer external-provisioner no longer needs (and doesn't support)
the --provisioner parameter.
2021-02-05 21:08:39 +01:00
Michael Taufen
05439d48aa
Tolerate disabled RBAC in ServiceAccountIssuerDiscovery test
...
Also clean up the binding after the test.
2021-02-05 10:59:18 -08:00
Kubernetes Prow Robot
c9604bd302
Merge pull request #98699 from damemi/balance-nodes-scheduling-ubernetes-lite
...
Balance nodes in scheduling e2e
2021-02-05 07:28:52 -08:00
Mike Dame
6579cd8e9e
Balance nodes in scheduling e2e
...
This adds a call to createBalancedPods during the ubernetes_lite scheduling e2es,
which are prone to improper score balancing due to unbalanced utilization.
2021-02-05 09:40:34 -05:00
Kubernetes Prow Robot
26744ac58d
Merge pull request #98781 from smarterclayton/skip_all_nodes
...
Bug 1920221
: Allow test invokers to skip test waits before and after
2021-02-05 06:32:52 -08:00
pacoxu
0c152cbbbe
update pause to 3.4.1 for tests(e2e)
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-02-05 21:32:53 +08:00
Kubernetes Prow Robot
c5759ab86d
Merge pull request #98787 from smarterclayton/pass_zones
...
test/e2e: Allow zones to be passed to e2e cloud provider
2021-02-04 19:44:51 -08:00
Clayton Coleman
9830cc911f
test/e2e: Allow zones to be passed to e2e cloud provider
...
Instead of allowing the cloud provider to guess at the zones that
should be applied for a cluster under test, allow the explicit list
of zones to consider to be passed as a new test context flag -gce-zones.
Only the GCE test cloud provider recognizes this value because only
the GCE test cloud provider makes assumptions about zones for verifying
values, and the default assumptions for GKE do not always match non-GKE
providers.
2021-02-04 21:53:54 -05:00
Clayton Coleman
286d989d8d
test/e2e: Allow test invokers to skip test waits before and after
...
A number of e2e tests are useful to run after the system has been
disrupted or is in the progress of being disrupted, but the current
suite and test logic blocks progress waiting for all nodes to be
healthy.
By passing -1 to --minStartupPods or --allowed-not-ready-nodes flags
the caller can bypass wait logic before and after test suites that
would prevent running e2e during disruption. This allows use of parts
of the e2e suite during cluster duress to verify that controllers or
components still function.
2021-02-04 20:14:05 -05:00
Kubernetes Prow Robot
7be6c1c393
Merge pull request #97863 from qfen/master
...
97657: Removed "FromPort" in netpol tests
2021-02-04 15:02:52 -08:00
Manohar Reddy
a6ec62f76d
add e2e tests for DeleteSnapshotsecrets
2021-02-04 10:46:00 +05:30
Kubernetes Prow Robot
bff6452893
Merge pull request #98738 from liyanhui1228/addvspheresetup
...
Add e2e test setup for windows vsphere driver
2021-02-03 18:08:28 -08:00
Kubernetes Prow Robot
429eaca536
Merge pull request #98700 from Jiawei0227/update_label
...
Update gce-pd volume topology label to GA
2021-02-03 16:42:28 -08:00
liyanhui1228
390eee44ba
Only add ntfs to vsphere driver
2021-02-03 15:59:04 -08:00
liyanhui1228
cd8dc20f7f
Add e2e test setup for windows vsphere driver
2021-02-03 13:57:44 -08:00
Matthew Wong
f3062a83d2
Warn instead of erroring if --gce-zone is not passed to e2e.test when --provider=aws
2021-02-03 12:54:32 -08:00
Kubernetes Prow Robot
10e11baa05
Merge pull request #98345 from ii/pod-service-proxy-with-path
...
Fix possible flake while testing service endpoints via proxy
2021-02-03 10:52:29 -08:00
Jiawei Wang
e76f60d2b8
Update gce-pd volume topology label to GA
2021-02-02 19:13:57 -08:00
Stephen Heywood
8be427f71a
Confirm proxy endpoints provide valid response via polling
2021-02-03 11:15:07 +13:00
Kubernetes Prow Robot
ed6b4797a1
Merge pull request #98690 from fedepaol/hosttoservicedualstack
...
Dual stack tests: cover hostnetwork endpoints on dual stack
2021-02-02 10:46:28 -08:00
Federico Paolinelli
b74cafd43a
Dual stack tests: cover hostnetwork endpoints on dual stack
...
This creates a test similar to "should function for service endpoints using hostNetwork"
for dual stack tests, using the secondary clusterip / nodeip.
Signed-off-by: Federico Paolinelli <fpaoline@redhat.com >
2021-02-02 10:58:49 +01:00
Federico Paolinelli
ab9e5a59fa
Network tests: check for errors when dialing from node to services
...
The current implementation does not check for errors, so any failure in
DialFromNode won't float.
Signed-off-by: Federico Paolinelli <fpaoline@redhat.com >
2021-02-01 17:12:34 +01:00
Kubernetes Prow Robot
c241a237f9
Merge pull request #98587 from mtaufen/said-test
...
Move ServiceAccountIssuerDiscovery test into main e2e suite
2021-01-30 04:03:48 -08:00
Kubernetes Prow Robot
573a6a9faa
Merge pull request #98584 from mattfenwick/issue-98581
...
improve hairpin warning message for network policy tests
2021-01-29 17:22:05 -08:00
Kubernetes Prow Robot
61e9ffbad8
Merge pull request #98521 from JornShen/check_externalNameService_more_time
...
check externalNameService more time
2021-01-29 17:21:49 -08:00
Michael Taufen
cf809c37c4
Move ServiceAccountIssuerDiscovery test into main e2e suite
...
By removing feature tag. In preparation for GA.
2021-01-29 16:18:26 -08:00
Matthew Fenwick
45ae7069f4
improve hairpin warning message for network policy tests
2021-01-29 17:04:05 -05:00
Kubernetes Prow Robot
2f4778ca86
Merge pull request #98551 from aojea/ipv6conn
...
deflake ipv6 tcp close_wait
2021-01-29 11:37:31 -08:00
Mike Dame
cc1eab1ca2
Move deferred taint cleanup call to ensure all are removed
2021-01-29 10:17:21 -05:00
Kubernetes Prow Robot
952e6f4451
Merge pull request #98299 from aojea/hostportcoformance
...
move e2e hostport conflict test to sig-network
2021-01-29 05:17:40 -08:00