1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Fix level headings

This commit is contained in:
Ashleigh Brennan
2022-06-28 09:24:01 -05:00
committed by openshift-cherrypick-robot
parent 61a9c01db0
commit bb6f6f7fc5

View File

@@ -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]