Merge pull request #1652 from reactiveops/gh_1623

Update cluster spec to explain why public ngw is in private subnet spec.
This commit is contained in:
Justin Santa Barbara 2017-01-29 02:03:31 -05:00 committed by GitHub
commit 002884dfb8
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ spec:
ID of a subnet to share in an existing VPC. ID of a subnet to share in an existing VPC.
#### egress #### egress
The resource identifier (ID) of something in your existing VPC that you would like to use as "egress" to the outside world. This feature was originally envisioned to allow re-use of NAT Gateways. In this case, the correct usageis as follows. The resource identifier (ID) of something in your existing VPC that you would like to use as "egress" to the outside world.
This feature was originally envisioned to allow re-use of NAT Gateways. In this case, the usage is as follows. Although NAT gateways are "public"-facing resources, in the Cluster spec, you must specify them in the private subnet section. One way to think about this is that you are specifying "egress", which is the default route out from this private subnet.
``` ```
spec: spec: