mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Add flags to kubeadm init phase uploadconfig all
This commit is contained in:
parent
f7b9b669e5
commit
c185836e64
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user