Metrics server unable to fetch the target metrics after downloading components.yaml file from the metrics server installation URL . #1454
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/support
Categorizes issue or PR as a support question.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
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 .
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
The text was updated successfully, but these errors were encountered: