mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 19:36:22 +00:00
Automatic merge from submit-queue construction of GC should not fail for restmapper error caused by tpr Fix https://github.com/kubernetes/kubernetes/issues/43147. The issue is that GC will fail its initialization due to an RESTMapper error cause by tpr. This PR lets GC log the error instead of failing.