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

docs: Add note for deprecated ingress annotation #3749

Closed
wants to merge 3 commits into from

Conversation

younsl
Copy link

@younsl younsl commented Nov 26, 2024

What does this PR change?

  • Add helm note for deprecated annotation named kubernetes.io/ingress.class.

Does this PR rely on any other PRs?

How does this PR impact users? (This is the kind of thing that goes in release notes!)

  • Cluster administrators, such as DevOps engineers or SREs, can gain valuable tips during the Kubecost installation phase.

Links to Issues or tickets this PR addresses or fixes

What risks are associated with merging this PR? What is required to fully test this PR?

How was this PR tested?

  • No PR testing is required.

Have you made an update to documentation? If so, please provide the corresponding PR.

younsl and others added 2 commits November 26, 2024 14:55
* Used on ingress, Starting in v1.18, this annotation is deprecated in favor of spec.ingressClassName.

Signed-off-by: younsl <[email protected]>
@@ -693,9 +693,15 @@ ingress:
enabled: false
# className: nginx
labels:
## Starting in kubernetes v1.18, `kubernetes.io/ingress.class` annotation is deprecated.
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure if this comment is valid for labels too.

Copy link
Author

Choose a reason for hiding this comment

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

@mittal-ishaan I agreed. Resolved at 86c39b9.

* Not sure if this comment is valid for labels too.

* Reviewed at #3749 (comment)
Copy link
Collaborator

@jessegoodier jessegoodier left a comment

Choose a reason for hiding this comment

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

Can we just remove all of the comments? might as well clean this up.
Thanks for the contribution here though.

@younsl younsl closed this Dec 29, 2024
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.

4 participants