I have a newly created AWS EKS 1.18 Cluster, applications are deployed on it, everything is fine, test and load test are successful, namely, my HPA and metrics-server is working fine.
But when I make a deployment to a service, metrics-server is giving
unable to fetch pod metrics for pod xxx: no metrics known for pod
for the newly deployed pod, then problem is being resolved and everything is fine again.
My question is, is this an expected behaviour for metrics-server? Or should I check my configs again?
Thank you very much.