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

Allow kubernetes service annotations #5471

Merged
merged 3 commits into from
Mar 26, 2024

Conversation

AtzeDeVries
Copy link
Contributor

@AtzeDeVries AtzeDeVries commented Mar 13, 2024

Description of your changes

Allow setting custom annotations on the service object. For GCP we require a
NEG when using webhooks. Setting up the NEG requires annotations on the
service object.

I cannot add labels, but prefer backport to 1.13

I have:

@AtzeDeVries AtzeDeVries requested a review from a team as a code owner March 13, 2024 10:12
@AtzeDeVries AtzeDeVries requested a review from negz March 13, 2024 10:12
Allow setting annotations on the kubernetes service object. In GPC
we need annotations to expose a service as a NEG which is required
in order for the k8s controlplane to reach the webhook.

This pr will add the ability to add annotations to the service object

Signed-off-by: Atze de Vries <atze.wiebe.de.vries@coop.no>
Signed-off-by: Atze de Vries <atze.wiebe.de.vries@coop.no>
Signed-off-by: Atze de Vries <atze.wiebe.de.vries@coop.no>
Copy link
Member

@negz negz left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks!

Copy link
Contributor

@phisco phisco left a comment

Choose a reason for hiding this comment

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

Thanks!

@AtzeDeVries
Copy link
Contributor Author

@phisco @negz What about backporting? I cannot add labels to the PR. Technically we could do it without backporting and be fine with having a different helm chart version vs crossplane version.

@negz
Copy link
Member

negz commented Mar 15, 2024

@AtzeDeVries We typically only back port bug fixes. If it's easy for you to use the updated Helm chart with 1.15 until we release 1.16 that would be my preference.

@negz negz merged commit 71c0b99 into crossplane:master Mar 26, 2024
16 of 18 checks passed
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.

None yet

3 participants