mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Fix Spelling error about [workflow] for kubeadm
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
This commit is contained in:
parent
8725c3bf12
commit
5faa19ede8
@ -49,7 +49,7 @@ type nodeOptions struct {
|
|||||||
// compile-time assert that the local data object satisfies the phases data interface.
|
// compile-time assert that the local data object satisfies the phases data interface.
|
||||||
var _ phases.Data = &nodeData{}
|
var _ phases.Data = &nodeData{}
|
||||||
|
|
||||||
// nodeData defines all the runtime information used when running the kubeadm upgrade node worklow;
|
// nodeData defines all the runtime information used when running the kubeadm upgrade node workflow;
|
||||||
// this data is shared across all the phases that are included in the workflow.
|
// this data is shared across all the phases that are included in the workflow.
|
||||||
type nodeData struct {
|
type nodeData struct {
|
||||||
etcdUpgrade bool
|
etcdUpgrade bool
|
||||||
|
Loading…
Reference in New Issue
Block a user