Skip to content
Snippets Groups Projects
Commit 52e0aa7a authored by Earl C. Ruby III's avatar Earl C. Ruby III Committed by Kubernetes Prow Robot
Browse files

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
parent bd9474ba
Branches
Tags
No related merge requests found
...@@ -15,6 +15,8 @@ common_required_pkgs: ...@@ -15,6 +15,8 @@ common_required_pkgs:
- bash-completion - bash-completion
- socat - socat
- unzip - unzip
- e2fsprogs
- xfsprogs
# Set to true if your network does not support IPv6 # Set to true if your network does not support IPv6
# This maybe necessary for pulling Docker images from # This maybe necessary for pulling Docker images from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment