GoogleContainerTools / kubehost

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

Warn if a Service with multiple ports is used #12

Open WilliamDenniss opened 5 years ago

WilliamDenniss commented 5 years ago

kubehost has a documented limitation of only supporting services with a single port.

Until this is addressed, we should output a warning message if a service is given that has multiple ports.

Somewhere around here:

https://github.com/GoogleContainerTools/kubehost/blob/71d2a859cfba7172351200f2f0debb4d900c47e8/kubehost#L144-L145