You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is occured if kubernetes binding has no apiVersion field and there are problems with custom APIs in cluster:
kubernetes[0]: Cannot get GroupVersionResource info for
apiVersion '' kind 'secret' from api-server.
Possibly CRD is not created before informers are started.
Error was: unable to retrieve the complete list of server APIs:
custom.metrics.k8s.io/v1beta1: the server is currently unable to handle the request,
external.metrics.k8s.io/v1beta1: the server is currently unable to handle the request,
metrics.k8s.io/v1beta1: the server is currently unable to handle the request
ServerPreferredResources result list should be checked first even if error is occured.
The text was updated successfully, but these errors were encountered:
The problem is occured if
kubernetes
binding has noapiVersion
field and there are problems with custom APIs in cluster:ServerPreferredResources result list should be checked first even if error is occured.
The text was updated successfully, but these errors were encountered: