Skip to content

Commit

Permalink
Revert "Pin Kernel 5.4 to 5.4.209-116.367 to prevent nodes from going…
Browse files Browse the repository at this point in the history
… into Unready (#1072)" (#1086)

This reverts commit ff27e24.
  • Loading branch information
mmerkes committed Nov 4, 2022
1 parent ee841f3 commit 6f629e1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/upgrade_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ fi
if [[ $KERNEL_VERSION == "4.14" ]]; then
sudo yum update -y kernel
elif [[ $KERNEL_VERSION == "5.4" ]]; then
# Pinning Kernel to 5.4.209-116.367 since we're investigating issues with later Kernel versions which cause nodes to become Unready.
# sudo amazon-linux-extras install -y kernel-5.4
sudo amazon-linux-extras enable kernel-5.4=latest
sudo yum -y install kernel-5.4.209-116.367.amzn2
sudo yum install -y yum-plugin-versionlock
sudo yum versionlock kernel-5.4*
sudo amazon-linux-extras install -y kernel-5.4
elif [[ $KERNEL_VERSION == "5.10" ]]; then
sudo amazon-linux-extras install -y kernel-5.10
else
Expand Down

0 comments on commit 6f629e1

Please sign in to comment.