mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-20 16:55:08 +00:00
Automatic merge from submit-queue retry oauth token fetch in gce cloudprovider Fixes https://github.com/kubernetes/kubernetes/issues/31560 The oauth client fetches a token on the initial request of that client. Let's warm the cache. cc @goltermann @lavalamp