@@ -6,6 +6,7 @@ title: Implementation details
6
6
content_type : concept
7
7
weight : 100
8
8
---
9
+
9
10
<!-- overview -->
10
11
11
12
{{< 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
110
111
- [ Error] if ` /proc/sys/net/bridge/bridge-nf-call-iptables ` file does not exist/does not contain 1
111
112
- [ Error] if advertise address is ipv6 and ` /proc/sys/net/bridge/bridge-nf-call-ip6tables ` does not exist/does not contain 1.
112
113
- [ 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
114
115
- [ 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
116
117
- [ warning] if connection to https://API.AdvertiseAddress:API.BindPort goes through proxy
117
118
- [ warning] if connection to services subnet goes through proxy (only first address checked)
118
119
- [ 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:
277
278
278
279
- ` --insecure-port=0 ` to avoid insecure connections to the api server
279
280
- ` --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
281
282
- ` --allow-privileged ` to ` true ` (required e.g. by kube proxy)
282
283
- ` --requestheader-client-ca-file ` to ` front-proxy-ca.crt `
283
284
- ` --enable-admission-plugins ` to:
0 commit comments