-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
Maybe I'm missing something, but it looks like use_tcp: true is require rather than optional? When left off or set to false, it results in error. Note that isClusterService: false is set for what it's worth.
Reproduce
servers:
- zones:
- zone: .
# use_tcp: true
port: 53Error: UPGRADE FAILED: cannot patch "xyz" with kind Service: Service "xyz" is invalid: spec.ports: Required value
Workaround
Only way to fix is to require use_tcp: true, using false results in the same error above.
servers:
- zones:
- zone: .
use_tcp: true
port: 53Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels