Skip to content

Commit 3fa68c0

Browse files
authored
Merge pull request #34722 from Sea-n/fix-kubelet-tls-links
Fix link for TLS bootstrapping
2 parents 4fc6a7f + 34722ab commit 3fa68c0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: Implementation details
66
content_type: concept
77
weight: 100
88
---
9+
910
<!-- overview -->
1011

1112
{{< feature-state for_k8s_version="v1.10" state="stable" >}}
@@ -110,9 +111,9 @@ The user can skip specific preflight checks or all of them with the `--ignore-pr
110111
- [Error] if `/proc/sys/net/bridge/bridge-nf-call-iptables` file does not exist/does not contain 1
111112
- [Error] if advertise address is ipv6 and `/proc/sys/net/bridge/bridge-nf-call-ip6tables` does not exist/does not contain 1.
112113
- [Error] if swap is on
113-
- [Error] if `conntrack`, `ip`, `iptables`, `mount`, `nsenter` commands are not present in the command path
114+
- [Error] if `conntrack`, `ip`, `iptables`, `mount`, `nsenter` commands are not present in the command path
114115
- [warning] if `ebtables`, `ethtool`, `socat`, `tc`, `touch`, `crictl` commands are not present in the command path
115-
- [warning] if extra arg flags for API server, controller manager, scheduler contains some invalid options
116+
- [warning] if extra arg flags for API server, controller manager, scheduler contains some invalid options
116117
- [warning] if connection to https://API.AdvertiseAddress:API.BindPort goes through proxy
117118
- [warning] if connection to services subnet goes through proxy (only first address checked)
118119
- [warning] if connection to Pods subnet goes through proxy (only first address checked)
@@ -277,7 +278,7 @@ Other API server flags that are set unconditionally are:
277278

278279
- `--insecure-port=0` to avoid insecure connections to the api server
279280
- `--enable-bootstrap-token-auth=true` to enable the `BootstrapTokenAuthenticator` authentication module.
280-
See [TLS Bootstrapping](/docs/reference/access-authn-authn/kubelet-tls-bootstrapping/) for more details
281+
See [TLS Bootstrapping](/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/) for more details
281282
- `--allow-privileged` to `true` (required e.g. by kube proxy)
282283
- `--requestheader-client-ca-file` to `front-proxy-ca.crt`
283284
- `--enable-admission-plugins` to:

0 commit comments

Comments
 (0)