Merge pull request #26941 from jihoon-seo/patch-1

Fix typo (form -> from)
pull/26942/head
Kubernetes Prow Robot 2021-03-07 21:13:44 -08:00 committed by GitHub
commit f562c53cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ cd $Env:ProgramFiles\containerd\
# - cni bin_dir and conf_dir locations
Get-Content config.toml
# (Optional - but highly recommended) Exclude containerd form Windows Defender Scans
# (Optional - but highly recommended) Exclude containerd from Windows Defender Scans
Add-MpPreference -ExclusionProcess "$Env:ProgramFiles\containerd\containerd.exe"
```