mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-28 21:55:48 +00:00
Currently the apiserver will not start unless a machine list or a valid cloud provider is specified. This prevents a workflow that manages machines solely through the minions API. Fix the issue by changing the apiserver to only log a message that the apiserver is being started with an empty machine list. This patch results in a change in behavior. The apiserver will no longer exit non-zero if a cloud provider or machine list is not configured.