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 filesystempull/4184/head
parent
bd9474bafd
commit
52e0aa7a80
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue