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.