Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Update aws-eks.yaml
Browse files Browse the repository at this point in the history
nicer al2 defaults
  • Loading branch information
adonm authored Aug 20, 2024
1 parent 09b3272 commit 72fcde3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rancher_setup/aws-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,9 @@ Resources:
Content-Type: text/x-shellscript; charset="us-ascii"

#!/bin/bash
mkfs.ext4 /dev/nvme1n1
mkdir -p /var/lib/longhorn
echo "/dev/nvme1n1 /var/lib/longhorn ext4 defaults 0 2" >> /etc/fstab
mount /var/lib/longhorn
/bin/setup-local-disks raid0
yum update -y
yum install -y iscsi-initiator-utils

--==BOUNDARY==--

Expand Down

0 comments on commit 72fcde3

Please sign in to comment.