Support for AWS ELB

This commit is contained in:
Justin Santa Barbara
2015-05-22 20:12:53 -04:00
parent c741b8f3ae
commit 1e99426d5b
6 changed files with 834 additions and 91 deletions

View File

@@ -113,8 +113,8 @@ var _ = Describe("kubectl", func() {
})
It("should create and stop a working application", func() {
if !providerIs("gce", "gke") {
By(fmt.Sprintf("Skipping guestbook, uses createExternalLoadBalancer, a (gce|gke) feature"))
if !providerIs("gce", "gke", "aws") {
By(fmt.Sprintf("Skipping guestbook, uses createExternalLoadBalancer, a (gce|gke|aws) feature"))
return
}