Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing name in service port #7

Closed
jwebb49 opened this issue Sep 20, 2019 · 0 comments · Fixed by #15
Closed

Missing name in service port #7

jwebb49 opened this issue Sep 20, 2019 · 0 comments · Fixed by #15
Assignees
Milestone

Comments

@jwebb49
Copy link
Collaborator

jwebb49 commented Sep 20, 2019

If the name field is missing in the service port definition then the service entry is generated without a port name and is invalid.

Example

apiVersion: v1
kind: Service
metadata:
  labels:
    app: nginx
    identity: nginx
  name: nginx
spec:
  ports:
    - port: 80
      targetPort: 80
  selector:
    app: nginx
@aattuluri aattuluri added this to the v0.1 milestone Sep 20, 2019
@aattuluri aattuluri changed the title missing name in service port Missing name in service port Sep 20, 2019
@aattuluri aattuluri pinned this issue Sep 20, 2019
@aattuluri aattuluri unpinned this issue Sep 29, 2019
@aattuluri aattuluri modified the milestones: v0.1, v0.1-beta Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants