You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While investigating #1222, I noticed that installing cert-manager produces some throttling request warnings. I expect this is because the provider submits a bunch of parallel requests.
Errors & Logs
I0731 16:16:42.552853 90306 request.go:621] Throttling request took 1.156452855s, request: POST:https://kubernetes.docker.internal:6443/apis/rbac.authorization.k8s.io/v1/clusterroles
I0731 16:16:52.755191 90306 request.go:621] Throttling request took 4.591436804s, request: GET:https://kubernetes.docker.internal:6443/apis/rbac.authorization.k8s.io/v1beta1/namespaces/kube-system/roles/cert-manager-cainjector:leaderelection
I would suggest sorting resources and applying CRDs always first...
Or if it's webhooks hanging the deploy - waiting for webhook pod to be up, some logic to sort the order based on that too - not sure.
Problem description
While investigating #1222, I noticed that installing
cert-manager
produces some throttling request warnings. I expect this is because the provider submits a bunch of parallel requests.Errors & Logs
Affected product version(s)
Reproducing the issue
Suggestions for a fix
I see a couple possibilities:
The text was updated successfully, but these errors were encountered: