Skip to content

Commit 00b23e9

Browse files
authored
Merge pull request #31167 from Arhell/fix-shell
[zh] fix shell typo
2 parents 76b01c2 + 5052aa6 commit 00b23e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/setup/production-environment/container-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Kubernetes 仅支持使用同一 cgroup 版本来管理所有控制器。
147147
# dnf install -y grubby && \
148148
sudo grubby \
149149
--update-kernel=ALL \
150-
--args=systemd.unified_cgroup_hierarchy=1"
150+
--args="systemd.unified_cgroup_hierarchy=1"
151151
```
152152

153153
<!--

0 commit comments

Comments
 (0)