0.0.0.0 and 127.0.0.1 should be rejected as a publicIP fields for kube services. #5319
Labels
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
When spinning up VMs w/ kube, I attempted to use
publicIPs=["0.0.0.0"]
but this fails.ironically, 127.0.0.1 succeeds (internally you can then access a kube service via
curl 127.0.0.1:3000
, for example, but you cannot do this if you try to bind to 0.0.0.0.To be clear, im suggesting that these should fail at the service submission layer.
Possibly a module for validating logic of submitted services/pods , which extends syntactical validation is in order if one doesn't already exist?
The text was updated successfully, but these errors were encountered: