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

Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead #7

Open
edburns opened this issue Apr 8, 2024 · 1 comment

Comments

@edburns
Copy link
Contributor

edburns commented Apr 8, 2024

Consider this bash content.

edburns@localhost target % kubectl apply -f ${DIR}/cargotracker/target/openlibertyapplication.yaml
<${DIR}/cargotracker/target/openlibertyapplication.yaml
openlibertyapplication.apps.openliberty.io/cargo-tracker-cluster created
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
ingress.networking.k8s.io/cargo-tracker-ingress created

This issue asks the assignee to investigate and remedy the code in light of this apparent deprecation warning.

@galiacheng
Copy link
Contributor

Fix in e89dd29

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

No branches or pull requests

2 participants