It looks like the kube-apiserver startup has slowed down a lot
(e.g. creating a lot of RBAC stuff), and this likely times out with
the current settings on smaller machines (as found by our
VMs-in-github-actions tests).
Increase the timeouts, aligning with k/k and using the newer healthcheck endpoints.
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/kubernetes/kops/blob/master/OWNERS)~~ [hakman]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
It looks like the kube-apiserver startup has slowed down a lot (e.g. creating a lot of RBAC stuff), and this likely times out with the current settings on smaller machines (as found by our VMs-in-github-actions tests).
Increase the timeouts, aligning with k/k and using the newer healthcheck endpoints.