Commit c1e8c52
Add elastic IP annotation to front end NLB (#4330)
* feat(ingress): first draft of adding eip
* chore(annotation): spelling
* test(ingress): add eip tests
* feat(ingress): check that all members of ingress group have the same eip
* fix(ingress): count against chosen subnets
* fix(ingress): assign subnet if eip is not specified
* test(ingress): eip ne subnet
* [feat gw api] Add auth cognito action for secure listeners on ALBs
* feat: add ssl redirect to IngressClassParams
* chore(ingress): remove debug
* fix(ingress): works when no subnets are specified
* test(ingress): current tests pass
* wip(ingress): works but with the current bug where it will pick a private subnet if a public one is not spcified like in #2782
* wip(ingress): sketch out new func
* fix(ingress): first draft of subnet discovery rework
* refactor(ingress): abstract out annotation validation
* test(ingress): exisitng tests pass with subnet discovery
* test(ingress): 1st test passes non-conditional
* test(ingress): all tests except 1 pass without conditionals
* fix(ingress): count wrong way around in error message
* chore(ingress): remove debug
* fix(ingress): refactor validateAndResolveSubnets
* docs(ingress): add docs for new annotation
* Revert "fix(ingress): refactor validateAndResolveSubnets"
This reverts commit fb0db52.
* chore(ingress): remove extra comments
* chore(*): fix bad rebase
---------
Co-authored-by: shraddha bang <shrabang@amazon.com>
Co-authored-by: Michal Szewczyk <vomircom@gmail.com>1 parent 644c4b3 commit c1e8c52
File tree
4 files changed
+269
-61
lines changed- docs/guide/ingress
- pkg
- annotations
- ingress
4 files changed
+269
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
1199 | 1200 | | |
1200 | 1201 | | |
1201 | 1202 | | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 108 | + | |
118 | 109 | | |
| 110 | + | |
119 | 111 | | |
120 | 112 | | |
121 | 113 | | |
122 | 114 | | |
123 | 115 | | |
124 | 116 | | |
| 117 | + | |
125 | 118 | | |
126 | 119 | | |
127 | 120 | | |
128 | 121 | | |
129 | 122 | | |
130 | 123 | | |
131 | 124 | | |
| 125 | + | |
| 126 | + | |
132 | 127 | | |
133 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
137 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
138 | 188 | | |
139 | 189 | | |
140 | | - | |
| 190 | + | |
141 | 191 | | |
142 | | - | |
| 192 | + | |
143 | 193 | | |
144 | 194 | | |
145 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
146 | 199 | | |
| 200 | + | |
147 | 201 | | |
148 | 202 | | |
149 | 203 | | |
| |||
174 | 228 | | |
175 | 229 | | |
176 | 230 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | 231 | | |
183 | 232 | | |
184 | 233 | | |
| |||
0 commit comments