mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-18 17:00:24 +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