extensions/v1beta1 Ingress deprecation #8121
-
Even though we don't have any ingress configured on our cluster I still see calls to the deprecated ingress api
And I see this in the controller logs
I can't figure out what's calling that and when we upgrade the cluster to v1.22 are we going to have an issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello @MattPOlson , I just run into this message as well. This warning message is returned by K8S API server and printed by the k8s client. The warning is printed because Argo CD is trying to monitor all available K8S resources including "extensions". After migrating to v1.22 warning message will disappear. There should be no issues as long as you don't have "extensions" resources in Git. |
Beta Was this translation helpful? Give feedback.
-
Hi @alexmt I have the same issue in GKE 1.21. The message is saying the cluster can't be scaled to 1.22 because I'm running ArgoCD version v2.4.7+81630e6. Is there's a way to fix that issue ? |
Beta Was this translation helpful? Give feedback.
-
It would be really nice if there were a configuration mechanism to prevent argocd from accessing this API, so we can be certain that there are no hidden dependencies here. I've used resourceExclusions / resource.exclusions before. Like so:
But it didn't help here. Am I doing something wrong? Is there some other way to do this? Or should I submit an issue? (Update: went ahead and submitted a new question, #13259 . Probably should not have piggybacked on this existing question.) |
Beta Was this translation helpful? Give feedback.
Hello @MattPOlson ,
I just run into this message as well. This warning message is returned by K8S API server and printed by the k8s client. The warning is printed because Argo CD is trying to monitor all available K8S resources including "extensions". After migrating to v1.22 warning message will disappear. There should be no issues as long as you don't have "extensions" resources in Git.