Did someone know about what formula using hpa for calculation in kubernetes? For . . .

Raghav agarwal:
Did someone know about what formula using hpa for calculation in kubernetes?
For ex:
I created deployment having resources request is 50m
and my current pod cpu utilisation is 1m
and in HPA i mentioned targetCPUUtilizationpercentage = 20%

Means 20% of 50m ( which is requested for) = 10m ?

Now my question is that as cpu utilisation will goes beyond 10m it will scale up the pod?

Wheather this calculation is right or wrong?

Mani:
You are right, scaling happens once pod reaches 10m cpu usage