mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #99082 from syswu/fix_a_typo
correct typo in kubeadm init phase command
This commit is contained in:
commit
1f3fa2a6ea
@ -43,7 +43,7 @@ var (
|
|||||||
func NewAddonPhase() workflow.Phase {
|
func NewAddonPhase() workflow.Phase {
|
||||||
return workflow.Phase{
|
return workflow.Phase{
|
||||||
Name: "addon",
|
Name: "addon",
|
||||||
Short: "Install required addons for passing Conformance tests",
|
Short: "Install required addons for passing conformance tests",
|
||||||
Long: cmdutil.MacroCommandLongDescription,
|
Long: cmdutil.MacroCommandLongDescription,
|
||||||
Phases: []workflow.Phase{
|
Phases: []workflow.Phase{
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user