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 Service in order to generate correct NetworkPolicies #8

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

maboehm
Copy link
Contributor

@maboehm maboehm commented Oct 15, 2024

Description

The extension is discovered by the PodMonitor/seed-extensions, but cannot be scraped by seed-prometheus because there are no ingress NetworkPolicies that allow it.

This PR adds the Service in accordance with the gardener documentation

Release Notes

Noteworthy

The extension now deploys a `Service` and can be scraped by seed-prometheus.

@maboehm maboehm requested a review from a team as a code owner October 15, 2024 10:15
@robertvolkmann
Copy link
Collaborator

Good catch. I removed accidentally the whole service object instead of only parts of it:
https://github.com/gardener/gardener-extension-provider-aws/blob/v1.55.1/charts/gardener-extension-provider-aws/templates/service.yaml

@maboehm
Copy link
Contributor Author

maboehm commented Oct 22, 2024

From what I can see in the provider-aws repo, it only differs because it supports older/deprecated configs and has a webhooks. So the smaller Service here should be good, wdyt?

@robertvolkmann
Copy link
Collaborator

I will release this PR together with a bump to Gardener 1.95 in the coming days.

@robertvolkmann robertvolkmann merged commit 64f984f into metal-stack:main Oct 23, 2024
1 of 2 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.

2 participants