This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Enable --wait for bootkube when installing charts #869
Labels
kind/enhancement
New feature or request
Milestone
We should enable Helm's
--wait
flag when bootkube installs controlplane charts to make sure they converge before we proceed with cluster installation. That will require bootstrap kube-apiserver to use SO_REUSEPORT, so kube-apiserver helm chart can converge at the same time.This is needed, so controlplane charts can install webhooks with
failurePolicy: Fail
(#868).This should be done after upgrading to Kubernetes v1.19.0.
The text was updated successfully, but these errors were encountered: