From bb6f6f7fc5d2944abe58cc215aaad83db95c8a33 Mon Sep 17 00:00:00 2001 From: Ashleigh Brennan Date: Tue, 28 Jun 2022 09:24:01 -0500 Subject: [PATCH] Fix level headings --- serverless/admin_guide/serverless-ha.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/serverless/admin_guide/serverless-ha.adoc b/serverless/admin_guide/serverless-ha.adoc index aac6cd33c4..fbfc8795e1 100644 --- a/serverless/admin_guide/serverless-ha.adoc +++ b/serverless/admin_guide/serverless-ha.adoc @@ -11,6 +11,6 @@ High availability (HA) is a standard feature of Kubernetes APIs that helps to en HA in {ServerlessProductName} is available through leader election, which is enabled by default after the Knative Serving or Eventing control plane is installed. When using a leader election HA pattern, instances of controllers are already scheduled and running inside the cluster before they are required. These controller instances compete to use a shared resource, known as the leader election lock. The instance of the controller that has access to the leader election lock resource at any given time is called the leader. -include::modules/serverless-config-replicas-serving.adoc[leveloffset=+2] -include::modules/serverless-config-replicas-eventing.adoc[leveloffset=+2] -include::modules/serverless-config-replicas-kafka.adoc[leveloffset=+2] +include::modules/serverless-config-replicas-serving.adoc[leveloffset=+1] +include::modules/serverless-config-replicas-eventing.adoc[leveloffset=+1] +include::modules/serverless-config-replicas-kafka.adoc[leveloffset=+1]