Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/castai-cluster-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: castai-cluster-controller
description: Cluster controller is responsible for handling certain Kubernetes actions such as draining and deleting nodes, adding labels, approving CSR requests.
type: application
version: 0.83.1
version: 0.83.2
appVersion: "v0.59.0"
annotations:
release-date: "2024-06-04T07:10:07"
Expand Down
4 changes: 2 additions & 2 deletions charts/castai-cluster-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Cluster controller is responsible for handling certain Kubernetes actions such a
| imagePullSecrets | object | `{}` | |
| k8sApiClient | object | `{"rateLimit":{"burst":400,"qps":200}}` | Settings for configuring k8s client used in castai-cluster-controller. |
| leaderElectionEnabled | bool | `true` | When running 2+ replicas of castai-cluster-controller only one should work as a leader. |
| leaderElectionLeaseDuration | string | `"15s"` | |
| leaderElectionRenewDeadline | string | `"10s"` | |
| leaderElectionLeaseDuration | string | `"80s"` | |
| leaderElectionRenewDeadline | string | `"60s"` | |
| maxActionsInProgress | int | `1000` | Max number of actions, which are done concurrently. |
| monitor.resources.requests.cpu | string | `"100m"` | |
| monitor.resources.requests.memory | string | `"128Mi"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/castai-cluster-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replicas: 2
pdbMinAvailable: 1
# leaderElectionEnabled -- When running 2+ replicas of castai-cluster-controller only one should work as a leader.
leaderElectionEnabled: true
leaderElectionLeaseDuration: 15s
leaderElectionRenewDeadline: 10s
leaderElectionLeaseDuration: 80s
leaderElectionRenewDeadline: 60s

# commonLabels -- Labels to add to all resources.
commonLabels: {}
Expand Down
Loading