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
Users should have been informed that the auth-proxy side-car container is requesting 1 core CPU and 2Gi Memory by default. Additionally, examples can be provided of how to adjust these values.
Actual Behavior
The only way to understand the default requested resources is either diving through the operator code or inspecting the container resource allocation after deployment, which is not that convenient.
Steps to Reproduce the Problem
Follow the instructions in the Quick Start Guide (or Examples) and deploy the operator and related resources
Inspect the resource allocations
Specifications
A similar issue was created for cloud-sql-proxy and then users guided through the examples. I believe the same solution can be provided here as well.
Version: v1.1.0
Platform: -
The text was updated successfully, but these errors were encountered:
Adds resource allocation configurations to the examples. The resource requests are configured with the side-car container default resource request values. Follows the approach on this PR
Fixes#433
Co-authored-by: Jonathan Hess (he/him) <[email protected]>
Expected Behavior
Users should have been informed that the auth-proxy side-car container is requesting 1 core CPU and 2Gi Memory by default. Additionally, examples can be provided of how to adjust these values.
Actual Behavior
The only way to understand the default requested resources is either diving through the operator code or inspecting the container resource allocation after deployment, which is not that convenient.
Steps to Reproduce the Problem
Specifications
A similar issue was created for cloud-sql-proxy and then users guided through the examples. I believe the same solution can be provided here as well.
The text was updated successfully, but these errors were encountered: