...with same port, different protocol display wrongly in...
User reported: I am running a service with both TCP and UDP: spec: type: NodePort ports: - protocol: UDP port: 30420 nodePort: 30420 - protocol: TCP port: 30420 nodePort: 30420 but kubectl describe service shows only UDP. Type: NodePort ...