From 091bc8f5becbab4bda178adf54d91fb46ece0412 Mon Sep 17 00:00:00 2001 From: emancipator Date: Sun, 11 May 2025 04:02:32 -0400 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E8=BE=BE=E9=94=99=E8=AF=AF=EF=BC=9Abr?= =?UTF-8?q?=5Fnetfilte=20->=20br=5Fnetfilter=20Signed-off-by:=20liangqifen?= =?UTF-8?q?g=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/ClusterDeployment/k8s+isulad-deployment.md | 2 +- .../native-development-cluster-deployment-guide.md | 2 +- ...ulad\347\216\257\345\242\203\351\203\250\347\275\262.md" | 6 +++--- ...\244\351\203\250\347\275\262\346\214\207\345\257\274.md" | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en/docs/ClusterDeployment/k8s+isulad-deployment.md b/docs/en/docs/ClusterDeployment/k8s+isulad-deployment.md index cbb015d1b..555732b20 100644 --- a/docs/en/docs/ClusterDeployment/k8s+isulad-deployment.md +++ b/docs/en/docs/ClusterDeployment/k8s+isulad-deployment.md @@ -128,7 +128,7 @@ The following table lists software packages and images used in the example. The 7. Create the configuration file. ```shell - $ vim br_netfilte.service + $ vim br_netfilter.service [Unit] Description=To enable the core module br_netfilter when reboot diff --git a/docs/en/docs/ClusterDeployment/native-development-cluster-deployment-guide.md b/docs/en/docs/ClusterDeployment/native-development-cluster-deployment-guide.md index c1fb74c51..051584ce3 100644 --- a/docs/en/docs/ClusterDeployment/native-development-cluster-deployment-guide.md +++ b/docs/en/docs/ClusterDeployment/native-development-cluster-deployment-guide.md @@ -136,7 +136,7 @@ The following table lists the software and images required during installation. 7. Add the configuration file. ``` - # vim br_netfilte.service + # vim br_netfilter.service [Unit] Description=To enable the core module br_netfilter when reboot diff --git "a/docs/zh/docs/ClusterDeployment/K8s+iSulad\347\216\257\345\242\203\351\203\250\347\275\262.md" "b/docs/zh/docs/ClusterDeployment/K8s+iSulad\347\216\257\345\242\203\351\203\250\347\275\262.md" index 1526f1ebb..a890129df 100644 --- "a/docs/zh/docs/ClusterDeployment/K8s+iSulad\347\216\257\345\242\203\351\203\250\347\275\262.md" +++ "b/docs/zh/docs/ClusterDeployment/K8s+iSulad\347\216\257\345\242\203\351\203\250\347\275\262.md" @@ -126,9 +126,9 @@ 7. 添加配置文件。 - 配置文件br_netfilte.service应该放在systemd的service目录,一般在/usr/lib/systemd/system。 + 配置文件br_netfilter.service应该放在systemd的service目录,一般在/usr/lib/systemd/system。 ```shell - # vim br_netfilte.service + # vim br_netfilter.service [Unit] Description=To enable the core module br_netfilter when reboot @@ -382,4 +382,4 @@ pod-network-cidr 指定pod分配的ip段 ```shell # kubeadm reset -``` \ No newline at end of file +``` diff --git "a/docs/zh/docs/ClusterDeployment/\346\224\257\346\214\201\345\216\237\347\224\237\345\274\200\345\217\221\347\216\257\345\242\203\346\211\247\350\241\214\346\234\272\351\233\206\347\276\244\351\203\250\347\275\262\346\214\207\345\257\274.md" "b/docs/zh/docs/ClusterDeployment/\346\224\257\346\214\201\345\216\237\347\224\237\345\274\200\345\217\221\347\216\257\345\242\203\346\211\247\350\241\214\346\234\272\351\233\206\347\276\244\351\203\250\347\275\262\346\214\207\345\257\274.md" index 7f0acb33d..3c28cb8b6 100644 --- "a/docs/zh/docs/ClusterDeployment/\346\224\257\346\214\201\345\216\237\347\224\237\345\274\200\345\217\221\347\216\257\345\242\203\346\211\247\350\241\214\346\234\272\351\233\206\347\276\244\351\203\250\347\275\262\346\214\207\345\257\274.md" +++ "b/docs/zh/docs/ClusterDeployment/\346\224\257\346\214\201\345\216\237\347\224\237\345\274\200\345\217\221\347\216\257\345\242\203\346\211\247\350\241\214\346\234\272\351\233\206\347\276\244\351\203\250\347\275\262\346\214\207\345\257\274.md" @@ -136,7 +136,7 @@ 7. 添加配置文件。 ``` - # vim br_netfilte.service + # vim br_netfilter.service [Unit] Description=To enable the core module br_netfilter when reboot -- Gitee