Install the latest filesystem creation packages (#3904)

This PR ensures that the e2fsprogs and xfsprogs packages are
installed on all Kubernetes nodes and that the packages are
the latest versions. It also ensures that the nodes can
create XFS filesystems when necessary, since not all distros
install xfsprogs by default.

e2fsprogs - ext2/ext3/ext4 file system utilities
xfsprogs - Utilities for managing the XFS filesystem
pull/4184/head
Earl C. Ruby III 2019-02-04 12:23:33 -08:00 committed by Kubernetes Prow Robot
parent bd9474bafd
commit 52e0aa7a80
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ common_required_pkgs:
- bash-completion
- socat
- unzip
- e2fsprogs
- xfsprogs
# Set to true if your network does not support IPv6
# This maybe necessary for pulling Docker images from