Skip to content

Commit 584b279

Browse files
authored
Merge pull request #41860 from abrennan89/021422-2
SRVCOM-1288 + SRVCOM-1664: Clean up attributes, prereqs
2 parents 8599664 + fd7dbeb commit 584b279

22 files changed

+124
-23
lines changed

modules/cluster-logging-deploying-about.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Module included in the following assemblies:
22
//
33
// * logging/cluster-logging-deploying-about.adoc
4+
// * serverless/monitor/cluster-logging-serverless.adoc
45

56
:_content-type: CONCEPT
67
[id="cluster-logging-deploying-about_{context}"]

modules/serverless-autoscaling-dashboard-activator-metrics.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/monitor/serverless-autoscaling-dashboard.adoc
4+
5+
:_content-type: REFERENCE
16
[id="serverless-autoscaling-dashboard-activator-metrics_{context}"]
27
= Activator metrics
38

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/monitor/serverless-autoscaling-dashboard.adoc
4+
15
:_content-type: PROCEDURE
26
[id="serverless-autoscaling-dashboard-navigating_{context}"]
37
= Navigating to the autoscaling dashboard
48

9+
You can use the following steps to navigate to the autoscaling dashboard in the the {product-title} web console.
10+
11+
.Prerequisites
12+
13+
* You have logged in to the {product-title} web console.
14+
* You have installed the {ServerlessOperatorName} and Knative Serving.
15+
516
.Procedure
617

7-
. In the {product-title} Web UI, go to the *Monitoring -> Dashboards* page.
18+
. In the *Developer* perspective, navigate to the *Monitoring -> Dashboards* page.
819
. In the *Dashboard* field, select the *Knative Serving - Scaling Debugging* dashboard.
920
. Use the *Namespace*, *Configuration*, and *Revision* fields to specify the workload you want to examine.

modules/serverless-autoscaling-dashboard-observed-concurrency.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/monitor/serverless-autoscaling-dashboard.adoc
4+
5+
:_content-type: REFERENCE
16
[id="serverless-autoscaling-dashboard-observed-concurrency_{context}"]
27
= Observed concurrency
38

modules/serverless-autoscaling-dashboard-observed-rps.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/monitor/serverless-autoscaling-dashboard.adoc
4+
5+
:_content-type: REFERENCE
16
[id="serverless-autoscaling-dashboard-observed-rps_{context}"]
27
= Requests per second
38

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/monitor/serverless-autoscaling-dashboard.adoc
4+
5+
:_content-type: REFERENCE
16
[id="serverless-autoscaling-dashboard-panic-mode_{context}"]
27
= Panic mode
38

4-
The *Panic Mode* graph shows the timeline of times when the Knative service faces a bursty load, which causes the autoscaler to quickly adapt the Service pod number.
9+
The *Panic Mode* graph shows the timeline of times when the Knative service faces a bursty load, which causes the autoscaler to quickly adapt the service pod number.
510

611
image::serverless-autoscaling-dashboard-panic-mode.png[Panic mode]

modules/serverless-autoscaling-dashboard-pod-information.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/monitor/serverless-autoscaling-dashboard.adoc
4+
5+
:_content-type: REFERENCE
16
[id="serverless-autoscaling-dashboard-pod-information_{context}"]
27
= Pod information
38

modules/serverless-autoscaling-dashboard-scrape-time.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/monitor/serverless-autoscaling-dashboard.adoc
4+
5+
:_content-type: REFERENCE
16
[id="serverless-autoscaling-dashboard-scrape-time_{context}"]
27
= Scrape time
38

modules/serverless-create-domain-mapping-kn.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/security/serverless-custom-domains.adoc
4+
15
:_content-type: PROCEDURE
26
[id="serverless-create-domain-mapping-kn_{context}"]
37
= Creating a custom domain mapping by using the Knative CLI

modules/serverless-create-domain-mapping.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/security/serverless-custom-domains.adoc
4+
15
:_content-type: PROCEDURE
26
[id="serverless-create-domain-mapping_{context}"]
37
= Creating a custom domain mapping
@@ -7,6 +11,8 @@ To map a custom domain name to a custom resource (CR), you must create a `Domain
711
.Prerequisites
812

913
* The {ServerlessOperatorName} and Knative Serving are installed on your cluster.
14+
* You have installed the `oc` CLI.
15+
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
1016
* You have created a Knative service and control a custom domain that you want to map to that service.
1117
+
1218
[NOTE]
@@ -65,6 +71,7 @@ spec:
6571
kind: Route
6672
apiVersion: serving.knative.dev/v1
6773
----
74+
6875
. Apply the `DomainMapping` CR as a YAML file:
6976
+
7077
[source,terminal]

0 commit comments

Comments
 (0)