Grammar fix

replace contrainer to container in security-context.md
pull/39164/head
João Carlos Ferra de Almeida 2023-01-30 17:24:06 +00:00 committed by GitHub
parent 62a0b5baed
commit 4442de1ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ To assign SELinux labels, the SELinux security module must be loaded on the host
{{< feature-state for_k8s_version="v1.25" state="alpha" >}}
By default, the contrainer runtime recursively assigns SELinux label to all
By default, the container runtime recursively assigns SELinux label to all
files on all Pod volumes. To speed up this process, Kubernetes can change the
SELinux label of a volume instantly by using a mount option
`-o context=<label>`.