Merge pull request #31183 from CodingCanuck/patch-2

Remove trailing whitespace to fix command pasting
pull/31187/head
Kubernetes Prow Robot 2022-01-03 09:27:00 -08:00 committed by GitHub
commit caf587e27a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ that are most appropriate for your configuration, do the following:
1. Privileged
```shell
kubectl label --dry-run=server --overwrite ns --all \
kubectl label --dry-run=server --overwrite ns --all \
pod-security.kubernetes.io/enforce=privileged
```
The output is similar to this: