kubernetes/test/e2e/network
Kubernetes Submit Queue 36058cb0c3
Merge pull request #60997 from MrHohn/e2e-fix-cleanup-svc-regional
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

[e2e service] Fix CleanupGCEResources for regional test

*What this PR does / why we need it**:
From https://k8s-testgrid.appspot.com/google-gke-staging#gke-staging-1-8-1-9-upgrade-regional-cluster&width=20, regional cluster test is failing because the GCE resource cleanup function attempts to parse region from `--gcp-zone` while regional cluster only set `--gcp-region`.

This PR pipes region into the cleanup function as well. This will need to be cherrypicked to 1.8 and 1.9.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #NONE 

**Special notes for your reviewer**:
/assign @bowei @wojtek-t 
cc @nikhiljindal to see if there is anything should be fixed for federation.

**Release note**:

```release-note
NONE
```
2018-03-12 00:03:38 -07:00
..
scale [e2e ingress-gce] Reduce numExtraLarge to 99 2018-02-21 10:19:41 -08:00
BUILD Move NetworkTiers into cloud/constants.go 2018-02-20 13:19:04 -08:00
dns_common.go Add e2e test for configurable pod resolv.conf 2018-02-22 23:22:08 -08:00
dns_configmap.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
dns.go Add e2e test for configurable pod resolv.conf 2018-02-22 23:22:08 -08:00
doc.go
example_cluster_dns.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
firewall.go controller-manager: switch to config/option struct pattern 2018-02-13 11:16:17 +01:00
framework.go Add [sig-network] prefix to network e2e tests 2017-07-25 08:56:35 +08:00
ingress_scale.go [e2e ingress-gce] Scale test to measure ingress create/update latency 2018-02-08 17:49:47 -08:00
ingress.go Merge pull request #59903 from MrHohn/e2e-ingress-app-protocol 2018-02-28 07:20:28 -08:00
kube_proxy.go Use /proc/net/nf_conntrack. 2018-01-21 20:34:39 +01:00
network_policy.go Add named port egress test 2017-11-06 14:34:01 -08:00
network_tiers.go [e2e service] Fix CleanupGCEResources for regional test 2018-03-09 13:29:30 -08:00
networking_perf.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
networking.go Don't share nodePort service in session affinity tests 2017-11-05 22:42:33 -08:00
no_snat.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
OWNERS
proxy.go remove deprecated /proxy paths 2018-02-20 14:42:19 -08:00
service_latency.go Add framework.ConformanceIt as the new way to declare conformance tests. 2017-10-27 15:29:59 -07:00
service.go Merge pull request #60997 from MrHohn/e2e-fix-cleanup-svc-regional 2018-03-12 00:03:38 -07:00
serviceloadbalancers.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
util_iperf.go fix newline in raw string in e2e net perf case 2017-10-25 13:26:43 +08:00