File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ azure-env.sh
17
17
.openshift *
18
18
.DS_Store
19
19
openshift-install
20
- node_modules
20
+ node_modules
21
+ .envrc
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Future work includes:
26
26
- Only known to work today with everything on one cluster. The work to expand this is in flight.
27
27
- If not using ARO you must either provide your own CA signed certs, or use let's encrypt.
28
28
- Must be on 4.16.14 or later.
29
+ ** - Users must provide a NAT Gateway attached to the worker node subnet when using Azure.**
29
30
30
31
## Major versions
31
32
@@ -40,6 +41,7 @@ The pattern has been tested on Azure for two installation methods:
40
41
1 . Installing onto an ARO cluster
41
42
2 . Self managed OpenShift install using the ` openshift-install ` CLI. ** REQUIRES ADDITIONAL CONFIGURATION**
42
43
44
+
43
45
### ` 1.0.0 `
44
46
1.0.0 supports OpenShift Sandboxed containers version ` 1.8.1 ` along with Trustee version ` 0.2.0 ` .
45
47
@@ -78,6 +80,10 @@ This only has to be done once.
78
80
79
81
1 . Run ` sh scripts/gen-secrets.sh `
80
82
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
+
81
87
#### Configuring let's encrypt.
82
88
83
89
Trustee requires a trusted CA issued certificate. Let's Encrypt is included for environments without a trusted cert on OpenShift's routes.
Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ sleep 60
76
76
echo " ---------------------"
77
77
echo " pattern install"
78
78
echo " ---------------------"
79
- export KUBECONFIG=` pwd` /openshift-install/auth/kubeconfig
79
+ # export KUBECONFIG=`pwd`/openshift-install/auth/kubeconfig
80
80
81
81
82
- ./pattern.sh make install
82
+ # ./pattern.sh make install
83
83
echo " ---------------------"
84
84
echo " pattern install done"
85
85
echo " ---------------------"
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ clusterGroup:
16
16
- kbs-access
17
17
- encrypted-storage
18
18
- experiment
19
+ - ripple
20
+
19
21
20
22
subscriptions :
21
23
# ACM is kept anticipating
@@ -95,7 +97,7 @@ clusterGroup:
95
97
# Default to 'safe' for ARO
96
98
overrides :
97
99
- name : letsencrypt.enabled
98
- value : false
100
+ value : true
99
101
hello-openshift :
100
102
name : hello-openshift
101
103
namespace : hello-openshift
You can’t perform that action at this time.
0 commit comments