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 a timeout flag #52

Open nikhiljindal opened 7 years ago

nikhiljindal commented 7 years ago

The tool keeps trying indefinitely. We should add a timeout flag so that it gives up after some time.

G-Harmon commented 7 years ago

Is there some particular step/steps that you're thinking of? Waiting for some annotation to show up?

nikhiljindal commented 7 years ago

good point. the timeout can be per operation timeout or a global timeout. with global timeout, all operations should complete within that time.