You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/about-the-single-model-serving-platform.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ The single-model serving platform consists of the following components:
11
11
* link:https://docs.redhat.com/en/documentation/red_hat_openshift_serverless/{os-latest-version}/html/about_openshift_serverless/index[{org-name} OpenShift Serverless^]: A cloud-native development model that allows for serverless deployments of models. OpenShift Serverless is based on the open source link:https://knative.dev/docs/[Knative^] project.
12
12
13
13
ifdef::self-managed[]
14
-
* link:https://docs.openshift.com/container-platform/{ocp-latest-version}/service_mesh/v2x/ossm-architecture.html[{org-name} OpenShift Service Mesh^]: A service mesh networking layer that manages traffic flows and enforces access policies. OpenShift Service Mesh is based on the open source link:https://istio.io/[Istio^] project.
14
+
* link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/service_mesh/index[{org-name} OpenShift Service Mesh^]: A service mesh networking layer that manages traffic flows and enforces access policies. OpenShift Service Mesh is based on the open source link:https://istio.io/[Istio^] project.
15
15
endif::[]
16
16
17
17
ifdef::cloud-service[]
18
-
* link:https://docs.openshift.com/rosa/service_mesh/v2x/ossm-architecture.html[{org-name} OpenShift Service Mesh^]: Service mesh networking layer that manages traffic flows and enforces access policies. OpenShift Service Mesh is based on the open source link:https://istio.io/[Istio^] project.
18
+
* link:https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/{rosa-latest-version}/html/service_mesh/index[{org-name} OpenShift Service Mesh^]: Service mesh networking layer that manages traffic flows and enforces access policies. OpenShift Service Mesh is based on the open source link:https://istio.io/[Istio^] project.
19
19
endif::[]
20
20
21
21
To install the single-model serving platform, you have the following options:
Copy file name to clipboardExpand all lines: modules/adding-a-ca-bundle-after-upgrading.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,8 @@ endif::[]
42
42
43
43
.Prerequisites
44
44
* You have admin access to the `DSCInitialization` resources in the {openshift-platform} cluster.
45
-
* You installed the OpenShift command line interface (`oc`) as described in link:https://docs.openshift.com/container-platform/{ocp-latest-version}/cli_reference/openshift_cli/getting-started-cli.html[Get Started with the CLI].
45
+
* You installed the OpenShift command line interface (`oc`) as described in link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/cli_tools/openshift-cli-oc#installing-openshift-cli[Installing the OpenShift CLI^].
46
+
46
47
ifdef::upstream[]
47
48
* You upgraded {productname-long}. If you are working in a new installation of {productname-long}, see link:{odhdocshome}/installing-open-data-hub/#adding-a-ca-bundle_certs[Understanding certificates in {productname-short}].
48
49
endif::[]
@@ -78,7 +79,7 @@ spec:
78
79
managementState: Managed
79
80
customCABundle: ""
80
81
----
81
-
. If you want to use self-signed certificates added to a cluster-wide CA bundle, log in to the {openshift-platform} as a cluster administrator and follow the steps as described in https://docs.openshift.com/container-platform/{ocp-latest-version}/networking/configuring-a-custom-pki.html#installation-configure-proxy_configuring-a-custom-pki[Configuring the cluster-wide proxy during installation].
82
+
. If you want to use self-signed certificates added to a cluster-wide CA bundle, log in to the {openshift-platform} as a cluster administrator and follow the steps as described in link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/networking/configuring-a-custom-pki#installation-configure-proxy_configuring-a-custom-pki[Configuring the cluster-wide proxy during installation^].
82
83
. If you want to use self-signed certificates in a custom CA bundle that is separate from the cluster-wide bundle, follow these steps:
83
84
.. Add the custom certificate to the `customCABundle` field of the `default-dsci` object, as shown in the following example:
Copy file name to clipboardExpand all lines: modules/adding-a-ca-bundle.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
[role='_abstract']
7
7
There are two ways to add a Certificate Authority (CA) bundle to {productname-short}. You can use one or both of these methods:
8
8
9
-
* For {openshift-platform} clusters that rely on self-signed certificates, you can add those self-signed certificates to a cluster-wide Certificate Authority (CA) bundle (`ca-bundle.crt`) and use the CA bundle in {productname-long}. To use this method, log in to the {openshift-platform} as a cluster administrator and follow the steps as described in https://docs.openshift.com/container-platform/{ocp-latest-version}/networking/configuring-a-custom-pki.html#installation-configure-proxy_configuring-a-custom-pki[Configuring the cluster-wide proxy during installation].
9
+
* For {openshift-platform} clusters that rely on self-signed certificates, you can add those self-signed certificates to a cluster-wide Certificate Authority (CA) bundle (`ca-bundle.crt`) and use the CA bundle in {productname-long}. To use this method, log in to the {openshift-platform} as a cluster administrator and follow the steps as described in https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/networking/configuring-a-custom-pki#installation-configure-proxy_configuring-a-custom-pki[Configuring the cluster-wide proxy during installation^].
10
10
11
11
* You can use self-signed certificates in a custom CA bundle (`odh-ca-bundle.crt`) that is separate from the cluster-wide bundle. To use this method, follow the steps in this section.
12
12
13
13
.Prerequisites
14
14
* You have admin access to the `DSCInitialization` resources in the {openshift-platform} cluster.
15
-
* You installed the OpenShift command line interface (`oc`) as described in link:https://docs.openshift.com/container-platform/{ocp-latest-version}/cli_reference/openshift_cli/getting-started-cli.html[Get Started with the CLI].
15
+
* You installed the OpenShift command line interface (`oc`) as described in link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/cli_tools/openshift-cli-oc#installing-openshift-cli[Installing the OpenShift CLI^].
16
16
ifdef::upstream[]
17
17
* You are working in a new installation of {productname-long}. If you upgraded {productname-long}, see link:{odhdocshome}/upgrading-open-data-hub/#adding-a-ca-bundle-after-upgrading_certs[Adding a CA bundle after upgrading].
Copy file name to clipboardExpand all lines: modules/adding-notebook-pod-tolerations.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@
4
4
= Adding notebook pod tolerations
5
5
6
6
[role='_abstract']
7
-
If you want to dedicate certain machine pools to only running notebook pods, you can allow notebook pods to be scheduled on specific nodes by adding a toleration. Taints and tolerations allow a node to control which pods should (or should not) be scheduled on them. For more information, see link:https://docs.openshift.com/container-platform/{ocp-latest-version}/nodes/scheduling/nodes-scheduler-taints-tolerations.html#nodes-scheduler-taints-tolerations-about_nodes-scheduler-taints-tolerations[Understanding taints and tolerations].
7
+
If you want to dedicate certain machine pools to only running notebook pods, you can allow notebook pods to be scheduled on specific nodes by adding a toleration. Taints and tolerations allow a node to control which pods should (or should not) be scheduled on them. For more information, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/nodes/controlling-pod-placement-onto-nodes-scheduling#nodes-scheduler-taints-tolerations-about_nodes-scheduler-taints-tolerations[Understanding taints and tolerations].
8
8
9
9
This capability is useful if you want to make sure that notebook servers are placed on nodes that can handle their needs. By preventing other workloads from running on these specific nodes, you can ensure that the necessary resources are available to users who need to work with large notebook sizes.
10
10
11
11
.Prerequisites
12
12
* You have logged in to {productname-long}.
13
13
* You are part of the administrator group for {productname-short} in {openshift-platform}.
14
-
* You are familiar with {openshift-platform} taints and tolerations, as described in link:https://docs.openshift.com/container-platform/{ocp-latest-version}/nodes/scheduling/nodes-scheduler-taints-tolerations.html#nodes-scheduler-taints-tolerations-about_nodes-scheduler-taints-tolerations[Understanding taints and tolerations].
14
+
* You are familiar with {openshift-platform} taints and tolerations, as described in link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/nodes/controlling-pod-placement-onto-nodes-scheduling#nodes-scheduler-taints-tolerations-about_nodes-scheduler-taints-tolerations[Understanding taints and tolerations].
15
15
16
16
.Procedure
17
17
. From the {productname-short} dashboard, click *Settings* -> *Cluster settings*.
@@ -31,7 +31,7 @@ If you are using a workbench in a data science project, see link:{rhoaidocshome}
31
31
endif::[]
32
32
33
33
.Next step
34
-
In {openshift-platform}, add a matching taint key (with any value) to the machine pools that you want to dedicate to notebooks. For more information, see link:https://docs.openshift.com/container-platform/{ocp-latest-version}/nodes/scheduling/nodes-scheduler-taints-tolerations.html[Controlling pod placement using node taints].
34
+
In {openshift-platform}, add a matching taint key (with any value) to the machine pools that you want to dedicate to notebooks. For more information, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/nodes/controlling-pod-placement-onto-nodes-scheduling#nodes-scheduler-taints-tolerations[Controlling pod placement using node taints].
35
35
36
36
ifdef::self-managed[]
37
37
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/{rosa-latest-version}/html/cluster_administration/manage-nodes-using-machine-pools#rosa-adding-taints_rosa-managing-worker-nodes[Adding taints to a machine pool].
Copy file name to clipboardExpand all lines: modules/allocating-additional-resources-to-data-science-users.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
As a cluster administrator, you can allocate additional resources to a cluster to support compute-intensive data science work. This support includes increasing the number of nodes in the cluster and changing the cluster's allocated machine pool.
8
8
9
9
ifdef::upstream,self-managed[]
10
-
For more information about allocating additional resources to an {openshift-platform} cluster, see link:https://docs.openshift.com/container-platform/{ocp-latest-version}/machine_management/manually-scaling-machineset.html[Manually scaling a compute machine set].
10
+
For more information about allocating additional resources to an {openshift-platform} cluster, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/machine_management/manually-scaling-machineset[Manually scaling a compute machine set].
Copy file name to clipboardExpand all lines: modules/authenticating-trustyai-service.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ To access TrustyAI service external endpoints, you must provide OAuth proxy (oau
8
8
9
9
.Prerequisites
10
10
ifdef::upstream,self-managed[]
11
-
* You installed the OpenShift command line interface (`oc`) as described in link:https://docs.openshift.com/container-platform/{ocp-latest-version}/cli_reference/openshift_cli/getting-started-cli.html[Get Started with the CLI].
11
+
* You installed the OpenShift command line interface (`oc`) as described in link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/cli_tools/openshift-cli-oc#installing-openshift-cli[Installing the OpenShift CLI^].
12
12
endif::[]
13
13
ifdef::cloud-service[]
14
-
* You installed the OpenShift command line interface (`oc`) as described in link:https://docs.openshift.com/dedicated/cli_reference/openshift_cli/getting-started-cli.html[Getting started with the CLI] (OpenShift Dedicated) or link:https://docs.openshift.com/rosa/cli_reference/openshift_cli/getting-started-cli.html[Getting started with the CLI] (Red Hat OpenShift Service on AWS)
14
+
* You installed the OpenShift command line interface (`oc`) as described in link:https://docs.redhat.com/en/documentation/openshift_dedicated/{osd-latest-version}/html/cli_tools/openshift-cli-oc#installing-openshift-cli[Installing the OpenShift CLI (OpenShift Dedicated)^] or link:https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/{rosa-latest-version}/html/cli_tools/openshift-cli-oc#installing-openshift-cli[Installing the OpenShift CLI (Red Hat OpenShift Service on AWS)^].
15
15
endif::[]
16
16
* Your OpenShift cluster administrator added you as a user to the {openshift-platform} cluster and has installed the TrustyAI service for the data science project that contains the deployed models.
Copy file name to clipboardExpand all lines: modules/configuring-monitoring-for-the-multi-model-serving-platform.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ After you have configured monitoring, you can view metrics for the ModelMesh com
10
10
11
11
.Prerequisites
12
12
* You have cluster administrator privileges for your {openshift-platform} cluster.
13
-
* You have downloaded and installed the OpenShift command-line interface (CLI). See link:https://docs.openshift.com/container-platform/{ocp-latest-version}/cli_reference/openshift_cli/getting-started-cli.html#installing-openshift-cli[Installing the OpenShift CLI].
14
-
* You are familiar with link:https://docs.openshift.com/container-platform/{ocp-latest-version}/observability/monitoring/configuring-the-monitoring-stack.html#creating-user-defined-workload-monitoring-configmap_configuring-the-monitoring-stack[creating a config map] for monitoring a user-defined workflow. You will perform similar steps in this procedure.
15
-
* You are familiar with link:https://docs.openshift.com/container-platform/{ocp-latest-version}/observability/monitoring/enabling-monitoring-for-user-defined-projects.html[enabling monitoring] for user-defined projects in OpenShift. You will perform similar steps in this procedure.
16
-
* You have link:https://docs.openshift.com/container-platform/{ocp-latest-version}/observability/monitoring/enabling-monitoring-for-user-defined-projects.html#granting-users-permission-to-monitor-user-defined-projects_enabling-monitoring-for-user-defined-projects[assigned] the `monitoring-rules-view` role to users that will monitor metrics.
13
+
* You have downloaded and installed the OpenShift command-line interface (CLI). See link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/cli_tools/openshift-cli-oc#installing-openshift-cli[Installing the OpenShift CLI^].
14
+
* You are familiar with link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/monitoring/configuring-the-monitoring-stack#creating-user-defined-workload-monitoring-configmap_configuring-the-monitoring-stack[creating a config map] for monitoring a user-defined workflow. You will perform similar steps in this procedure.
15
+
* You are familiar with link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/monitoring/enabling-monitoring-for-user-defined-projects[enabling monitoring] for user-defined projects in OpenShift. You will perform similar steps in this procedure.
16
+
* You have link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/monitoring/enabling-monitoring-for-user-defined-projects#granting-users-permission-to-monitor-user-defined-projects_enabling-monitoring-for-user-defined-projects[assigned] the `monitoring-rules-view` role to users that will monitor metrics.
17
17
18
18
.Procedure
19
19
. In a terminal window, if you are not already logged in to your OpenShift cluster as a cluster administrator, log in to the OpenShift CLI as shown in the following example:
Copy file name to clipboardExpand all lines: modules/configuring-monitoring-for-the-single-model-serving-platform.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ endif::[]
19
19
.Prerequisites
20
20
* You have cluster administrator privileges for your {openshift-platform} cluster.
21
21
* You have created OpenShift Service Mesh and Knative Serving instances and installed KServe.
22
-
* You have downloaded and installed the OpenShift command-line interface (CLI). See link:https://docs.openshift.com/container-platform/{ocp-latest-version}/cli_reference/openshift_cli/getting-started-cli.html#installing-openshift-cli[Installing the OpenShift CLI].
23
-
* You are familiar with link:https://docs.openshift.com/container-platform/{ocp-latest-version}/observability/monitoring/configuring-the-monitoring-stack.html#creating-user-defined-workload-monitoring-configmap_configuring-the-monitoring-stack[creating a config map] for monitoring a user-defined workflow. You will perform similar steps in this procedure.
24
-
* You are familiar with link:https://docs.openshift.com/container-platform/{ocp-latest-version}/observability/monitoring/enabling-monitoring-for-user-defined-projects.html[enabling monitoring] for user-defined projects in OpenShift. You will perform similar steps in this procedure.
25
-
* You have link:https://docs.openshift.com/container-platform/{ocp-latest-version}/observability/monitoring/enabling-monitoring-for-user-defined-projects.html#granting-users-permission-to-monitor-user-defined-projects_enabling-monitoring-for-user-defined-projects[assigned] the `monitoring-rules-view` role to users that will monitor metrics.
22
+
* You have downloaded and installed the OpenShift command-line interface (CLI). See link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/cli_tools/openshift-cli-oc#installing-openshift-cli[Installing the OpenShift CLI^].
23
+
* You are familiar with link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/monitoring/configuring-the-monitoring-stack#creating-user-defined-workload-monitoring-configmap_configuring-the-monitoring-stack[creating a config map] for monitoring a user-defined workflow. You will perform similar steps in this procedure.
24
+
* You are familiar with link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/monitoring/enabling-monitoring-for-user-defined-projects[enabling monitoring] for user-defined projects in OpenShift. You will perform similar steps in this procedure.
25
+
* You have link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/monitoring/enabling-monitoring-for-user-defined-projects#granting-users-permission-to-monitor-user-defined-projects_enabling-monitoring-for-user-defined-projects[assigned] the `monitoring-rules-view` role to users that will monitor metrics.
26
26
27
27
.Procedure
28
28
. In a terminal window, if you are not already logged in to your OpenShift cluster as a cluster administrator, log in to the OpenShift CLI as shown in the following example:
0 commit comments