Remove the post-install hooks when they were completed successfully#6911
Remove the post-install hooks when they were completed successfully#6911rshriram merged 1 commit intoistio:release-1.0from ymesika:removeCompletedPostInstalls
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ymesika Assign the PR to them by writing 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 |
Codecov Report
@@ Coverage Diff @@
## release-1.0 #6911 +/- ##
============================================
+ Coverage 71% 71% +1%
============================================
Files 370 370
Lines 31862 31721 -141
============================================
- Hits 22463 22387 -76
+ Misses 8492 8435 -57
+ Partials 907 899 -8
Continue to review full report at Codecov.
|
An installation of Istio with mTLS enabled will result in the following state:
Although completed, the Mixer and Security post-install jobs are lingering until next install.
This PR remove them upon successful completion leaving the environment a bit cleaner.