Commit 91fa969
authored
Merge pull request juju#9608 from ycliuhw/fix/allow-ingress-controller-publish-address
juju#9608
## Description of change
fix `ingress` issues on `microk8s/kubernetes core` by patching ingress controller container exec args to allow ingress publish address;
before
```
root@juju-bf04a4-1:~# kubectl -n testcaas get ing -o wide
NAME HOSTS ADDRESS PORTS AGE
juju-gitlab-k8s 10.98.42.46.xip.io 80 4m25s
```
after
```
root@juju-bf04a4-1:~# kubectl -n testcaas get ing -o wide
NAME HOSTS ADDRESS PORTS AGE
juju-gitlab-k8s 10.98.42.46.xip.io 10.98.42.46 80 4m25s
```
## QA steps
N/A
## Documentation changes
N/A
## Bug reference
N/AFile tree
2 files changed
+16
-6
lines changed- acceptancetests
- jujupy
2 files changed
+16
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
188 | 198 | | |
189 | 199 | | |
190 | 200 | | |
| |||
214 | 224 | | |
215 | 225 | | |
216 | 226 | | |
217 | | - | |
218 | 227 | | |
219 | 228 | | |
220 | 229 | | |
221 | 230 | | |
222 | | - | |
223 | 231 | | |
224 | 232 | | |
225 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2182 | 2182 | | |
2183 | 2183 | | |
2184 | 2184 | | |
2185 | | - | |
2186 | 2185 | | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
2187 | 2190 | | |
2188 | | - | |
2189 | | - | |
| 2191 | + | |
2190 | 2192 | | |
2191 | 2193 | | |
2192 | 2194 | | |
| |||
0 commit comments