mirror of https://github.com/k3s-io/k3s
Explain that CoreOS 653.0.0+ is required for etcd2
This way inquisitive people won't have to check the blame to see why that version is required.pull/6/head
parent
c2831fb047
commit
bbcbbc9713
|
@ -2,7 +2,9 @@
|
|||
|
||||
Use the [master.yaml](cloud-configs/master.yaml) and [node.yaml](cloud-configs/node.yaml) cloud-configs to provision a multi-node Kubernetes cluster.
|
||||
|
||||
> **Attention**: This requires at least CoreOS version **653.0.0**.
|
||||
> **Attention**: This requires at least CoreOS version **[653.0.0][coreos653]**, as this was the first release to include etcd2.
|
||||
|
||||
[coreos653]: https://coreos.com/releases/#653.0.0
|
||||
|
||||
## Overview
|
||||
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
Use the [standalone.yaml](cloud-configs/standalone.yaml) cloud-config to provision a single node Kubernetes cluster.
|
||||
|
||||
> **Attention**: This requires at least CoreOS version **653.0.0**.
|
||||
> **Attention**: This requires at least CoreOS version **[653.0.0][coreos653]**, as this was the first release to include etcd2.
|
||||
|
||||
[coreos653]: https://coreos.com/releases/#653.0.0
|
||||
|
||||
### CoreOS image versions
|
||||
|
||||
|
|
Loading…
Reference in New Issue