fix spacing in code blocks

This commit is contained in:
Denise Schannon
2018-06-25 11:18:33 -07:00
committed by Denise
parent 8be2af9198
commit a99b7f8ef0
2 changed files with 6 additions and 6 deletions
@@ -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
```
+2 -2
View File
@@ -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.