adamant-kite-43734
07/12/2023, 3:04 PMbulky-computer-31499
07/12/2023, 3:26 PMwait
command, right? kubectl
will still reference the metrics api if it's listed in apiservices
, which is independent of whether the service is actually available - you have a kind of chicken/egg problem. Is the error output causing some issue?bulky-computer-31499
07/12/2023, 3:30 PMkubectl get apiservices <http://v1beta1.metrics.k8s.io|v1beta1.metrics.k8s.io>
will show whether it's available or not. You may be able to wait
on thathandsome-salesclerk-54324
07/12/2023, 5:25 PM