File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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:
40411 . Installing onto an ARO cluster
41422 . Self managed OpenShift install using the ` openshift-install ` CLI. ** REQUIRES ADDITIONAL CONFIGURATION**
4243
44+
4345### ` 1.0.0 `
44461.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
79811 . 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
8389Trustee requires a trusted CA issued certificate. Let's Encrypt is included for environments without a trusted cert on OpenShift's routes.
You can’t perform that action at this time.
0 commit comments