mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 18:23:46 +00:00
Testes de Carga: /deploy/oke/load-test
This commit is contained in:
11
deploy/oke/load-test/scripts/00_prepare.sh
Normal file
11
deploy/oke/load-test/scripts/00_prepare.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
"$DIR/prepare_env.sh"
|
||||
echo
|
||||
cat <<'TXT'
|
||||
Next:
|
||||
1) edit deploy/oke/load-test/.env.runtime
|
||||
2) copy the real Autonomous wallet into templates/agent_template_backend/wallet/
|
||||
3) run configure_kubeconfig.sh
|
||||
TXT
|
||||
Reference in New Issue
Block a user