Merge pull request #71222 from yagonobre/uploadconfig-flags

Add flags to kubeadm init phase uploadconfig all
This commit is contained in:
k8s-ci-robot
2018-11-19 09:18:34 -08:00
committed by GitHub

View File

@@ -75,6 +75,7 @@ func NewUploadConfigPhase() workflow.Phase {
Name: "all",
Short: "Uploads all configuration to a config map",
RunAllSiblings: true,
InheritFlags: getUploadConfigPhaseFlags(),
},
{
Name: "kubeadm",