GoogleCloudPlatform / k8s-multicluster-ingress

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

Add an e2e test for custom health checks #108

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

Now that we have the e2e test setup (https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/48#issuecomment-352619909), we need to add more test cases.

One of them is to add a test case for custom health check support that was added in https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/72

nikhiljindal commented 6 years ago

@glindste feel free to take this up if interested. Will help us ensure that we do not regress :)

glindstedt commented 6 years ago

Sure, I can pick it up :)

nikhiljindal commented 6 years ago

Thanks @glindste Feel free to ping me if you have any questions!