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

Update codeflare component description #742

Merged
merged 4 commits into from
Nov 15, 2023

Conversation

ronensc
Copy link
Contributor

@ronensc ronensc commented Nov 15, 2023

Description

After a discussion with @anishasthana, it was discovered that the description of the CodeFlare component in the manifests is not up-to-date. The current description indicates that the CodeFlare Operator should be installed in advance, but in reality, it will be installed on the fly.
This PR updates the description

How Has This Been Tested?

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

Copy link

openshift-ci bot commented Nov 15, 2023

Hi @ronensc. Thanks for your PR.

I'm waiting for a opendatahub-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Member

@zdtsw zdtsw left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link

openshift-ci bot commented Nov 15, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: zdtsw
Once this PR has been reviewed and has the lgtm label, please assign etirelli 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 enabled auto-merge (squash) November 15, 2023 14:24
@zdtsw zdtsw merged commit 733423f into opendatahub-io:incubation Nov 15, 2023
2 checks passed
@ronensc ronensc deleted the fix-cf-desc branch November 15, 2023 15:50
zdtsw referenced this pull request in zdtsw-forking/rhods-operator Nov 15, 2023
* Update comment: codeflare installed on the fly
zdtsw referenced this pull request in red-hat-data-services/rhods-operator Nov 15, 2023
* fix(codegen): ensures structs used in CRDs have deepcopy funcs (#740)

- autogenerates deepcopy for each component
- updates infrastructure types to have deepcopy gen

* fix(ns): do not set owner ref for infra ns (#743)

This change ensures that both h service mesh and kserve namespaces should be left untouched when deleting DSCI under the assumption that user could have customize them. They are only created when not found in the cluster.

Few additional improvements:
- opened up CreateNamespace func to pass options with additional metadata (such as labels)
- fixed returned ns as it was returning non-cluster one in case it already existed
- exports label marking ownership of the ns and uses it across the code base

There's still quite a bit of technical debt/copy-paste around [namespace
creation](https://github.com/opendatahub-io/opendatahub-operator/blob/14a980532d8992cb1d884ea698c7ac1d56dc3513/controllers/dscinitialization/utils.go#L39-L70), but I left it for another PR as this change is focused on
fixing KServe installation.

* Update codeflare component description (#742)

* Update comment: codeflare installed on the fly

---------

Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com>
Co-authored-by: Ronen Schaffer <ronen.schaffer@ibm.com>
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.

2 participants