From a99b7f8ef031368b9e8b60f4eb706b29e76cfffe Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Mon, 25 Jun 2018 11:17:07 -0700 Subject: [PATCH] fix spacing in code blocks --- .../rke/v0.1.x/en/installation/etcd-snapshots/_index.md | 8 ++++---- content/rke/v0.1.x/en/upgrades/_index.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md b/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md index f0c697028bc..c9be73a01dd 100644 --- a/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md +++ b/content/rke/v0.1.x/en/installation/etcd-snapshots/_index.md @@ -37,10 +37,10 @@ In the `cluster.yml`, you need to turn enable `snapshot` as part of the `etcd se ```yaml services: - etcd: - snapshot: true - creation: 5m0s - retention: 24h + etcd: + snapshot: true + creation: 5m0s + retention: 24h ``` diff --git a/content/rke/v0.1.x/en/upgrades/_index.md b/content/rke/v0.1.x/en/upgrades/_index.md index 2568d074610..c10be06308e 100644 --- a/content/rke/v0.1.x/en/upgrades/_index.md +++ b/content/rke/v0.1.x/en/upgrades/_index.md @@ -15,14 +15,14 @@ Original YAML ```yaml system-images: - kubernetes: rancher/hyperkube:v1.9.7 + kubernetes: rancher/hyperkube:v1.9.7 ``` Updated YAML ```yaml system-images: - kubernetes: rancherhyperkube:v1.10.3 + kubernetes: rancherhyperkube:v1.10.3 ``` After updating your `cluster.yml` with the required changes, all you need to do is run `rke up` to upgrade Kubernetes.