Skip to content

Commit e1253a5

Browse files
committed
Fix level headings
1 parent b46c38e commit e1253a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serverless/admin_guide/serverless-ha.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ High availability (HA) is a standard feature of Kubernetes APIs that helps to en
1111
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.
1212
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.
1313

14-
include::modules/serverless-config-replicas-serving.adoc[leveloffset=+2]
15-
include::modules/serverless-config-replicas-eventing.adoc[leveloffset=+2]
16-
include::modules/serverless-config-replicas-kafka.adoc[leveloffset=+2]
14+
include::modules/serverless-config-replicas-serving.adoc[leveloffset=+1]
15+
include::modules/serverless-config-replicas-eventing.adoc[leveloffset=+1]
16+
include::modules/serverless-config-replicas-kafka.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)