Skip to content
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

Pass WindowsContainerResources in UpdateContainerResources call #1742

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kiashok
Copy link

@kiashok kiashok commented Jan 8, 2025

Pass WindowsContainerResources in UpdateContainerResources call
This was regressed in commit 1616f25 for crictl.exe update command on windows.
1616f25

What type of PR is this?

/kind bug

What this PR does / why we need it:

Fixes a regression introduced by a commit roughly 3 years ago.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE


@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jan 8, 2025
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 8, 2025
@kiashok
Copy link
Author

kiashok commented Jan 8, 2025

cc @jsturtevant @marosset @aravindhp @dims could you please take a look when you have a chance? Thanks!

This commit fixes the regression introduced
by commit 1616f25
by passing WindowsContainerResources information
in UpdateContainerResources call.

Signed-off-by: Kirtana Ashok <[email protected]>
@kiashok kiashok force-pushed the pass-windows-container-resources branch from 1593b34 to 80a8cdc Compare January 8, 2025 23:53
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 8, 2025
@kiashok
Copy link
Author

kiashok commented Jan 9, 2025

cc @msscotb

@kiashok
Copy link
Author

kiashok commented Jan 9, 2025

/retest

Copy link
Contributor

@jsturtevant jsturtevant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

test failures don't look related to this change.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 9, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: jsturtevant, kiashok
Once this PR has been reviewed and has the lgtm label, please assign mrunalp for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants