mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Merge pull request #16056 from paralin/fix-aws-reboot-failure
Auto commit by PR queue bot
This commit is contained in:
commit
f13ed3ff75
@ -164,7 +164,8 @@ if [[ ${docker_storage} == "btrfs" ]]; then
|
||||
DOCKER_OPTS="${DOCKER_OPTS} -s btrfs"
|
||||
elif [[ ${docker_storage} == "aufs-nolvm" || ${docker_storage} == "aufs" ]]; then
|
||||
# Install aufs kernel module
|
||||
apt-get install --yes linux-image-extra-$(uname -r)
|
||||
# Fix issue #14162 with extra-virtual
|
||||
apt-get install --yes linux-image-extra-$(uname -r) linux-image-extra-virtual
|
||||
|
||||
# Install aufs tools
|
||||
apt-get install --yes aufs-tools
|
||||
|
Loading…
Reference in New Issue
Block a user