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
We should use a Kubernetes cached client to optimize terraform objects query since that could potentially put a lot of pressure on k8s API.
This a follow-up issue of #779 derived by Michael comment: #790 (comment)
User Story
As a Terraform Controller user,
I'd like to use a Kubernetes cached client for Terraform objects query in the branch planner implementation,
so that it reduces the pressure on the k8s API and optimizes performance.
Acceptance Criteria
Implement a Kubernetes cached client for querying Terraform objects
Verify reduced pressure on the k8s API
The text was updated successfully, but these errors were encountered:
We should use a Kubernetes cached client to optimize terraform objects query since that could potentially put a lot of pressure on k8s API.
This a follow-up issue of #779 derived by Michael comment: #790 (comment)
User Story
As a Terraform Controller user,
I'd like to use a Kubernetes cached client for Terraform objects query in the branch planner implementation,
so that it reduces the pressure on the k8s API and optimizes performance.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: