
3 つの Kyverno ポッドのうち 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 プラットフォームなどを含む再現手順を提供してください。