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

Allow users to customize health check path #82

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

Health check path is hardcoded to be /. Users should be allowed to customize it using the readiness probe of their pod spec.

cc @csbell @G-Harmon

nikhiljindal commented 6 years ago

Being fixed by https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/72

nikhiljindal commented 6 years ago

Fixed by #72