Skip to content

Commit

Permalink
use long form param name
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 committed Apr 11, 2024
1 parent e53196d commit 1c110d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysbox-eks.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ build {
"export CRICTL_VERSION='v${var.k8s_version}.0'",
"wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$CRICTL_VERSION/crictl-$CRICTL_VERSION-linux-amd64.tar.gz",
"sudo tar zxvf crictl-$CRICTL_VERSION-linux-amd64.tar.gz -C /usr/local/bin",
"rm -f crictl-$CRICTL_VERSION-linux-amd64.tar.gz",
"rm --force crictl-$CRICTL_VERSION-linux-amd64.tar.gz",

"echo Enabling CRI-O at startup",
"sudo systemctl enable crio"
Expand Down

0 comments on commit 1c110d5

Please sign in to comment.