Skip to content

Commit 225aec9

Browse files
authored
Merge pull request #48197 from my-git9/pp-14481
[zh-cn]sync setup-ha-etcd-with-kubeadm apparmor
2 parents 50e6418 + 36c8643 commit 225aec9

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

content/zh-cn/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@ weight: 70
1313

1414
<!-- overview -->
1515

16-
{{< note >}}
17-
<!--
18-
While kubeadm is being used as the management tool for external etcd nodes
19-
in this guide, please note that kubeadm does not plan to support certificate rotation
20-
or upgrades for such nodes. The long-term plan is to empower the tool
21-
[etcdadm](https://github.com/kubernetes-sigs/etcdadm) to manage these
22-
aspects.
23-
-->
24-
在本指南中,使用 kubeadm 作为外部 etcd 节点管理工具,请注意 kubeadm 不计划支持此类节点的证书更换或升级。
25-
对于长期规划是使用 [etcdadm](https://github.com/kubernetes-sigs/etcdadm) 增强工具来管理这些方面。
26-
{{< /note >}}
27-
2816
<!--
2917
By default, kubeadm runs a local etcd instance on each control plane node.
3018
It is also possible to treat the etcd cluster as external and provision

content/zh-cn/docs/tutorials/security/apparmor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ profile k8s-apparmor-example-deny-write flags=(attach_disconnected) {
220220
```
221221

222222
<!--
223-
The profile needs to loaded onto all nodes, since you don't know where the pod will be scheduled.
223+
The profile needs to be loaded onto all nodes, since you don't know where the pod will be scheduled.
224224
For this example we'll use SSH to install the profiles, but other approaches are
225225
discussed in [Setting up nodes with profiles](#setting-up-nodes-with-profiles).
226226
-->

0 commit comments

Comments
 (0)