From 6f4054679e7a74d4b7a0b0dfcf5c6379affab973 Mon Sep 17 00:00:00 2001
From: SataQiu <1527062125@qq.com>
Date: Sun, 30 Sep 2018 11:31:57 +0800
Subject: [PATCH] Remove the redundant space (#3418)

---
 contrib/terraform/openstack/README.md | 2 +-
 docs/kubernetes-reliability.md        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/terraform/openstack/README.md b/contrib/terraform/openstack/README.md
index 936537fc9..fbfc38990 100644
--- a/contrib/terraform/openstack/README.md
+++ b/contrib/terraform/openstack/README.md
@@ -260,7 +260,7 @@ $ terraform apply -var-file=cluster.tf ../../contrib/terraform/openstack
 
 if you chose to create a bastion host, this script will create
 `contrib/terraform/openstack/k8s-cluster.yml` with an ssh command for Ansible to
-be able to access your machines tunneling  through the bastion's IP address. If
+be able to access your machines tunneling through the bastion's IP address. If
 you want to manually handle the ssh tunneling to these machines, please delete
 or move that file. If you want to use this, just leave it there, as ansible will
 pick it up automatically.
diff --git a/docs/kubernetes-reliability.md b/docs/kubernetes-reliability.md
index 3e812d8f6..58e4df85a 100644
--- a/docs/kubernetes-reliability.md
+++ b/docs/kubernetes-reliability.md
@@ -15,7 +15,7 @@ By default the normal behavior looks like:
 2. Kubernetes controller manager checks the statuses of Kubelets every
    `–-node-monitor-period`. The default value is **5s**.
 
-3. In case the status is updated  within `--node-monitor-grace-period` of time,
+3. In case the status is updated within `--node-monitor-grace-period` of time,
    Kubernetes controller manager considers healthy status of Kubelet. The
    default value is **40s**.
 
-- 
GitLab