Merge pull request #80860 from AdamDang/patch-29

Typo fix: DaemonsSet->DaemonSet
This commit is contained in:
Kubernetes Prow Robot 2019-08-01 13:39:07 -07:00 committed by GitHub
commit bb707c8fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1653,7 +1653,7 @@ func (config *DaemonConfig) Run() error {
return running == len(nodes.Items), nil
})
if err != nil {
config.LogFunc("Timed out while waiting for DaemonsSet %v/%v to be running.", config.Namespace, config.Name)
config.LogFunc("Timed out while waiting for DaemonSet %v/%v to be running.", config.Namespace, config.Name)
} else {
config.LogFunc("Created Daemon %v/%v", config.Namespace, config.Name)
}