mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 10:13:46 +00:00
12 lines
293 B
Bash
12 lines
293 B
Bash
#!/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
|