- From the root of the repository, run the command below. You can make it faster by setting your architecture to
amd64orarm64:
export BUILD_ARGS="--platform linux/amd64"
bash .github/data/agent-framework/0.setup.shValidate that the kagent cli is setup and the cluster is running:
kagent version
kubectl get pods -A- Run individual challenges by navigating to the
.github/data/agent-frameworkrunning the following command:
export CLUSTER_CTX=kind-kagent
cd .github/data/agent-framework
scenario1/run.sh
npm i
npm i -g mocha
# ../run-challenge.sh scenario1 <challenge-name>
./run-challenge.sh scenario1 deployment-probe-failures.yamlor
- Run all challenges at once:
./1.run-scenarios.sh