Merge pull request #97631 from heqg/typo-workflow

Fix Spelling error  about [workflow] for kubeadm
This commit is contained in:
Kubernetes Prow Robot 2021-01-04 03:45:56 -08:00 committed by GitHub
commit 36bde432ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ type nodeOptions struct {
// compile-time assert that the local data object satisfies the phases data interface.
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.
type nodeData struct {
etcdUpgrade bool