Skip to content

Commit 1697a16

Browse files
committed
chore(docs): add nat gateway
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent d2260b7 commit 1697a16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Future work includes:
2626
- Only known to work today with everything on one cluster. The work to expand this is in flight.
2727
- If not using ARO you must either provide your own CA signed certs, or use let's encrypt.
2828
- Must be on 4.16.14 or later.
29+
**- Users must provide a NAT Gateway attached to the worker node subnet when using Azure.**
2930

3031
## Major versions
3132

@@ -40,6 +41,7 @@ The pattern has been tested on Azure for two installation methods:
4041
1. Installing onto an ARO cluster
4142
2. Self managed OpenShift install using the `openshift-install` CLI. **REQUIRES ADDITIONAL CONFIGURATION**
4243

44+
4345
### `1.0.0`
4446
1.0.0 supports OpenShift Sandboxed containers version `1.8.1` along with Trustee version `0.2.0`.
4547

@@ -78,6 +80,10 @@ This only has to be done once.
7880

7981
1. Run `sh scripts/gen-secrets.sh`
8082

83+
#### Check your cluster on Azure has a NAT gateway attached
84+
OpenShift does not require a NAT gateway by default, however, peer-pods do require a NAT gateway attached to the worker node subnet.
85+
86+
8187
#### Configuring let's encrypt.
8288

8389
Trustee requires a trusted CA issued certificate. Let's Encrypt is included for environments without a trusted cert on OpenShift's routes.

0 commit comments

Comments
 (0)