Skip to content

Commit 4151954

Browse files
authored
Merge pull request #95121 from rh-tokeefe/OLS-1866
OLS-1866: Create snippet about unified perspective in web UI
2 parents 4ffff10 + 383cd41 commit 4151954

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

configure/ols-configuring-openshift-lightspeed.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
After the {ols-long} Operator is installed, configuring and deploying {ols-long} consists of three tasks. First, you create a credential secret using the credentials for your Large Language Model (LLM) provider. Next, you create the `OLSConfig` custom resource (CR) that the Operator uses to deploy the service. Finally, you verify that the {ols-short} service is operating.
9+
After the {ols-long} Operator is installed, configuring and deploying {ols-short} consists of three tasks.
1010

1111
[NOTE]
1212
====
1313
The instructions assume that you are installing {ols-long} using the `kubeadmin` user account. If you are using a regular user account with `cluster-admin` privileges, read the section of the documentation that discusses RBAC.
1414
====
1515

16+
First, create a credential secret using the credentials for your Large Language Model (LLM) provider. Next, create the `OLSConfig` custom resource (CR) that the Operator uses to deploy the service. Finally, verify that the {ols-short} service is operating.
17+
18+
include::snippets/ols-unified-perspective-web-console.adoc[]
19+
1620
include::modules/ols-creating-the-credentials-secret-using-web-console.adoc[leveloffset=+1]
1721
include::modules/ols-creating-lightspeed-custom-resource-file-using-web-console.adoc[leveloffset=+1]
1822
include::modules/ols-configuring-custom-tls-certificates.adoc[leveloffset=+2]

modules/ols-verifying-openshift-lightspeed-deployment.adoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
After the {ols-long} service is deployed, verify that it is operating.
66

7+
include::snippets/ols-unified-perspective-web-console.adoc[]
8+
79
.Prerequisites
810

911
* You are logged in to the {ocp-product-title} web console as a user with the `cluster-admin` role.
@@ -16,18 +18,17 @@ After the {ols-long} service is deployed, verify that it is operating.
1618
1719
.Procedure
1820

19-
. In the {ocp-product-title} web console, select the *Developer* perspective from the drop-down list at the top of the pane.
20-
21-
. Click the *Project* drop-down lsit.
21+
. In the {ocp-product-title} web console, click the *Project* drop-down list.
22+
+
23+
[NOTE]
24+
====
25+
For {ocp-product-title} 4.18 and earlier, select the *Developer* perspective from the drop-down list at the top of the pane to access the *Project* drop-down list.
26+
====
2227

2328
. Enable the toggle switch to show default projects.
2429

2530
. Select *openshift-lightspeed* from the list.
2631

27-
. Click *Topology*.
28-
+
29-
When the circle around the Lightspeed icon turns dark blue, the service is ready.
30-
3132
. Verify that the {ols-long} is ready by running the following command:
3233
+
3334
[source,terminal]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Snippet included in the following assemblies:
2+
//
3+
// * lightspeed-docs-main/configure/ols-configuring-openshift-lightspeed.adoc
4+
5+
6+
:_mod-docs-content-type: SNIPPET
7+
8+
[IMPORTANT]
9+
====
10+
Starting with {ocp-product-title} 4.19, the perspectives in the web console are unified. The *Developer* perspective is no longer enabled by default.
11+
12+
All users can interact with all {ocp-product-title} web console features. However, if you are not the cluster owner, you might need to request permission to certain features from the cluster owner.
13+
14+
You can still enable the *Developer* perspective. On the *Getting Started* pane in the web console, you can take a tour of the console, find information on setting up your cluster, view a quick start for enabling the *Developer* perspective, and follow links to explore new features and capabilities.
15+
====

0 commit comments

Comments
 (0)