Skip to content

Commit 558b73d

Browse files
committed
indexing table
1 parent 14b3cc1 commit 558b73d

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

enhancements/installer/aws-ingress-nlb-security-group.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Topologies/deployment:
7878
- Self-Managed: HA, Compact, TNA, SNO
7979
- ROSA: Classic and HCP
8080

81-
#### Option 1. Opt-in NLB provisioning with Security Groups for Default Ingress with NO SG control by CCM
81+
#### Option 1. Opt-in NLB provisioning with Security Groups for Default Ingress with NO SG control by CCM <a name="goal-option-1"></a>
8282

8383
Users will be able to deploy OpenShift on AWS with the default Ingress using Network Load Balancers with Security Groups when enabled (opt-in) in the `install-config.yaml`. The installation agent (`openshift-install`, `hypershift`) manages the Security Group creation.
8484

@@ -131,7 +131,7 @@ Goals:
131131

132132
---
133133

134-
#### Option 2. Opt-in NLB provisioning with Security Groups for Default Ingress with FULL SG control by CCM
134+
#### Option 2. Opt-in NLB provisioning with Security Groups for Default Ingress with FULL SG control by CCM <a name="goal-option-2"></a>
135135

136136
Users will be able to deploy OpenShift on AWS with the default Ingress using Network Load Balancers with Security Groups when enabled (opt-in) in the `install-config.yaml`. CCM-AWS fully manages the SG lifecycle (similar to CLB, but as opt-in through annotation).
137137

@@ -169,7 +169,7 @@ e2e PoC: N/A
169169

170170
---
171171

172-
#### Option 3. NLB feature parity on CCM with ALBC
172+
#### Option 3. NLB feature parity on CCM with ALBC <a name="goal-option-3"></a>
173173

174174
T-Shirt Sizing/complexity by component:
175175
| Component | T-Shirt Size | Complexity | Note |
@@ -186,7 +186,7 @@ e2e PoC: N/A
186186

187187
---
188188

189-
#### Option 4. CIO switches to ALBC
189+
#### Option 4. CIO switches to ALBC <a name="goal-option-4"></a>
190190

191191
T-Shirt Sizing/complexity by component:
192192
| Component | T-Shirt Size | Complexity | Note |
@@ -203,7 +203,7 @@ e2e PoC: N/A
203203

204204
---
205205

206-
#### Option 1+4. Short-term security fixes with long-term Ingress improvements
206+
#### Option 1+4. Short-term security fixes with long-term Ingress improvements <a name="goal-option-1-2-plus-4"></a>
207207

208208
> Note: Can be 2+4 too, but this will impact resource investments in feature parity with CCM.
209209
@@ -233,16 +233,22 @@ e2e PoC: N/A
233233
#### Summary
234234

235235

236-
| Option | CCM | CIO | Installer | ROSA CL | ROSA HCP | Day-2 | Opt.ETA (SM) |
237-
|--------------|-------|-------|-----------|---------|----------|-------|--------------|
238-
| Option 1 | S | S | M | M? | M? | M | 4.20 |
239-
| Option 2 | M | S | S | S? | S? | S | 4.20 |
240-
| Option 3 | XXL | S | S | S? | S? | S | 4.21+ |
241-
| Option 4 | - | XXL | S | S? | S? | S | 4.21+ |
242-
| Option 1+4 | S | XXL | M | M? | M? | M | 4.20+ |
243-
| Option 2+4 | M | XXL | S | M? | M? | S | 4.20+ |
244-
| Option 1+3 | XXL | S | M | M? | M? | M | 4.20+ |
245-
| Option 2+3 | XXL | S | S | M? | M? | S | 4.20+ |
236+
| Option | CCM | CIO | Installer | ROSA CL | ROSA HCP | Day-2 | Opt.ETA (SM) | Focus |
237+
|------------------|-------|-------|-----------|---------|----------|-------|--------------|------------|
238+
| [Option 1][o1] | S | S | M | M? | M? | M | 4.20 | Short-term |
239+
| [Option 2][o2] | M | S | S | S? | S? | S | 4.20 | Short-term |
240+
| [Option 3][o3] | XXL | S | S | S? | S? | S | 4.21+ | Long-term |
241+
| [Option 4][o4] | - | XXL | S | S? | S? | S | 4.21+ | Long-term |
242+
| [Option 1+4][op] | S | XXL | M | M? | M? | M | 4.20+ | Short/Long |
243+
| [Option 2+4][op] | M | XXL | S | M? | M? | S | 4.20+ | Short/Long |
244+
| [Option 1+3][op] | XXL | S | M | M? | M? | M | 4.20+ | Short/Long |
245+
| [Option 2+3][op] | XXL | S | S | M? | M? | S | 4.20+ | Short/Long |
246+
247+
[o1]: #goal-option-1
248+
[o2]: #goal-option-2
249+
[o3]: #goal-option-3
250+
[o4]: #goal-option-4
251+
[op]: #goal-option-1-2-plus-4
246252

247253
___
248254
___

0 commit comments

Comments
 (0)