From 7e57b9f5d75c3312c9bde78e17bc0295f3e6ccb3 Mon Sep 17 00:00:00 2001 From: Derrik Campau Date: Sun, 27 Sep 2020 20:05:07 -0700 Subject: [PATCH] Fix pair of typos in openstack docs Fix a pair of small typos in the openstack docs --- docs/getting_started/openstack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/openstack.md b/docs/getting_started/openstack.md index 663dfe2d9b256..4e0c2d0ea8423 100644 --- a/docs/getting_started/openstack.md +++ b/docs/getting_started/openstack.md @@ -5,7 +5,7 @@ OpenStack support on kops is currently **beta**, which means that OpenStack supp ## OpenStack requirements -In order to deploy a kops-managed clustr on OpenStack, you need the following OpenStack servces: +In order to deploy a kops-managed cluster on OpenStack, you need the following OpenStack services: * Nova (compute) * Neutron (networking) @@ -219,4 +219,4 @@ spec: # Next steps -Now that you have a working _kops_ cluster, read through the [recommendations for production setups guide](production.md) to learn more about how to configure _kops_ for production workloads. \ No newline at end of file +Now that you have a working _kops_ cluster, read through the [recommendations for production setups guide](production.md) to learn more about how to configure _kops_ for production workloads.