Skip to content

Commit b335c18

Browse files
committed
Minor updates
1 parent 4fbc2f6 commit b335c18

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

modules/openshift-ai-connector-for-rhdh/proc-setting-up-openshift-ai-connector-for-rhdh-with-rhoai.adoc

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ subjects:
9595
+
9696
[source,yaml]
9797
----
98-
# Example for `Role` in the {product-very-short} namespace (ai-rhdh)
98+
# Example for `Role` and `Rolebinding` in the {product-very-short} namespace (ai-rhdh)
9999
apiVersion: rbac.authorization.k8s.io/v1
100100
kind: Role
101101
metadata:
@@ -105,12 +105,6 @@ rules:
105105
- apiGroups: [""]
106106
resources: ["configmaps"]
107107
verbs: ["get", "list", "watch", "create", "update", "patch"]
108-
----
109-
+
110-
[source,yaml]
111-
----
112-
# Example for `RoleBinding` in the {product-very-short} namespace (ai-rhdh)
113-
apiVersion: rbac.authorization.k8s.io/v1
114108
kind: RoleBinding
115109
metadata:
116110
name: rhdh-rhoai-connector
@@ -175,11 +169,6 @@ plugins:
175169
** If {product-very-short} was installed using the Helm charts, modify the *Deployment* specification.
176170

177171
. The system relies on three sidecar containers ({openshift-ai-connector-name}) running alongside the `backstage-backend` container.
178-
+
179-
[NOTE]
180-
====
181-
During startup, you may see non-critical log errors, such as `connection refused` or `in cluster config error: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory`, in the sidecar logs (in the `location` container). These errors are expected during the initial setup and do not indicate a failure, provided the container eventually becomes healthy.
182-
====
183172

184173
Add these sidecar containers to your configuration referencing the `rhdh-rhoai-connector-token` Secret:
185174
** `location`: Provides the REST API for {product-very-short} plugins to fetch model metadata.

0 commit comments

Comments
 (0)