Unknown cpu creating replicas

Hello,
I’m trying to use Kubernetes over eks and I have a problem.

When I deploy my application and check deployment status with kubectl get all --all-namespaces command;

It is showing unknown cpu usage and starts to create new pods and increasing replicas. After some minutes everything going normal and stopping created pods.

This situation is repeating during each deployment. I want to start with 1 pod, 1 replica and it should not start new pods when it shows an unknown cpu.

How can I fix it? I can share any part of my template files or kubectl output if it helps to you to fix the problem.

Related github issue?