Open
Description
ISSUE : Metrics server unable to fetch the target metrics after downloading components.yaml file from the metrics server installation URL .
Metrics Server Installation URL : https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
ISSUE DESCRIPTION :
Here i have first downloaded the components.yaml using the above URL . Then applied the components.yaml , but it is unable to detect the target metrics . Here in the below screenshot you can see the hpa resource is unable fetch the target metrics .

Then added the following lines at line number 140 .
command:
- /metrics-server
- --kubelet-insecure-tls
- --kubelet-preferred-address-types=InternalIP

After adding the lines , then again i have applied the components.yaml file using kubectl . Now hpa can detect the target metrics .

Question
Why the lines are not directly included at line number 140 in the components.yaml , so that it can work directly after downloaded from the URL ?
/kind bug