mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #56937 from redbaron/hyperkube-xfs
Automatic merge from submit-queue (batch tested with PRs 58562, 56937). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add xfsprogs to hyperkube baseimage **What this PR does / why we need it**: adds `xfsprogs` to hyperkube image, so that XFS filesystem can be created on unformatted volumes. ```release-note NONE ``` /sig node /sig storage
This commit is contained in:
commit
f0e72a77d9
@ -28,6 +28,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
|
||||
cifs-utils \
|
||||
conntrack \
|
||||
e2fsprogs \
|
||||
xfsprogs \
|
||||
ebtables \
|
||||
ethtool \
|
||||
git \
|
||||
|
Loading…
Reference in New Issue
Block a user