From a5b097977f743100e19c21a5a078fef051eb2d99 Mon Sep 17 00:00:00 2001 From: Yongzhi Pan Date: Sat, 20 Nov 2021 09:35:31 +0800 Subject: [PATCH] Fix misquote. --- .../en/docs/setup/production-environment/container-runtimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index fa72d04ced..fbb6d9bc84 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -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.