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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
After settings limits as specified in the k8s docs and the weave readme we don't see the QosClass change to guaranteed.
Also, in other documentation the question is if this is neccessary as the priorityClassName: system-node-critical is already used and merged as seen in #3691
So I don't understand fully:
is setting the priorityClassName enough?
if setting the ds is of added value, why does the qosClass doesn't change to guaranteed?
What happened?
after setting limits in the daemonset of weave, the qosClass: Burstable remained and did not change to guaranteed. A daemonset restart did also not help.
How to reproduce it?
Add limits with the same specs as the requests for each container.
What you expected to happen?
After settings limits as specified in the k8s docs and the weave readme we don't see the QosClass change to guaranteed.
Also, in other documentation the question is if this is neccessary as the
priorityClassName: system-node-critical
is already used and merged as seen in #3691So I don't understand fully:
What happened?
after setting limits in the daemonset of weave, the
qosClass: Burstable
remained and did not change to guaranteed. A daemonset restart did also not help.How to reproduce it?
Add limits with the same specs as the requests for each container.
Anything else we need to know?
Versions:
The text was updated successfully, but these errors were encountered: