mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #71222 from yagonobre/uploadconfig-flags
Add flags to kubeadm init phase uploadconfig all
This commit is contained in:
commit
8848740f6d
@ -75,6 +75,7 @@ func NewUploadConfigPhase() workflow.Phase {
|
||||
Name: "all",
|
||||
Short: "Uploads all configuration to a config map",
|
||||
RunAllSiblings: true,
|
||||
InheritFlags: getUploadConfigPhaseFlags(),
|
||||
},
|
||||
{
|
||||
Name: "kubeadm",
|
||||
|
Loading…
Reference in New Issue
Block a user