mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
moving to error info log
Signed-off-by: NoSkillGirl <singhpooja240393@gmail.com>
This commit is contained in:
parent
0b30aea330
commit
c4ee793c2c
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ func (c ServerPreferredResources) findResource(apiVersion string, kind string) (
|
|||
func logDiscoveryErrors(err error, c ServerPreferredResources) {
|
||||
discoveryError := err.(*discovery.ErrGroupDiscoveryFailed)
|
||||
for gv, e := range discoveryError.Groups {
|
||||
if gv.Group == "custom.metrics.k8s.io" || gv.Group == "metrics.k8s.io" {
|
||||
if gv.Group == "custom.metrics.k8s.io" || gv.Group == "metrics.k8s.io" || gv.Group == "external.metrics.k8s.io" {
|
||||
// These error occur when Prometheus is installed as an external metrics server
|
||||
// See: https://github.com/kyverno/kyverno/issues/1490
|
||||
c.log.V(3).Info("failed to retrieve metrics API group", "gv", gv)
|
||||
|
|
Loading…
Add table
Reference in a new issue