From cd06b211169ac5538b35269f83a3ffadfdf4f580 Mon Sep 17 00:00:00 2001 From: Shin'ya UEOKA Date: Fri, 29 Jun 2018 04:20:31 +0000 Subject: [PATCH] Remove code block quotes --- content/rke/v0.1.x/en/installation/managing-clusters/_index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/rke/v0.1.x/en/installation/managing-clusters/_index.md b/content/rke/v0.1.x/en/installation/managing-clusters/_index.md index 314e610ba24..00f242b7ca2 100644 --- a/content/rke/v0.1.x/en/installation/managing-clusters/_index.md +++ b/content/rke/v0.1.x/en/installation/managing-clusters/_index.md @@ -28,10 +28,8 @@ This command does the following to each node in the `cluster.yml`: - Remove the Kubernetes services deployed on it - Clean each host from the directories left by the services: - ``` - /etc/kubernetes/ssl - /var/lib/etcd - /etc/cni - /opt/cni - /var/run/calico - ```