Replace Openstack with OpenStack (#6413)
The official word is OpenStack, not Openstack as [1]. This replaces it with OpenStack in the docs. [1]: https://www.openstack.org/pull/6446/head
parent
bf8c8976dd
commit
4990eec4a2
|
@ -1,11 +1,11 @@
|
||||||
# Kubernetes on Openstack with Terraform
|
# Kubernetes on OpenStack with Terraform
|
||||||
|
|
||||||
Provision a Kubernetes cluster with [Terraform](https://www.terraform.io) on
|
Provision a Kubernetes cluster with [Terraform](https://www.terraform.io) on
|
||||||
Openstack.
|
OpenStack.
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
This will install a Kubernetes cluster on an Openstack Cloud. It should work on
|
This will install a Kubernetes cluster on an OpenStack Cloud. It should work on
|
||||||
most modern installs of OpenStack that support the basic services.
|
most modern installs of OpenStack that support the basic services.
|
||||||
|
|
||||||
### Known compatible public clouds
|
### Known compatible public clouds
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
- [ ] Terraform to provision instances on:
|
- [ ] Terraform to provision instances on:
|
||||||
- [ ] GCE
|
- [ ] GCE
|
||||||
- [x] AWS (contrib/terraform/aws)
|
- [x] AWS (contrib/terraform/aws)
|
||||||
- [x] Openstack (contrib/terraform/openstack)
|
- [x] OpenStack (contrib/terraform/openstack)
|
||||||
- [x] Packet
|
- [x] Packet
|
||||||
- [ ] Digital Ocean
|
- [ ] Digital Ocean
|
||||||
- [ ] Azure
|
- [ ] Azure
|
||||||
|
|
Loading…
Reference in New Issue