GoogleContainerTools / kubehost

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

Add help message indicating {create,delete}-firewall is not necessary #6

Open ahmetb opened 5 years ago

ahmetb commented 5 years ago

First time I ran kubehost -h these commands confused me:

  create-firewall <service>  : Create a GCP firewall rule for the hostPort
                               deployment created with 'bind'.
  delete-firewall <service>  : Delete a GCP firewall rule for the hostPort
                               deployment created with 'bind'.

I think they are "not needed" if you're using bind/unbind.

Please consider adding a note to these cmds saying something in the lines of:

Not needed if you use bind/unbind.

WilliamDenniss commented 5 years ago

Good point.