Add flags to kubeadm init phase uploadconfig all

pull/58/head
Yago Nobre 2018-11-19 14:02:29 -02:00
parent f7b9b669e5
commit c185836e64
No known key found for this signature in database
GPG Key ID: 09AE6CEC2B8E9DD3
1 changed files with 1 additions and 0 deletions

View File

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