Skip to content

[release-1.0] Fix infinite reconciliation on webhook resources#1671

Merged
istio-testing merged 1 commit intoistio-ecosystem:release-1.0from
dgn:backport-1651-1.0
Apr 9, 2026
Merged

[release-1.0] Fix infinite reconciliation on webhook resources#1671
istio-testing merged 1 commit intoistio-ecosystem:release-1.0from
dgn:backport-1651-1.0

Conversation

@dgn
Copy link
Copy Markdown
Collaborator

@dgn dgn commented Mar 10, 2026

Fixes #1658.

Cherry-pick of #1651.

istiod updates the CABundle and FailurePolicy on its
ValidatingWebhookConfigurations and MutatingWebhookConfigurations. The
controller needs to ignore those changes to avoid continuous
reconciliation of the control plane.

Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
@dgn dgn requested a review from a team as a code owner March 10, 2026 11:52
@dgn dgn linked an issue Mar 10, 2026 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.89%. Comparing base (2ec53c4) to head (b5e6e07).
⚠️ Report is 3 commits behind head on release-1.0.

Additional details and impacted files
@@               Coverage Diff               @@
##           release-1.0    #1671      +/-   ##
===============================================
+ Coverage        75.64%   75.89%   +0.24%     
===============================================
  Files               43       43              
  Lines             2086     2091       +5     
===============================================
+ Hits              1578     1587       +9     
+ Misses             414      411       -3     
+ Partials            94       93       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dgn
Copy link
Copy Markdown
Collaborator Author

dgn commented Mar 10, 2026

/retest

@MaxBab
Copy link
Copy Markdown
Collaborator

MaxBab commented Apr 9, 2026

/retest

@MaxBab
Copy link
Copy Markdown
Collaborator

MaxBab commented Apr 9, 2026

/test e2e-kind

@istio-testing istio-testing merged commit b0ea255 into istio-ecosystem:release-1.0 Apr 9, 2026
18 checks passed
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Apr 9, 2026
* upstream/release-1.0:
  Fix infinite reconciliation on webhook resources (istio-ecosystem#1651) (istio-ecosystem#1671)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Apr 9, 2026
* upstream/release-1.0:
  Fix infinite reconciliation on webhook resources (istio-ecosystem#1651) (istio-ecosystem#1671)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Apr 10, 2026
* upstream/release-1.0:
  Fix infinite reconciliation on webhook resources (istio-ecosystem#1651) (istio-ecosystem#1671)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[release-1.0] Fix infinite reconciliation on webhook resources

4 participants