-
Notifications
You must be signed in to change notification settings - Fork 41.3k
restore e2fsprogs in hyperkube image #52798
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
restore e2fsprogs in hyperkube image #52798
Conversation
Hi @rphillips. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. 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. |
/sig node |
/release-note-none |
/retest |
/lgtm |
Awesome, thanks for submitting this so quickly! |
/lgtm cancel This PR as-written isn't sufficient to fix the issue. You'll need to bump the tag in |
@ixdy pushed the tag tweaks |
Building these now. FYI @tallclair |
/retest |
/kind bug |
images pushed. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ixdy, rphillips, zmerlynn Associated issue: 52789 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 52477, 52790, 52798). If you want to cherry-pick this change to another branch, please follow the instructions here.. |
@jamiehannaford will bring it up in the burndown meeting as i don't know the answer |
This PR was cherry picked into the 1.8 release branch. I suspect it will be built into the next beta. |
What this PR does / why we need it:
Kubernetes defaults to the ext4 filesystem if no filesystem is specified. Unformatted filesystems are not able to be mounted without these tools.
The default ext{2,3,4} tools and mkfs.* utilities should be included in the hyperkube image.
Which issue this PR fixes: Fixes #52789 #50802
Special notes for your reviewer:
Release note: