Skip to content

Commit

Permalink
Add a flag so Partial matching could be an opt-in feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanstankovcast committed Dec 20, 2023
1 parent a3e9137 commit aedfa77
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
15 changes: 10 additions & 5 deletions castai/sdk/api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/aks/aks_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ module "castai-aks-cluster" {
"scopedMode": false
}
},
"nodeTemplatesPartialMatchingEnabled": false,
"clusterLimits": {
"cpu": {
"maxCores": 20,
Expand Down
1 change: 1 addition & 0 deletions examples/eks/eks_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ module "castai-eks-cluster" {
"scopedMode": false
}
},
"nodeTemplatesPartialMatchingEnabled": false,
"clusterLimits": {
"cpu": {
"maxCores": 20,
Expand Down
1 change: 1 addition & 0 deletions examples/gke/gke_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ module "castai-gke-cluster" {
"scopedMode": false
}
},
"nodeTemplatesPartialMatchingEnabled": false,
"clusterLimits": {
"cpu": {
"maxCores": 20,
Expand Down

0 comments on commit aedfa77

Please sign in to comment.