-
Notifications
You must be signed in to change notification settings - Fork 64
RHDHBUGS-3172: Minor changes for OpenShift AI Connector for RHDH 1.10 #2226
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,6 @@ | |
| include::{docdir}/artifacts/snip-developer-preview-rhoai.adoc[] | ||
|
|
||
| [role="_abstract"] | ||
| The {openshift-ai-connector-name} ({openshift-ai-connector-name-short}) serves as a crucial link, enabling the discovery and accessibility of AI assets managed within the {rhoai-brand-name} offering directly within your {product-very-short} instance. | ||
| The {openshift-ai-connector-name} ({openshift-ai-connector-name-short}) discovers AI assets managed within {rhoai-brand-name}. The connector automatically converts AI models and model servers into {backstage} entities to provide a unified view for developer teams. | ||
|
|
||
| For more information on model registry components, see {rhoai-docs-link}/enabling_the_model_registry_component/index#overview-of-model-registries_model-registry-config[Overview of model registries and model catalog]. | ||
| For more information on model registry components, see {rhoai-docs-link}/managing_model_registries/index#overview-of-model-registries_managing-model-registries[Overview of model registries and model catalog]. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. so the link that works for me is https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.4/html/managing_model_registries/overview-of-model-registries_managing-model-registries I could not reverse engineer the link ref you have WDYT?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, but since we are using attributes for our doc links, we need to convert it into the "HTML_SINGLE" for it render correctly. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| = Set up {openshift-ai-connector-name} with {rhoai-brand-name} | ||
|
|
||
| [role="_abstract"] | ||
| The installation of the {openshift-ai-connector-name} requires manual updates to {product-very-short}-related Kubernetes resources. | ||
| To install the {openshift-ai-connector-name}, you must manually update your {product-very-short}-related Kubernetes resources. | ||
|
|
||
| include::{docdir}/artifacts/snip-developer-preview-rhoai.adoc[] | ||
|
|
||
|
|
@@ -22,7 +22,7 @@ If you upgraded to {rhoai-short} 2.25 from an earlier version, you must manually | |
| * For the rest of the features, version 2.20 or later suffices. Enabling model registry and its associated dashboard allows for a user experience that more directly allows for customizing AI Model metadata. | ||
| For best overall experience, {rhoai-short} 2.25 is recommended. | ||
|
|
||
| For more details, see {rhoai-docs-link}/enabling_the_model_registry_component/index[Enabling the model registry component]. | ||
| For more details, see {rhoai-docs-link}/managing_model_registries/index#enabling-the-model-registry-component_managing-model-registries[Enabling the model registry component]. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, but since we are using attributes for our doc links, we need to convert it into the "HTML_SINGLE" for it render correctly. |
||
|
|
||
| .Procedure | ||
|
|
||
|
|
@@ -168,9 +168,9 @@ The {product-very-short} Pod requires two dynamic plugins. | |
| ---- | ||
| plugins: | ||
| - disabled: false | ||
| package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-backend-module-model-catalog:bs_1.42.5__0.7.0 | ||
| package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-backend-module-model-catalog:bs_1.49.4__0.9.0 | ||
| - disabled: false | ||
| package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-techdoc-url-reader-backend:bs_1.42.5__0.3.0 | ||
| package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-techdoc-url-reader-backend:bs_1.49.4__0.5.0 | ||
| ---- | ||
|
|
||
| . Add the `Connector` sidecar containers to the {product-very-short} Pod. | ||
|
|
@@ -234,7 +234,7 @@ spec: | |
| envFrom: | ||
| - secretRef: | ||
| name: rhdh-rhoai-connector-token | ||
| image: quay.io/redhat-ai-dev/model-catalog-storage-rest@sha256:398095e7469e86d84b1196371286363f4b7668aa3e26370b4d78cb8d4ace1dc9 | ||
| image: quay.io/redhat-ai-dev/model-catalog-storage-rest@sha256:609f6866c7913a87c51912260803c219e564fa7dc90c2ff735ff6dfc5797bc3b | ||
| imagePullPolicy: Always | ||
| name: storage-rest | ||
| volumeMounts: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.