Skip to content

Commit

Permalink
chore: specify version require for 2.16 (#1499)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Dec 16, 2024
1 parent 0f045f8 commit 35de4e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/docs/2.16/operate/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ As a reference, this compatibility matrix shows supported k8s versions per KEDA

| KEDA | Kubernetes |
| ----- | ------------- |
| v2.16 | TBD |
| v2.16 | v1.29 - v1.31 |
| v2.15 | v1.28 - v1.30 |
| v2.14 | v1.27 - v1.29 |
| v2.13 | v1.27 - v1.29 |
Expand Down Expand Up @@ -157,11 +157,11 @@ Like reconciliation, KEDA Operator also uses the [controller-runtime project](ht

To specify values other than their defaults, you can set the following environment variables:

| Environment variable name | Deployment | Default Value | Manager Property |
| -------------------------------------------- | -------------- | ------------- | ---------------- |
| KEDA_OPERATOR_LEADER_ELECTION_LEASE_DURATION | Operator | 15s | LeaseDuration |
| KEDA_OPERATOR_LEADER_ELECTION_RENEW_DEADLINE | Operator | 10s | RenewDeadline |
| KEDA_OPERATOR_LEADER_ELECTION_RETRY_PERIOD | Operator | 2s | RetryPeriod |
| Environment variable name | Deployment | Default Value | Manager Property |
| -------------------------------------------- | ---------- | ------------- | ---------------- |
| KEDA_OPERATOR_LEADER_ELECTION_LEASE_DURATION | Operator | 15s | LeaseDuration |
| KEDA_OPERATOR_LEADER_ELECTION_RENEW_DEADLINE | Operator | 10s | RenewDeadline |
| KEDA_OPERATOR_LEADER_ELECTION_RETRY_PERIOD | Operator | 2s | RetryPeriod |

## Restrict the Namespaces KEDA is Watching

Expand Down

0 comments on commit 35de4e9

Please sign in to comment.