This commit is contained in:
yumoqing 2025-11-21 15:25:03 +08:00
parent e3d1d04387
commit 7a90ce3cef

View File

@ -12,7 +12,7 @@ mkdir -p $TMP/bin $TMP/manifests $TMP/images $TMP/deps
echo "[1] 下载 依赖包" echo "[1] 下载 依赖包"
cd $TMP/deps cd $TMP/deps
apt install --downloadonly nfs-common nfs-utils rpcbind apt install --download-only nfs-common nfs-utils rpcbind
echo "📥 下载 crictl" echo "📥 下载 crictl"
curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/${CRICLT_VERSION}/crictl-${CRICLT_VERSION}-linux-${ARCH}.tar.gz | tar xz -C . curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/${CRICLT_VERSION}/crictl-${CRICLT_VERSION}-linux-${ARCH}.tar.gz | tar xz -C .
echo "📥 下载 CNI plugins" echo "📥 下载 CNI plugins"