Skip to content

fix: Force to requeue reconcile after updating clusterrole/binding fo…#2111

Merged
tolusha merged 1 commit intomainfrom
fixdashboardupdatemain
Mar 27, 2026
Merged

fix: Force to requeue reconcile after updating clusterrole/binding fo…#2111
tolusha merged 1 commit intomainfrom
fixdashboardupdatemain

Conversation

@tolusha
Copy link
Copy Markdown
Contributor

@tolusha tolusha commented Mar 27, 2026

…r dashboard

What does this PR do?

the PR fixes a bug where the dashboard reconciler would stop prematurely after creating/updating ClusterRole or ClusterRoleBinding, because it wasn't requesting a requeue to continue reconciliation.

Screenshot/screencast of this PR

N/A

What issues does this PR fix or reference?

https://redhat.atlassian.net/browse/CRW-10593

How to test this PR?

  1. Deploy the operator:

OpenShift

./build/scripts/olm/test-catalog-from-sources.sh

or

build/scripts/docker-run.sh /bin/bash -c "
  oc login \
    --token=<...> \
    --server=<...> \
    --insecure-skip-tls-verify=true && \
  build/scripts/olm/test-catalog-from-sources.sh
"

on Minikube

./build/scripts/minikube-tests/test-operator-from-sources.sh

Common Test Scenarios

  • Deploy Eclipse Che
  • Start an empty workspace
  • Open terminal and build/run an image
  • Stop a workspace
  • Check operator logs for reconciliation errors or infinite reconciliation loops

PR Checklist

As the author of this Pull Request I made sure that:

Reviewers

Reviewers, please comment how you tested the PR when approving it.

…r dashboard

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Mar 27, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: rohanKanojia, tolusha

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tolusha
Copy link
Copy Markdown
Contributor Author

tolusha commented Mar 27, 2026

/retest

1 similar comment
@tolusha
Copy link
Copy Markdown
Contributor Author

tolusha commented Mar 27, 2026

/retest

@tolusha tolusha merged commit bbc8ddd into main Mar 27, 2026
21 checks passed
@tolusha tolusha deleted the fixdashboardupdatemain branch March 27, 2026 15:29
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.

2 participants