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

feat: add option to generate headless services #1755

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

aryan9600
Copy link
Member

@aryan9600 aryan9600 commented Jan 13, 2025

Add a new field .spec.service.headless which if set to true results in Flagger generating headless Services, i.e. with the Service's .spec.clusterIP set to None.

Fixes #1679

Add a new field `.spec.service.headless` which if set to true results in
Flagger generating headless Services, i.e. with the Service's
`.spec.clusterIP` set to None.

Signed-off-by: Sanskar Jaiswal <[email protected]>
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @aryan9600 🏅

@aryan9600 aryan9600 merged commit d99d37b into main Jan 14, 2025
17 checks passed
@aryan9600 aryan9600 deleted the headless-svc branch January 14, 2025 09:33
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 this pull request may close these issues.

Support for headless service
2 participants