Merge pull request #30543 from fossilet/patch-1

Fix shell misquote.
This commit is contained in:
Kubernetes Prow Robot
2021-11-22 17:34:16 -08:00
committed by GitHub
@@ -79,7 +79,7 @@ If systemd doesn't use cgroup v2 by default, you can configure the system to use
# dnf install -y grubby && \
sudo grubby \
--update-kernel=ALL \
--args=systemd.unified_cgroup_hierarchy=1"
--args="systemd.unified_cgroup_hierarchy=1"
```
To apply the configuration, it is necessary to reboot the node.