SpectroCloud: Difference between revisions

From DER's LLC
Jump to navigation Jump to search
Line 22: Line 22:


===Vertex Install===
===Vertex Install===
cd /nfs/Download/
chmod +x airgap-fips-v$VERSION.bin
  ./airgap-vertex-v4.5.8.bin --nodiskspace --target /nfs/Download/airgap-vertex/
  ./airgap-vertex-v4.5.8.bin --nodiskspace --target /nfs/Download/airgap-vertex/

Revision as of 15:42, 14 November 2024

Spectro Cloud Documentation

Vertex Installation

Pre Requisites

###############################
# SpectroCloud Docs Reference #
###############################
# https://docs.spectrocloud.com/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/checklist/
################
# INSTALL ORAS #
################
# GET LATEST VERSION FROM: https://github.com/oras-project/oras/releases
VERSION="1.2.0"
curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
mkdir -p oras-install/
tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
sudo mv oras-install/oras /usr/local/bin/
rm -rf oras_${VERSION}_*.tar.gz oras-install/
##############################
# INSTALL JQ, ZIP, and UNZIP #
##############################
yum -y install jq zip unzip

Vertex Install

cd /nfs/Download/
chmod +x airgap-fips-v$VERSION.bin
./airgap-vertex-v4.5.8.bin --nodiskspace --target /nfs/Download/airgap-vertex/