Merge pull request #31167 from Arhell/fix-shell

[zh] fix shell typo
This commit is contained in:
Kubernetes Prow Robot
2022-01-01 16:50:52 -08:00
committed by GitHub
@@ -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"
```
<!--