// NewCheckEtcdPhase is a hidden phase that runs after the control-plane-prepare and // before the bootstrap-kubelet phase that ensures etcd is healthy func NewCheckEtcdPhase() workflow.Phase { … } func runCheckEtcdPhase(c workflow.RunData) error { … }