kale 2021-01-08T15:17:42+08:00 ERROR : error getting GVR for kind ‘ClusterConfiguration’: unable to retrieve the complete list of server APIs: custom.metrics.k8s.io/v1beta1: the server is currently unable to handle the request 2021-01-08T15:17:42+08:00 ERROR : Enable kube events for hooks error: unable to retrieve the complete list of server APIs: custom.metrics.k8s.io/v1beta1: the server is currently unable to handle the request 2021-01-08T15:17:45+08:00 INFO : TASK_RUN Exit: program halts.
Cauchy kale 1.集群里的metrics-server是不是挂了呀?要保证这个正常哦 2.你这个集群里看起来已经有metrics-server了,这个调正常之后,安装ks的时候可以不安装metrics-server了
wade1444 解决方法: 1、查找到出问题的apiservice kubectl get apiservice 可以看到其中有出现false状态的apiservice,删除出问题的apiservice故障即可解决。 2、删除出问题的apiservice kubectl delete apiservce <service-name>