GoogleContainerTools / kubehost

Expose web services directly on GKE nodes during development.
Apache License 2.0
115 stars 16 forks source link

Success message should include port #10

Open WilliamDenniss opened 5 years ago

WilliamDenniss commented 5 years ago

We should include the port in the success message "Service exposed on ${ip}", to make it clear which port the service was exposed on.

https://github.com/GoogleContainerTools/kubehost/blob/71d2a859cfba7172351200f2f0debb4d900c47e8/kubehost#L412

WilliamDenniss commented 5 years ago

Helps with #7, by making it more clear what kubehost is doing, and would have avoided #2 and #8.