Skip to content

Commit 8467065

Browse files
authored
Merge pull request #36238 from yanrongshi/en]Rewrite-implementation-details.md
[en]1.25 Rewrite implementation-details.md
2 parents 502867e + 6e86f0f commit 8467065

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/en/docs/reference/setup-tools/kubeadm/implementation-details.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,11 @@ Please note that:
409409
As soon as the control plane is available, kubeadm executes following actions:
410410

411411
- Labels the node as control-plane with `node-role.kubernetes.io/control-plane=""`
412-
<<<<<<< HEAD
413412
- Taints the node with `node-role.kubernetes.io/control-plane:NoSchedule`
414413

415-
Please note that the phase to mark the control-plane phase phase can be invoked
414+
Please note that the phase to mark the control-plane phase can be invoked
416415
individually with the [`kubeadm init phase mark-control-plane`](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-mark-control-plane) command.
417-
=======
416+
418417
- Taints the node with `node-role.kubernetes.io/master:NoSchedule` and
419418
`node-role.kubernetes.io/control-plane:NoSchedule`
420419

@@ -423,7 +422,7 @@ Please note that:
423422
1. The `node-role.kubernetes.io/master` taint is deprecated and will be removed in kubeadm version 1.25
424423
1. Mark control-plane phase phase can be invoked individually with the command
425424
[`kubeadm init phase mark-control-plane`](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-mark-control-plane)
426-
>>>>>>> upstream/main
425+
427426

428427
### Configure TLS-Bootstrapping for node joining
429428

@@ -446,8 +445,9 @@ Please note that:
446445

447446
`kubeadm init` create a first bootstrap token, either generated automatically or provided by the
448447
user with the `--token` flag; as documented in bootstrap token specification, token should be
449-
saved as secrets with name `bootstrap-token-<token-id>` under `kube-system` namespace. Please
450-
note that:
448+
saved as secrets with name `bootstrap-token-<token-id>` under `kube-system` namespace.
449+
450+
Please note that:
451451

452452
1. The default token created by `kubeadm init` will be used to validate temporary user during TLS
453453
bootstrap process; those users will be member of
@@ -503,6 +503,7 @@ Please note that:
503503
### Install addons
504504

505505
Kubeadm installs the internal DNS server and the kube-proxy addon components via the API server.
506+
506507
Please note that:
507508

508509
1. This phase can be invoked individually with the command

0 commit comments

Comments
 (0)