This repository was archived by the owner on Jun 2, 2021. It is now read-only.
Commit 56ee90b
Terminate istio sidecar after migrations if it exists
Without this change the job never completes because the istio-proxy runs
forever. We make a request to the Istio sidecar admin port (15000) to
terminate it. If we receive a non-200 response or an exception occurs,
we print details and exit 0.
[#175367511]
Co-authored-by: Matt Royal <mroyal@vmware.com>
Co-authored-by: Travis Patterson <travisp@vmware.com>1 parent d7a5fe3 commit 56ee90b
2 files changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
168 | 175 | | |
169 | 176 | | |
170 | 177 | | |
| |||
302 | 309 | | |
303 | 310 | | |
304 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
305 | 326 | | |
0 commit comments