Skip to content

Commit 03003c0

Browse files
authored
Update howto-create-private-cluster.md
capitalization, added period
1 parent 2bc9db0 commit 03003c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/openshift/howto-create-private-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The cluster virtual network will have been created with permissions so that you
4242

4343
If you change the DNS nameservers on the cluster virtual network, then you will need to issue an update on the cluster with the `properties.RefreshCluster` property set to `true` so that the VMs can be reimaged. This update will allow them to pick up the new nameservers.
4444

45-
## Sample Configuration Scripts
45+
## Sample configuration scripts
4646

4747
Use the sample scripts in this section to set up and deploy your private cluster.
4848

@@ -141,6 +141,6 @@ cat private-cluster.json | envsubst | curl -v -X PUT \
141141
https://management.azure.com/subscriptions/$SUBID/resourceGroups/$CLUSTER_NAME/providers/Microsoft.ContainerService/openShiftManagedClusters/$CLUSTER_NAME?api-version=2019-10-27-preview
142142
```
143143

144-
## Next Steps
144+
## Next steps
145145

146-
To learn about how to access the OpenShift console, see [Web Console Walkthrough](https://docs.openshift.com/container-platform/3.11/getting_started/developers_console.html)
146+
To learn about how to access the OpenShift console, see [Web Console Walkthrough](https://docs.openshift.com/container-platform/3.11/getting_started/developers_console.html).

0 commit comments

Comments
 (0)