Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Aug 22, 2024
1 parent 9e89f52 commit 42932c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sysbox-eks.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,12 @@ build {
"echo 'containers:231072:1048576' | sudo tee --append /etc/subuid",
"echo 'containers:231072:1048576' | sudo tee --append /etc/subgid",
# /usr/local/share/eks/bootstrap.sh is symlinked to /etc/eks/boostrap.sh
"sudo patch --backup /usr/local/share/eks/bootstrap.sh /usr/local/share/eks/bootstrap.sh.patch"
"sudo patch --backup /usr/local/share/eks/bootstrap.sh /usr/local/share/eks/bootstrap.sh.patch",

"echo Restarting CRI-O",
"sudo systemctl restart crio",
"if ! systemctl is-active --quiet crio; then echo 'CRI-O is not running'; exit 1; fi",
"echo 'CRI-O is running'",
]
}

Expand Down

0 comments on commit 42932c8

Please sign in to comment.