Skip to content

Commit 713204b

Browse files
authored
Merge pull request #44853 from azn-abel/44848
[zh] Fix page formatting at https://k8s.io/zh-cn/docs/setup/production-environment/tools/kubeadm/install-kubeadm
2 parents e739bc3 + 3eb19a8 commit 713204b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/zh-cn/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,13 @@ These instructions are for Kubernetes {{< skew currentVersion >}}.
340340
curl -fsSL https://pkgs.k8s.io/core:/stable:/{{< param "version" >}}/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
341341
```
342342

343-
{{< note >}}
344-
<!--
345-
In releases older than Debian 12 and Ubuntu 22.04, folder `/etc/apt/keyrings` does not exist by default, and it should be created before the curl command.
346-
-->
347-
在低于 Debian 12 和 Ubuntu 22.04 的发行版本中,`/etc/apt/keyrings` 默认不存在。
348-
应在 curl 命令之前创建它。
349-
{{< /note >}}
343+
{{< note >}}
344+
<!--
345+
In releases older than Debian 12 and Ubuntu 22.04, folder `/etc/apt/keyrings` does not exist by default, and it should be created before the curl command.
346+
-->
347+
在低于 Debian 12 和 Ubuntu 22.04 的发行版本中,`/etc/apt/keyrings` 默认不存在。
348+
应在 curl 命令之前创建它。
349+
{{< /note >}}
350350

351351
<!--
352352
3. Add the appropriate Kubernetes `apt` repository. Please note that this repository have packages

0 commit comments

Comments
 (0)