
Kyverno 포드 3개 중 2개가 계속 충돌 루프에 갇히게 됩니다.
ArgoCD의 상태 세부 정보는 다음과 같습니다.
back-off 5m0s restarting failed container=kyverno pod=kyverno-85b8ccfffd-7vb4t_kyverno(cf50fb6d-a1c2-4384-bdbf-bebe865daa73)
로그에서 찾을 수 있는 것은 다음과 같습니다.
panic: interface conversion: interface {} is nil, not string [recovered]
panic: interface conversion: interface {} is nil, not string
goroutine 2254 [running]:
k8s.io/apimachinery/pkg/util/runtime.HandleCrash({0x0, 0x0, 0xc004736140?})
k8s.io/[email protected]/pkg/util/runtime/runtime.go:56 +0xd7
panic({0x2f552e0, 0xc00158ee40})
runtime/panic.go:884 +0x212
전체적으로 명확하지 않습니다. 이 문제를 어떻게 해결합니까?
답변1
설명된 대로 Kyverno GitHub 리포지토리에서 이슈를 열고 버전, K8s 플랫폼 등을 포함한 재생산 단계를 제공하십시오.