Sotiris Salloumis
Sotiris Salloumis
#### What type of PR is this? /kind bug #### What this PR does / why we need it: It is needed to resize allocated CPU of a Guaranteed QoS...
This PR updates the links in coding-conventions.md **Which issue(s) this PR fixes**: Fixes #
Table needed an update, table included Go versions used up to early 1.25 release. Which issue(s) this PR fixes: Fixes #
#### What type of PR is this? /kind cleanup /kind failing-test #### What this PR does / why we need it: To fix failing job https://testgrid.k8s.io/sig-testing-misc#pull-kubernetes-local-e2e&width=90, (even if test pass,...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Attempts to add Pod Resize Node E2E test using framework in...
/kind bug **What steps did you take and what happened:** This issue relates with failures seen in cluster [88be0e7359055742becb](https://go.k8s.io/triage#88be0e7359055742becb) Error text ``` Timed out after 1200.000s. Expected : false to...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: For container restarts as a result of resize patch, this PR...
cri-dockerd does not set Resources to ContainerStatus [code](https://github.com/Mirantis/cri-dockerd/blob/ebd9de065ad5e5b933cd4a102550125383416efb/core/container_status.go#L122) For comparison containerd sets it [code](https://github.com/Mirantis/cri-dockerd/blob/ebd9de065ad5e5b933cd4a102550125383416efb/core/container_status.go#L122) This results to K8s failure to throttle pod so that it follows resized CPU limit on...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: It is needed to resize allocated CPU of a Guaranteed QoS...