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

gcp-project should be an optional flag #80

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

We should auto detect the project from gcloud config

nikhiljindal commented 6 years ago

We do it in our e2e tests now: https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/blob/9576cb41596031cdd88d04321497f12870a7510a/test/e2e/cases/utils.go#L272.

Should be easy to add that logic to the main code as well

G-Harmon commented 6 years ago

Fixed with #172 and #176.