Skip to content

Commit 0d140c6

Browse files
minamijoyochristopherhein
authored andcommitted
Fix small typo in cluster-install readme (aws-samples#319)
1 parent c722fd7 commit 0d140c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-install/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ ip-172-20-93-220.eu-central-1.compute.internal node True
269269
Your cluster example.cluster.k8s.local is ready
270270
```
271271

272-
It is also possible to create a DNS-based cluster where the master and worker nodes are in private subnets. For more information about creating DNS-based clusterssee Appendix: Create a DNS-based Kubernetes cluster below.
272+
It is also possible to create a DNS-based cluster where the master and worker nodes are in private subnets. For more information about creating DNS-based clusters, see Appendix: Create a DNS-based Kubernetes cluster below.
273273
If `--dns private` is also specified, a Route53 private hosted zone is created for routing the traffic for the domain within one or more VPCs. The Kubernetes API can therefore only be accessed from within the VPC. This is a current issue with kops (see https://github.com/kubernetes/kops/issues/2032). A possible workaround is to mirror the private Route53 hosted zone with a public hosted zone that exposes only the API server ELB endpoint. This workaround is discussed http://kubecloud.io/setup-ha-k8s-kops/[here].
274274

275275
Although most of the exercises in this workshop should work on a cluster with a private VPC, some commands won't, specifically those that use a proxy to access internally hosted services.

0 commit comments

Comments
 (0)