mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-12 10:09:04 +00:00
Automatic merge from submit-queue Print a message if metrics are not yet available. **What this PR does / why we need it**: It takes about 80s to gather first metrics for the newly created pod. We would like to indicate this to the user, so that they don't mistake it for the command failure. In case no metrics are found, we check whether there should be any, and if yes, print the appropriate message to the user. **Which issue this PR fixes** #30826 ```release-note NONE ```