-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Change performance targets in roadmap #5923
Conversation
To give a bit more context on that: Obviously, starting a pod involves loading an image, which we can't really control. but in my opinion, the goal should be something like that: |
@@ -58,7 +58,7 @@ clustered database or key-value store. We will target such workloads for our | |||
- Status: in progress | |||
3. Scale to 30-50 pods (1-2 containers each) per node (#4188) | |||
- Status: | |||
4. Scheduling throughput: 99% of scheduling decisions made in less than 1s on 100 node, 3000 pod cluster; linear time to number of nodes and pods (#3954) | |||
4. Scheduling throughput: 99% of end-to-end pod startup time with prepulled images is less than 5s on 100 node, 3000 pod cluster; linear time to number of nodes and pods (#3952, #3954) |
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.
BTW - I'm not 100% convinced that 5 seconds is a good target - please let me know if you have better suggestion for 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.
Why is this the scheduling throughput if we include kubelet pulling the image and starting the containers?
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.
It shouldn't be - updated. Thanks for pointing this out.
i would suggest splitting into two separate performance targets (i.e. the original one, as well as the new proposed one). |
be8de28
to
7ebd1e3
Compare
Thanks Quinton - I agree this makes sense - updated. |
LGTM |
7ebd1e3
to
82f565e
Compare
LGTM - you guys can commit in your daytime hours :) |
Change performance targets in roadmap
Change performance targets in roadmap to be more customer-visible.
cc @thockin @brendanburns @davidopp @fgrzadkowski