Skip to content

Commit f805b22

Browse files
authored
Fix double usage of "simplify the process" in kubelet-tls-bootstrapping.
1 parent 9e8003a commit f805b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The normal process of bootstrapping these components, especially worker nodes th
1818
can be a challenging process as it is often outside of the scope of Kubernetes and requires significant additional work.
1919
This in turn, can make it challenging to initialize or scale a cluster.
2020

21-
In order to simplify the process, beginning in version 1.4, Kubernetes introduced a certificate request and signing API to simplify the process. The proposal can be
21+
In order to simplify the process, beginning in version 1.4, Kubernetes introduced a certificate request and signing API. The proposal can be
2222
found [here](https://github.com/kubernetes/kubernetes/pull/20439).
2323

2424
This document describes the process of node initialization, how to set up TLS client certificate bootstrapping for

0 commit comments

Comments
 (0)