You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foo@bar:~$ kubectl apply -f service.yamlThe Service "foo-app" is invalid:* spec.ports[0].name: Required value* spec.ports[1].name: Required value
foo@bar:~$ kubeval service.yaml --strictPASS - service.yaml contains a valid Service (foo-app)```consolefoo@bar:~$ kubeval --versionVersion: 0.16.1Commit: f5dba6b486fa18b9179b91e15eb6f2b0f7a5a69eDate: 2021-03-30T15:17:06Z
The text was updated successfully, but these errors were encountered:
watkinsmike
changed the title
Validation passes when ServicePorts are unnamed
Validation passes when multiple ServicePorts are specified and unnamed
Sep 9, 2021
The text was updated successfully, but these errors were encountered: