Merge pull request #31167 from Arhell/fix-shell

[zh] fix shell typo
pull/31169/head
Kubernetes Prow Robot 2022-01-01 16:50:52 -08:00 committed by GitHub
commit 00b23e997f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ Kubernetes 仅支持使用同一 cgroup 版本来管理所有控制器。
# dnf install -y grubby && \
sudo grubby \
--update-kernel=ALL \
--args=systemd.unified_cgroup_hierarchy=1"
--args="systemd.unified_cgroup_hierarchy=1"
```
<!--