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

NIC throws warnings re deprecated annotations when ingressClassName isn't used #4550

Closed
vepatel opened this issue Oct 20, 2023 · 1 comment · Fixed by #4564
Closed

NIC throws warnings re deprecated annotations when ingressClassName isn't used #4550

vepatel opened this issue Oct 20, 2023 · 1 comment · Fixed by #4564
Assignees
Labels
backlog Pull requests/issues that are backlog items bug An issue reporting a potential bug
Milestone

Comments

@vepatel
Copy link
Contributor

vepatel commented Oct 20, 2023

Describe the bug
NIC throws warnings re deprecated annotation kubernetes.io/ingress.class when ingressClassName isn't used

To Reproduce
Steps to reproduce the behaviour:

  1. Deploy IC on a k8s cluster with default IngressClass
  2. Deploy an application with Ingress resource (omit ingressClassName field under spec:)
  3. Check IC logs

Expected behaviour
There shouldn't be any mentions of the said Ingress in the logs

Current behaviour

W1019 10:17:52.179344       1 controller.go:3985] Using the DEPRECATED annotation 'kubernetes.io/ingress.class'. The 'ingressClassName' field will be ignored.
W1019 10:17:52.727485       1 controller.go:3985] Using the DEPRECATED annotation 'kubernetes.io/ingress.class'. The 'ingressClassName' field will be ignored.
W1019 10:20:49.168243       1 controller.go:3985] Using the DEPRECATED annotation 'kubernetes.io/ingress.class'. The 'ingressClassName' field will be ignored.
@github-actions
Copy link

Hi @vepatel thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂

Cheers!

@vepatel vepatel added bug An issue reporting a potential bug backlog Pull requests/issues that are backlog items labels Oct 20, 2023
@shaun-nx shaun-nx self-assigned this Oct 25, 2023
@danielnginx danielnginx added this to the v3.4.0 milestone Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Pull requests/issues that are backlog items bug An issue reporting a potential bug
Projects
Archived in project
3 participants