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

remove: req.namespace is not used for DSC and DSCI #660

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

zdtsw
Copy link
Member

@zdtsw zdtsw commented Oct 24, 2023

ref: #645

Description

update
new image quay.io/wenzhou/opendatahub-operator-catalog:v2.11.645-99
start up
Screenshot from 2023-11-01 16-29-33

old

test when created 2nd

DSCI instance "rhods-setup2"
Screenshot from 2023-10-24 09-25-17

How Has This Been Tested?

build image:
quay.io/wenzhou/opendatahub-operator-catalog:v2.10.645-2

Merge criteria:

  • The commits are squashed in a cohesive manner and have meaningful messages.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

@zdtsw zdtsw added the odh-1.11 label Oct 24, 2023
@zdtsw zdtsw requested review from VaishnaviHire and removed request for etirelli and LaVLaS October 24, 2023 06:30
@zdtsw
Copy link
Member Author

zdtsw commented Oct 24, 2023

/test opendatahub-operator-e2e

2 similar comments
@zdtsw
Copy link
Member Author

zdtsw commented Oct 24, 2023

/test opendatahub-operator-e2e

@zdtsw
Copy link
Member Author

zdtsw commented Oct 25, 2023

/test opendatahub-operator-e2e

@@ -74,15 +74,15 @@ type DataScienceClusterConfig struct {
// Reconcile is part of the main kubernetes reconciliation loop which aims to
// move the current state of the cluster closer to the desired state.
func (r *DataScienceClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
r.Log.Info("Reconciling DataScienceCluster resources", "Request.Namespace", req.Namespace, "Request.Name", req.Name)
r.Log.Info("Reconciling DataScienceCluster resources", "Request.Namespace", "cluster-wised", "Request.Name", req.Name)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be cluster-wide ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or should just remove it compeletely?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@@ -61,7 +61,7 @@ type DSCInitializationReconciler struct {

// Reconcile contains controller logic specific to DSCInitialization instance updates.
func (r *DSCInitializationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
r.Log.Info("Reconciling DSCInitialization.", "DSCInitialization", req.Namespace, "Request.Name", req.Name)
r.Log.Info("Reconciling DSCInitialization.", "DSCInitialization", "cluster-wised", "Request.Name", req.Name)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@zdtsw
Copy link
Member Author

zdtsw commented Oct 30, 2023

/test opendatahub-operator-e2e

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
Copy link

openshift-ci bot commented Nov 1, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ykaliuta
Once this PR has been reviewed and has the lgtm label, please assign lavlas for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@zdtsw zdtsw merged commit 5de4fd2 into opendatahub-io:incubation Nov 1, 2023
6 of 7 checks passed
VaishnaviHire pushed a commit to VaishnaviHire/opendatahub-operator that referenced this pull request Nov 15, 2023
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
(cherry picked from commit 5de4fd2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants