Open alena1108 opened 6 years ago
Based on client-go code, looks like the panic is intentional: https://github.com/kubernetes/kubernetes/blob/7f23a743e8c23ac6489340bbb34fa6f1d392db9d/staging/src/k8s.io/client-go/tools/cache/thread_safe_store.go#L252
We have to look if there is anything that can be done on rancher side to prevent this from happening.
Following panic is observed on Drone builds:
Might be imposed by us given
unable to calculate an index entry for key
, but shouldn't result in panic ideally