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

Add annotations prefix for ingresses #293

Merged
merged 1 commit into from
Sep 6, 2019

Conversation

kislitsyn
Copy link

@kislitsyn kislitsyn commented Sep 6, 2019

Add the ability to specify custom annotations prefix for ingresses.

NGINX ingress controller may have --annotation-prefix=<custom_prefix> which is used by NGINX internally. Flagger has a flag to synchronise this parameter and uses this prefix in ingresses during canary promotion - -ingress-annotations-prefix=<custom_prefix>, default value is equal to NGINX default annotations prefix nginx.ingress.kubernetes.io

Fix: #291

@stefanprodan stefanprodan changed the title Add annotations prefix for ingresses #291 Add annotations prefix for ingresses Sep 6, 2019
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

Excellent work 🥇 thanks @kislitsyn

@stefanprodan stefanprodan merged commit 87f143f into fluxcd:master Sep 6, 2019
@stefanprodan stefanprodan mentioned this pull request Sep 8, 2019
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.

Configurable annotations prefix for nginx-ingress
2 participants