-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Istio now handles PreStop hooks correctly so we can drop our workaround #16164
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
Istio now handles PreStop hooks correctly so we can drop our workaround #16164
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2f8062e to
b925d6c
Compare
b925d6c to
08dc2b2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16164 +/- ##
==========================================
- Coverage 80.06% 80.03% -0.03%
==========================================
Files 214 214
Lines 16943 16931 -12
==========================================
- Hits 13565 13551 -14
- Misses 3017 3022 +5
+ Partials 361 358 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/test all |
|
/assign @nader-ziada @linkvt @Fedosin |
|
/test ? |
|
@dprotaso: The following commands are available to trigger required jobs: The following commands are available to trigger optional jobs: Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test istio-latest-mesh |
1 similar comment
|
/test istio-latest-mesh |
|
Failure doesn't seem related to the PreStop Hook - given I'd expect way more failures if that didn't work |
|
/hold maybe not |
|
/test istio-latest-mesh |
|
Ok - maybe it is a flake the test passed but a different failed. Seems like the GKE cluster api server went down /test istio-latest-mesh |
|
/test istio-latest-mesh /hold cancel |
|
/assign @linkvt @nader-ziada |
|
I think this change is good and if it flakes in CI we can reverse it easily |
|
/lgtm |
Related to #16163
Previously we had a workaround in our serverless service in order to allow our prestop hook to work when Istio Mesh was enabled.
This isn't needed anymore since Istio 1.25 see: istio/istio@0e30509