Merge pull request #71222 from yagonobre/uploadconfig-flags

Add flags to kubeadm init phase uploadconfig all
pull/58/head
k8s-ci-robot 2018-11-19 09:18:34 -08:00 committed by GitHub
commit 8848740f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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",