mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
fix spacing in code blocks
This commit is contained in:
@@ -37,10 +37,10 @@ In the `cluster.yml`, you need to turn enable `snapshot` as part of the `etcd se
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
etcd:
|
etcd:
|
||||||
snapshot: true
|
snapshot: true
|
||||||
creation: 5m0s
|
creation: 5m0s
|
||||||
retention: 24h
|
retention: 24h
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,14 +15,14 @@ Original YAML
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
system-images:
|
system-images:
|
||||||
kubernetes: rancher/hyperkube:v1.9.7
|
kubernetes: rancher/hyperkube:v1.9.7
|
||||||
```
|
```
|
||||||
|
|
||||||
Updated YAML
|
Updated YAML
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
system-images:
|
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.
|
After updating your `cluster.yml` with the required changes, all you need to do is run `rke up` to upgrade Kubernetes.
|
||||||
|
|||||||
Reference in New Issue
Block a user