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

Running get-status instantly after running create fails #89

Open nikhiljindal opened 6 years ago

nikhiljindal commented 6 years ago

Found in https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/84

Steps to repo: Run kubemci create and instantly after, run kubemci get-status.

Expected: kubemci get-status returns status of the mci created just now.

Actual: Returns a load balancer not found error.

cc @csbell @G-Harmon