You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -11,13 +11,13 @@ Active/passive HA in Knative is available through leader election, which is enab
11
11
12
12
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 referred to as the leader.
13
13
14
-
HA functionality is available on Knative for the `autoscaler-hpa`, `controller`, `activator` , `kourier-control`, `kourier-gateway`, `istio-pilot`, and `istio-gateway` components.
14
+
HA functionality is available on Knative for the `autoscaler-hpa`, `controller`and `activator` components.
15
15
16
16
## Enabling leader election
17
17
18
18
1. Enable leader election for the control plane controllers:
0 commit comments