Skip to content

Commit 4366b34

Browse files
authored
Merge pull request #40042 from abrennan89/autoscaling
SRVCOM-1580: docs restructuring
2 parents ad03a82 + d73d841 commit 4366b34

8 files changed

+17
-26
lines changed

_topic_maps/_topic_map.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,7 +3148,17 @@ Topics:
31483148
Topics:
31493149
- Name: Upgrading the OpenShift Serverless Operator
31503150
File: upgrading-serverless
3151-
# develop
3151+
- Name: Develop
3152+
Dir: develop
3153+
Topics:
3154+
- Name: Serverless applications
3155+
File: serverless-applications
3156+
- Name: Autoscaling
3157+
File: serverless-autoscaling
3158+
- Name: Scale bounds
3159+
File: serverless-autoscaling-scale-bounds
3160+
- Name: Concurrency
3161+
File: serverless-autoscaling-concurrency
31523162
# administer
31533163
- Name: Monitor
31543164
Dir: monitor
@@ -3159,12 +3169,14 @@ Topics:
31593169
# Tracing
31603170
- Name: Tracing requests using Jaeger
31613171
File: serverless-tracing
3162-
# monitoring services
3163-
- Name: Monitoring Knative services
3164-
File: serverless-service-monitoring
31653172
# Metrics
31663173
- Name: Metrics
31673174
File: serverless-serving-metrics
3175+
# monitoring services
3176+
- Name: Monitoring Knative services
3177+
File: serverless-service-monitoring
3178+
- Name: Autoscaling dashboard
3179+
File: serverless-autoscaling-dashboard
31683180
# Support
31693181
- Name: Support
31703182
File: serverless-support
@@ -3210,25 +3222,11 @@ Topics:
32103222
Dir: knative_serving
32113223
Topics:
32123224
# Knative services
3213-
- Name: Serverless applications
3214-
File: serverless-applications
32153225
- Name: Traffic management
32163226
File: serverless-traffic-management
32173227
# Routes
32183228
- Name: Configuring routes for Knative services
32193229
File: serverless-configuring-routes
3220-
# Autoscaling
3221-
- Name: Autoscaling
3222-
Dir: autoscaling
3223-
Topics:
3224-
- Name: About autoscaling
3225-
File: serverless-autoscaling
3226-
- Name: Scale bounds
3227-
File: serverless-autoscaling-scale-bounds
3228-
- Name: Concurrency
3229-
File: serverless-autoscaling-concurrency
3230-
- Name: Autoscaling dashboard
3231-
File: serverless-autoscaling-dashboard
32323230
# Knative Eventing
32333231
- Name: Knative Eventing
32343232
Dir: knative_eventing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

serverless/autoscaling/serverless-autoscaling.adoc renamed to serverless/develop/serverless-autoscaling.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,9 @@ toc::[]
88

99
Knative Serving provides automatic scaling, or _autoscaling_, for applications to match incoming demand. For example, if an application is receiving no traffic, and scale to zero is enabled, Knative Serving scales the application down to zero replicas. If scaling to zero is disabled, the application is scaled down to the minimum number of replicas specified for applications on the cluster. Replicas can also be scaled up to meet demand if traffic to the application increases.
1010

11-
To enable autoscaling for Knative Serving, you must configure xref:../autoscaling/serverless-autoscaling-concurrency.adoc#serverless-autoscaling-concurrency[concurrency] and xref:../autoscaling/serverless-autoscaling-scale-bounds.adoc#serverless-autoscaling-scale-bounds[scale bounds] for your application.
11+
To enable autoscaling for Knative Serving, you must configure xref:../develop/serverless-autoscaling-concurrency.adoc#serverless-autoscaling-concurrency[concurrency] and xref:../develop/serverless-autoscaling-scale-bounds.adoc#serverless-autoscaling-scale-bounds[scale bounds] for your application.
1212

1313
[NOTE]
1414
====
1515
Any limits or targets set in the revision template are measured against a single instance of your application. For example, setting the `target` annotation to `50` configures the autoscaler to scale the application so that each revision handles 50 requests at a time.
1616
====
17-
18-
// TODO: Add section talking about what can be configured and why
19-
20-
[id="additional-resources_serverless-autoscaling"]
21-
== Additional resources
22-
23-
* See the documentation about xref:../admin_guide/serverless-admin-metrics.adoc#serverless-autoscaler-metrics_serverless-admin-metrics[autoscaling metrics]
File renamed without changes.

0 commit comments

Comments
 (0)