GoogleCloudPlatform / k8s-multicluster-ingress

kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters
Apache License 2.0
376 stars 68 forks source link

Verify that recreating the ingress works as expected #126

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

Updating the test to verify that running kubemci create does not return an error.

This works for HTTP but fails for HTTPS due to https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/125

cc @G-Harmon

G-Harmon commented 6 years ago

LGTM, you should merge it when the test passes.