Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for apiserver to become healthy before starting agent controllers
It is possible that the apiserver may serve read requests but not allow writes yet, in which case flannel will crash on startup when trying to configure the subnet manager. Fix this by waiting for the apiserver to become fully ready before starting flannel and the network policy controller. Signed-off-by: Brad Davidson <[email protected]>
- Loading branch information