Fix the title for the CoreOS page (#8151)
The current title "CoreOS on AWS or GCE" is misleading because the page actually contains information about many ways to run Kubernetes. When the page is referenced from the navigation panel, the title becomes very confusing. Closes: #711
This commit is contained in:
parent
5341abda13
commit
bb5d7cc1bf
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: CoreOS on AWS or GCE
|
||||
title: CoreOS
|
||||
---
|
||||
|
||||
* TOC
|
||||
|
|
|
@ -130,7 +130,7 @@ These solutions are combinations of cloud providers and operating systems not co
|
|||
* [Fedora (Single Node)](/docs/getting-started-guides/fedora/fedora_manual_config/)
|
||||
* [Fedora (Multi Node)](/docs/getting-started-guides/fedora/flannel_multi_node_cluster/)
|
||||
* [Kubernetes on Ubuntu](/docs/getting-started-guides/ubuntu/)
|
||||
* [CoreOS on AWS or GCE](/docs/getting-started-guides/coreos/)
|
||||
* [CoreOS](/docs/getting-started-guides/coreos/)
|
||||
|
||||
## Integrations
|
||||
|
||||
|
|
Loading…
Reference in New Issue