mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-10 11:15:49 +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
|
||||
services:
|
||||
etcd:
|
||||
snapshot: true
|
||||
creation: 5m0s
|
||||
retention: 24h
|
||||
etcd:
|
||||
snapshot: true
|
||||
creation: 5m0s
|
||||
retention: 24h
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user