-
Notifications
You must be signed in to change notification settings - Fork 524
pref: Increase kubernetes config QPS and Burst #2808
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
base: main
Are you sure you want to change the base?
Conversation
Can you provide some reasoning why this change should be made? Ideally with some numbers... |
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.
Looks good. Thank you!
@matskiv Please rerun the tests. |
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.
Naming is hard. I've added my feedback, but will also seek additional maintainer feedback.
pkg/pro/remote.go
Outdated
inClusterConfig.QPS = float32(qps) | ||
|
||
// Get Burst from environment variable or default to 80 | ||
burstStr := os.Getenv("K8S_CLIENT_BURST") |
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.
similar comment as above
Ok, I'm done, and you can check it. |
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.
lgtm
What issue type does this pull request address? (keep at least one, remove the others)
/kind enhancement
What does this pull request do? Which issues does it resolve?
none
Please provide a short message that should be published in the vcluster release notes
Increased QPS and Burst for kubernetes config from 40 to 1000 for QPS and 80 to 2000 fo Burst.