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

Syncing latest changes from main for ocs-client-operator #255

Merged
merged 5 commits into from
Oct 14, 2024

Conversation

df-build-team
Copy link

PR containing the latest commits from main branch

leelavg and others added 5 commits October 4, 2024 03:02
all components deployed as part of odf should tolerate this taint by
default "node.ocs.openshift.io/storage=true:NoSchedule"

Signed-off-by: Leela Venkaiah G <[email protected]>
controllers: add ocs default toleration to csi driver spec
Reasons for this enhancement:
- A controller cannot set up a watch for a CRD that is not installed on
 the cluster, trying to set up a watch will panic the operator
- There is no known way, that we are aware of, to add a watch later
 without client cache issue

How does the enhancement work around the issue:
- On start of the operator(main), detect which CRDs are avail
- At the start each reconcile of controller, we fetch the CRD
 of interest and compare it with CRDs fetched in previous step,
  If there is any change, we panic the op

Signed-off-by: Rewant Soni <[email protected]>
Signed-off-by: raaizik <[email protected]>
Adds a script that bypasses pod restarts

Signed-off-by: Rewant Soni <[email protected]>
Signed-off-by: raaizik <[email protected]>
Available CRDs check feature
@df-build-team df-build-team requested a review from a team October 9, 2024 11:07
@leelavg
Copy link
Contributor

leelavg commented Oct 14, 2024

/lgtm

Copy link

openshift-ci bot commented Oct 14, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: df-build-team, leelavg

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

The pull request process is described here

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

@openshift-merge-bot openshift-merge-bot bot merged commit 6123945 into release-4.18 Oct 14, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants