Add flags to kubeadm init phase uploadconfig all

parent f7b9b669
......@@ -75,6 +75,7 @@ func NewUploadConfigPhase() workflow.Phase {
Name: "all",
Short: "Uploads all configuration to a config map",
RunAllSiblings: true,
InheritFlags: getUploadConfigPhaseFlags(),
},
{
Name: "kubeadm",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment