Kubernetes Submit Queue
d2a31cf321
Merge pull request #45005 from FengyunPan/fix-e2e-federation
...
Automatic merge from submit-queue (batch tested with PRs 45005, 43053)
[Federation]Fix e2e_federation: pass clusterIngress out
None
2017-05-03 01:07:05 -07:00
Madhusudan.C.S
78e6ba6e86
Move federated ingress e2e tests that don't pass to serial suite to avoid running it in presubmits.
...
This is due to a bug described here: https://github.com/kubernetes/ingress/issues/645
2017-04-28 12:54:38 -07:00
FengyunPan
798e0dc70e
[Federation]Fix e2e: pass clusterIngress out
2017-04-27 19:50:20 +08:00
Maru Newby
ea825085b3
fed: Manage e2e clusters with a slice instead of a map
...
There was no code relying on a map, and using a slice eliminates the
need to select the primary cluster when retrieving registered
clusters.
2017-04-06 18:02:08 -07:00
Maru Newby
b2bdc9235e
fed: Refactor e2e backend pod management for maintainability
...
This change separates backend pod management from cluster management
2017-04-06 18:02:08 -07:00
Maru Newby
d4552c52bf
fed: Refactor e2e cluster functions into framework for reuse
2017-04-06 18:02:08 -07:00
Christian Bell
69ec314565
[Federation][e2e] Ingress delays and service DNS issues
...
Ingress has been seen to take >10 minutes to allocate an IP in
some circumstances (even more so in parallel testing). Also, due
to issues with Services and DNS, disable those tests so we can
get a green grid.
2017-03-24 16:23:27 -07:00
Christian Bell
273eb6b9b5
Unify test timeouts under a common name.
2017-03-20 14:53:40 -07:00
Christian Bell
fb645a11a3
Increase timeout on e2e deployment
2017-03-17 22:05:09 -07:00
Christian Bell
8fff7c8805
Add support for 'providerUid' in ingress objects. The providerUid
...
gives each ingress object a cluster-unique Uid that can be
leveraged by ingress providers.
In the process, supplement the testing of configMap updates to
ensure that the updates are propagated prior to any ingress
object being created. Configmap key/vals for Uid and ProviderUid
must exist at time of Ingress creation.
2017-03-02 11:18:22 -08:00
Madhusudan.C.S
604f69e6ac
[Federation] Remove federat{ed,ion} prefixes from e2e file names since they are all now scoped under the e2e_federation package.
2017-02-28 12:37:49 -08:00