Skip to content

Commit d0520ac

Browse files
authored
Merge pull request #47184 from abrennan89/bugfixlvls
Fix level headings
2 parents 6523a6e + e1253a5 commit d0520ac

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)