20240106111312

Prerequisites

  • Ensure cluster is updated to 4.13
  • Change worker node count to 4 on a minimal deployment.

20240106142502

SSH into RHEL jumpbox

ssh  cloud-user@<jumpbox_ip>

Optional run the script below to install dependencies

curl -OL https://raw.githubusercontent.com/tosin2013/redhat-edge-ai-industrial-demo-infra/main/dev-box.sh
chmod +x dev-box.sh
./dev-box.sh

Configure ArgoCD

cd $HOME/redhat-edge-ai-industrial-demo-infra
oc create -k clusters/overlays/rosa

Run Tekton Pipeline

20240106111607

20240106134547

Back to Homepage