From 07d043b3f174bb9cf1fe118fc606298cc90369e8 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 6 Nov 2018 08:08:23 +0000 Subject: [PATCH] Fix typos in kubeadm impl details (#10898) (#10899) --- .../reference/setup-tools/kubeadm/implementation-details.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md b/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md index 09cc412595..8d846acbc7 100644 --- a/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md +++ b/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md @@ -106,9 +106,9 @@ In any case the user can skip specific preflight checks (or eventually all prefl - [Error] if `ip`, `iptables`, `mount`, `nsenter` commands are not present in the command path - [warning] if `ebtables`, `ethtool`, `socat`, `tc`, `touch`, `crictl` commands are not present in the command path - [warning] if extra arg flags for API server, controller manager, scheduler contains some invalid options -- [warning] if connection to https://API.AdvertiseAddress:API.BindPort goes thought proxy -- [warning] if connection to services subnet goes thought proxy (only first address checked) -- [warning] if connection to Pods subnet goes thought proxy (only first address checked) +- [warning] if connection to https://API.AdvertiseAddress:API.BindPort goes through proxy +- [warning] if connection to services subnet goes through proxy (only first address checked) +- [warning] if connection to Pods subnet goes through proxy (only first address checked) - If external etcd is provided: - [Error] if etcd version less than 3.0.14 - [Error] if etcd certificates or keys are specified, but not provided