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

Fix kubemci list format #106

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

Example output:

List of multicluster ingresses created:
Name; IP; Clusters
Name: drqzufjltj    IP: 35.190.81.146   Clusters: kube-gcp-project

We shouldnt be repeating the headings twice

cc @G-Harmon

nikhiljindal commented 6 years ago

Sent https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/114 to fix this