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

ray: Cleanup opendatahub Namespace #246

Conversation

VaishnaviHire
Copy link

@VaishnaviHire VaishnaviHire commented Apr 16, 2024

Comment on lines +318 to +320
// Remove deprecated opendatahub namespace(owned by kuberay)
multiErr = multierror.Append(multiErr, deleteDeprecatedNamespace(ctx, cli, "opendatahub"))

Copy link

Choose a reason for hiding this comment

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

Suggested change
// Remove deprecated opendatahub namespace(owned by kuberay)
multiErr = multierror.Append(multiErr, deleteDeprecatedNamespace(ctx, cli, "opendatahub"))
// Remove deprecated opendatahub namespace(owned by kuberay)
if platform == deploy.SelfManagedRhods || platform == deploy.ManagedRhods {
multiErr = multierror.Append(multiErr, deleteDeprecatedNamespace(ctx, cli, "opendatahub"))
}

Copy link

Choose a reason for hiding this comment

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

we only delete it for downstream, right?

Copy link

Choose a reason for hiding this comment

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

or not needed, if we have checked the ownership by DSC.

pkg/upgrade/upgrade.go Show resolved Hide resolved
VaishnaviHire and others added 2 commits April 17, 2024 09:59
Co-authored-by: Wen Zhou <wenzhou@redhat.com>
@VaishnaviHire VaishnaviHire merged commit 5820621 into red-hat-data-services:rhoai-2.9 Apr 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants