knuu
knuu copied to clipboard
If there is no port added, there is no Kubernetes Service, so no IP, but GetIP does not return an error
Fix this with either:
- return error when there is no IP, ask to set IP
- deploy service nevertheless (K8s does not allow service with no port, so add dummy port)