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

[STORY] ModelMesh manifests transition readiness for ODH v2 #207

Closed
1 task done
heyselbi opened this issue Sep 20, 2023 · 2 comments · Fixed by #237
Closed
1 task done

[STORY] ModelMesh manifests transition readiness for ODH v2 #207

heyselbi opened this issue Sep 20, 2023 · 2 comments · Fixed by #237
Assignees
Labels

Comments

@heyselbi
Copy link

heyselbi commented Sep 20, 2023

Tasklist:

References:
Following is a Dev Build that can be used to test your release manifests directly from component repos using updated api:

  • CatalogSource: quay.io/vhire/opendatahub-operator-catalog:v2.3.0-1
  • Example
apiVersion: datasciencecluster.opendatahub.io/v1
kind: DataScienceCluster
metadata:
  name: default
spec:
  components:
    dashboard:
      managementState: "Managed"
      devFlags:
        manifests:
          - manifestsFolder: manifests
            overlay: overlays/incubation
            uri: https://github.com/opendatahub-io/odh-dashboard/tarball/v2.15.0-incubation

    # Example of component that references multiple repos
    kserve:
      managementState: "Managed"
      devFlags:
        manifests:
          - manifestsFolder: config
            overlay: overlays/odh
            uri: 'https://github.com/opendatahub-io/kserve/tarball/master'
          - manifestsFolder: config
            uri: https://github.com/opendatahub-io/odh-model-controller/tarball/main
@heyselbi heyselbi converted this from a draft issue Sep 20, 2023
@Jooho Jooho changed the title [STORY] ModelMesh readiness for ODH v2 [STORY] ModelMesh manifests transition readiness for ODH v2 Sep 20, 2023
@heyselbi heyselbi added the good first issue Good for newcomers label Oct 5, 2023
@VedantMahabaleshwarkar VedantMahabaleshwarkar moved this from To-do/Groomed to Under Review in ODH Model Serving Planning Oct 12, 2023
@heyselbi
Copy link
Author

@VedantMahabaleshwarkar could you add the PRs here and close this issue?

@heyselbi heyselbi added the kind/feature Feature requests label Oct 23, 2023
@VedantMahabaleshwarkar VedantMahabaleshwarkar moved this from Under Review to Done in ODH Model Serving Planning Oct 26, 2023
@heyselbi heyselbi moved this from Done to Under Review in ODH Model Serving Planning Oct 26, 2023
@VedantMahabaleshwarkar VedantMahabaleshwarkar linked a pull request Oct 26, 2023 that will close this issue
3 tasks
@VedantMahabaleshwarkar
Copy link

PRs from other repos also included in this story (can't link PRs from other repos in the github field)
opendatahub-io/odh-model-controller#92
opendatahub-io/opendatahub-operator#639

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Status: No status
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants