-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Remove unsupported Windows SAC images from pause image #107056
Remove unsupported Windows SAC images from pause image #107056
Conversation
pod pending timed out |
/lgtm |
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
Thank you @jsturtevant
Do we need to wait for kubernetes/test-infra#24689 to merge for this PR too? |
Looking at it again, I think we need to bump the pause image version as well, since 3.6 was already promoted. Additionally, we should add a note about these changes into the pause image Change logs: https://github.com/kubernetes/kubernetes/blob/master/build/pause/CHANGELOG.md
I don't think so. The test jobs are running using promoted images. If this gets merged, the postsubmit job will build the image and push it to the staging registry, it's not automatically promoted. |
Yes, please bump to 3.7 https://github.com/kubernetes/kubernetes/blob/master/build/pause/Makefile#L20 |
+1 to use what @claudiubelu said as the rule of thumb, if the TAG has a version that is promoted to the public repository then we need to bump the TAG for any changes that changes the payload of the image. |
3.7 or 3.6.1? |
It seems like we are not being consistent w/ pause image versioning. |
3.7 makes sense to me, it is a breaking change as we are dropping support not adding additional |
Works for me! |
3.7 works for me as well. Don't forget to add a note for the 3.7 image in the pause image's Changelog as well: https://github.com/kubernetes/kubernetes/blob/master/build/pause/CHANGELOG.md Also, in your PR message, in the |
15e14b4
to
7a15440
Compare
updated, including the Release note section |
7a15440
to
b6599b1
Compare
Signed-off-by: James Sturtevant <jstur@microsoft.com>
b6599b1
to
c5e341d
Compare
/assign @cblecker @marosset @claudiubelu |
/assign @spiffxp @claudiubelu @marosset |
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
/triage accepted |
/assign @dims |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, jsturtevant, marosset, ravisantoshgudimetla The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@jsturtevant: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test pull-kubernetes-e2e-kind-ipv6 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Removes Windows SAC releases are no longer supported by Microsoft. This removes the support in k8s pause image and reduces storage space in registry for newer versions of pause image.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/sig windows
/cc @claudiubelu @marosset @ravisantoshgudimetla