i upgraded EKS cluster from 1.21 to 1.29, goes through upgrading both of cluster and compute nodes, re applied my helm files, modified HPA for some services to use the new format, everything goes well so far, but i am getting errors from kube-state-metrics (its sent to data dog),
with the following:
“`
kube-state-metrics
v1beta1.certificationRequest the server could not find the requested resource
v1beta1.cronjob the server could not find the requested resource
v1beta1.ingress the server could not find the requested resource
```
I cannot figure out whats produce those errors, as all my resources working as expected and accessible!, any idea how to get rid of it? thanks.*