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

[prometheus-kafka-exporter] Add LoadBalancerIp #3830

Merged
merged 5 commits into from
Sep 28, 2023
Merged

[prometheus-kafka-exporter] Add LoadBalancerIp #3830

merged 5 commits into from
Sep 28, 2023

Conversation

KimJoonSeo
Copy link
Contributor

What this PR does / why we need it

I added an loadBalancerIP configuration to specify a static IP when using NodePort service type.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

@KimJoonSeo KimJoonSeo changed the title [prometheus-kafka-exporter]: Add LoadBalancerIp [prometheus-kafka-exporter] Add LoadBalancerIp Sep 27, 2023
@zeritti
Copy link
Member

zeritti commented Sep 27, 2023

I added an loadBalancerIP configuration to specify a static IP when using NodePort service type.

You probably meant when using LoadBalancer service type. Using spec.type=NodePort with spec.loadbalancerIP won't work as the current code does not allow it. Furthermore, the latter applies only to the LoadBalancer type.

charts/prometheus-kafka-exporter/values.yaml Outdated Show resolved Hide resolved
charts/prometheus-kafka-exporter/values.yaml Outdated Show resolved Hide resolved
@KimJoonSeo
Copy link
Contributor Author

I added an loadBalancerIP configuration to specify a static IP when using NodePort service type.

You probably meant when using LoadBalancer service type. Using spec.type=NodePort with spec.loadbalancerIP won't work as the current code does not allow it. Furthermore, the latter applies only to the LoadBalancer type.

That's correct. I meant to do it when using LoadBalancer service type.

KimJoonSeo and others added 2 commits September 28, 2023 13:48
@KimJoonSeo KimJoonSeo requested a review from zeritti September 28, 2023 04:50
@zeritti zeritti merged commit 56aa92d into prometheus-community:main Sep 28, 2023
4 checks passed
@KimJoonSeo KimJoonSeo deleted the feat/add_load_balancer_ip branch September 28, 2023 14:20
Matiasmct pushed a commit to giffgaff/prometheus-charts-backup that referenced this pull request Mar 20, 2024
…-community#3830)

* [prometheus-kafka-exporter]: Add loadBalancerIP to specify a reserved static IP

Signed-off-by: KimJoonSeo <[email protected]>

* [prometheus-kafka-exporter]: Update a chart version

Signed-off-by: KimJoonSeo <[email protected]>

* Update charts/prometheus-kafka-exporter/values.yaml

Co-authored-by: zeritti <[email protected]>
Signed-off-by: Joon Seo Kim <[email protected]>

* Update charts/prometheus-kafka-exporter/values.yaml

Co-authored-by: zeritti <[email protected]>
Signed-off-by: Joon Seo Kim <[email protected]>

---------

Signed-off-by: KimJoonSeo <[email protected]>
Signed-off-by: Joon Seo Kim <[email protected]>
Co-authored-by: zeritti <[email protected]>
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