-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable response compression for k8s restAPI in client-go #3866
Conversation
Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix.
-
Shouldn't we add the same to Metrics Server config?
Line 75 in dab87b5
if cfg != nil { -
Could you please add this issue to Changelog?
-
And also a document it, probably here: https://keda.sh/docs/2.9/operate/cluster/#kubernetes-client-parameters
have added documentation here: |
Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]>
Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]>
@zroubalik all feedback incorporated. Please check |
/run-e2e aws* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, thanks a lot!
Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]>
Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]>
Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]>
/run-e2e aws* |
/run-e2e |
/run-e2e |
) * Disable response compression for k8s restAPI in client-go Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> * Updating metrics server with the same parameters Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> * Adding the change to changelog Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> * Set default value to true for disable compression Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> * Changing default value to true in adapter Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> Co-authored-by: Chaitanya Kuduvalli Ramachandra <[email protected]>
) * Disable response compression for k8s restAPI in client-go Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> * Updating metrics server with the same parameters Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> * Adding the change to changelog Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> * Set default value to true for disable compression Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> * Changing default value to true in adapter Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]> Co-authored-by: Chaitanya Kuduvalli Ramachandra <[email protected]>
Keda-operator timing out for large number of configmaps and secrets. Hence disabling compression in client-go.
#3863
Checklist
Fixes #3863