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

Removal: drop deprecated spec.loadBalancerIP #216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DerRockWolf
Copy link
Contributor

@DerRockWolf DerRockWolf commented Feb 22, 2022

spec.loadBalancerIP is deprecated since v1.24 in favor of provider specific annotations (such as metallb.universe.tf/loadBalancerIPs for MetalLB)

The.spec.loadBalancerIP field for a Service was deprecated in Kubernetes v1.24.

This field was under-specified and its meaning varies across implementations. It also cannot support dual-stack networking. > This field may be removed in a future API version.

Docs: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer

PR: kubernetes/kubernetes#107235

Fell free to adjust the version if you don't want major bumps for values removal.

FYI: You should somehow enforce the generation of the chart readme (charts/pihole/README.md), as it was missing some previously added values!

@DerRockWolf DerRockWolf marked this pull request as ready for review February 28, 2022 13:11
@DerRockWolf DerRockWolf marked this pull request as draft March 6, 2022 15:58
@DerRockWolf DerRockWolf force-pushed the feature/loadBalancerIP-deprecation branch 2 times, most recently from 806b031 to 7753121 Compare December 3, 2023 11:47
@DerRockWolf DerRockWolf force-pushed the feature/loadBalancerIP-deprecation branch from 7753121 to a1802c4 Compare December 3, 2023 11:52
@DerRockWolf DerRockWolf changed the title Feature: Remove support for loadBalancerIP Removal: drop deprecated spec.loadBalancerIP Dec 3, 2023
@DerRockWolf DerRockWolf marked this pull request as ready for review December 3, 2023 12:00
@DerRockWolf
Copy link
Contributor Author

After more than one and a half years I've stumbled upon my draft PR 😂

@MoJo2600
Copy link
Owner

MoJo2600 commented Dec 8, 2023

Hey, thank you again for your work. I'm working on a V2 of this chart in a private repo right now. Mainly I want to change the deployment and have some pipeline to release new pihole versions automatically. I'd love to merge the outstanding pull requests when this is finished and release a v2 of this chart asap.

@MoJo2600
Copy link
Owner

I merged the new deployment stuff right now. I do want to start working on V3 now. There is a branch next where we can merge all the breaking changes.

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

2 participants