File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,6 @@ weight: 70
13
13
14
14
<!-- overview -->
15
15
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
-
28
16
<!--
29
17
By default, kubeadm runs a local etcd instance on each control plane node.
30
18
It is also possible to treat the etcd cluster as external and provision
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ profile k8s-apparmor-example-deny-write flags=(attach_disconnected) {
220
220
```
221
221
222
222
<!--
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.
224
224
For this example we'll use SSH to install the profiles, but other approaches are
225
225
discussed in [Setting up nodes with profiles](#setting-up-nodes-with-profiles).
226
226
-->
You can’t perform that action at this time.
0 commit comments