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

Commit

Permalink
change crictl binary location
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed May 24, 2024
1 parent a8dc527 commit 387b089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/orabos/exec.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ chown -R nova:libvirt-qemu /var/lib/nova/{instances,mnt}
# crictl
CRI_VERSION=1.27.0

wget --show-progress --progress=bar:force -4 -P /usr/local/bin \
wget --show-progress --progress=bar:force -4 -P /opt/bin \
https://github.com/kubernetes-sigs/cri-tools/releases/download/v${CRI_VERSION}/crictl-v${CRI_VERSION}-linux-amd64.tar.gz

rm -f /root/.wget-hsts

tar -C /usr/local/bin -xf /usr/local/bin/crictl-v${CRI_VERSION}-linux-amd64.tar.gz
tar -C /opt/bin -xf /opt/bin/crictl-v${CRI_VERSION}-linux-amd64.tar.gz

0 comments on commit 387b089

Please sign in to comment.