From 444127856114700ba4450eac9d7d7db21787995c Mon Sep 17 00:00:00 2001 From: Leonardo Faoro Date: Sun, 3 Sep 2017 23:18:03 +0200 Subject: [PATCH] remove trailing-spaces and blank lines --- docs/08-bootstrapping-kubernetes-controllers.md | 8 ++++---- docs/09-bootstrapping-kubernetes-workers.md | 2 -- docs/10-configuring-kubectl.md | 10 +++++----- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index db64cca..e93bb0c 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -182,10 +182,10 @@ kubectl get componentstatuses ``` NAME STATUS MESSAGE ERROR -controller-manager Healthy ok -scheduler Healthy ok -etcd-2 Healthy {"health": "true"} -etcd-0 Healthy {"health": "true"} +controller-manager Healthy ok +scheduler Healthy ok +etcd-2 Healthy {"health": "true"} +etcd-0 Healthy {"health": "true"} etcd-1 Healthy {"health": "true"} ``` diff --git a/docs/09-bootstrapping-kubernetes-workers.md b/docs/09-bootstrapping-kubernetes-workers.md index c38761f..62aec12 100644 --- a/docs/09-bootstrapping-kubernetes-workers.md +++ b/docs/09-bootstrapping-kubernetes-workers.md @@ -83,7 +83,6 @@ sudo mv crio crioctl kpod kubectl kube-proxy kubelet /usr/local/bin/ sudo mv conmon pause /usr/local/libexec/crio/ ``` - ### Configure CNI Networking Retrieve the Pod CIDR range for the current compute instance: @@ -132,7 +131,6 @@ Move the network configuration files to the CNI configuration directory: sudo mv 10-bridge.conf 99-loopback.conf /etc/cni/net.d/ ``` - ### Configure the CRI-O Container Runtime ``` diff --git a/docs/10-configuring-kubectl.md b/docs/10-configuring-kubectl.md index 3d02dd3..e3b73b9 100644 --- a/docs/10-configuring-kubectl.md +++ b/docs/10-configuring-kubectl.md @@ -53,11 +53,11 @@ kubectl get componentstatuses ``` NAME STATUS MESSAGE ERROR -controller-manager Healthy ok -scheduler Healthy ok -etcd-2 Healthy {"health": "true"} -etcd-0 Healthy {"health": "true"} -etcd-1 Healthy {"health": "true"} +controller-manager Healthy ok +scheduler Healthy ok +etcd-2 Healthy {"health": "true"} +etcd-0 Healthy {"health": "true"} +etcd-1 Healthy {"health": "true"} ``` List the nodes in the remote Kubernetes cluster: