need to suppress the nginx-ingsress warning logs: networking.k8s.io/v1beta1 #3824
-
Describe the bug we have installed nginx-ingress version v1.10.1 and kubernetes version v1.21.5 nginx-ingress pod logs are giving warnings we want to remove/suppress the above warning so that it should not be seen in the nginx-ingress logs. spec:
To Reproduce
Expected behavior Your environment
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @vadlakiran 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! |
Beta Was this translation helpful? Give feedback.
-
That warning is being emitted by the Kubernetes API / "API machinery" and not this project. |
Beta Was this translation helpful? Give feedback.
-
yeah that warnings are from kuberntes API even we have checked all the resources if any resource using that v1beta1 but none of the resource are using. we want to suppress from nginx-ingress daemon set logs, please help how we can suppress those warning from nginx pod ? |
Beta Was this translation helpful? Give feedback.
-
Considering this message is coming from the K8s API machinery itself and not this project I don't think there is much guidance I can provide. |
Beta Was this translation helpful? Give feedback.
Considering this message is coming from the K8s API machinery itself and not this project I don't think there is much guidance I can provide.
Usually when the K8s API warns on these things it is because it sees a deprecated parameter within an object or an object itself.