mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #8719 from kamalmarhubi/guide-coreos-explain-min-version
Explain that CoreOS 653.0.0+ is required for etcd2
This commit is contained in:
commit
17e827407d
@ -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
Block a user