Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prepend proxy sidecar container to prevent application container restarts #1108

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

aramase
Copy link
Member

@aramase aramase commented Sep 8, 2023

To fix application container startup errors due to incorrect container ordering (proxy sidecar will be triggered last instead of first).

fixes #1101

This PR builds on top of #1102 and fixes the unit tests.

@aramase aramase force-pushed the aramase/f/prepend-proxy-sidecar branch from 4504746 to ce2b86d Compare September 8, 2023 18:59
@codecov-commenter
Copy link

Codecov Report

Merging #1108 (ce2b86d) into main (6ea7815) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1108   +/-   ##
=======================================
  Coverage   55.49%   55.49%           
=======================================
  Files          36       36           
  Lines        2294     2294           
=======================================
  Hits         1273     1273           
  Misses        980      980           
  Partials       41       41           
Files Changed Coverage Δ
pkg/webhook/webhook.go 86.26% <100.00%> (ø)

@aramase aramase marked this pull request as ready for review September 8, 2023 19:18
@aramase aramase requested a review from enj as a code owner September 8, 2023 19:18
@enj enj enabled auto-merge (squash) September 8, 2023 19:20
@enj enj merged commit 9d068e1 into Azure:main Sep 8, 2023
22 checks passed
@aramase aramase deleted the aramase/f/prepend-proxy-sidecar branch September 8, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepend proxy sidecar to the container list to prevent application restarts
4 participants