Unverified Commit 8848740f authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #71222 from yagonobre/uploadconfig-flags

Add flags to kubeadm init phase uploadconfig all
parents f7b9b669 c185836e
......@@ -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