Skip to content

Commit

Permalink
Enable debug mode for EKS
Browse files Browse the repository at this point in the history
  • Loading branch information
atarassov-ttd committed Oct 16, 2024
1 parent 4ce1ebf commit 858de3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/eks-pod/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function update_config() {

function run_enclave() {
echo "starting enclave... --cpu-count $CPU_COUNT --memory $MEMORY_MB --eif-path $EIF_PATH --enclave-cid $CID"
nitro-cli run-enclave --cpu-count $CPU_COUNT --memory $MEMORY_MB --eif-path $EIF_PATH --enclave-cid $CID --enclave-name uid2-operator
nitro-cli run-enclave --cpu-count $CPU_COUNT --memory $MEMORY_MB --eif-path $EIF_PATH --enclave-cid $CID --enclave-name uid2-operator --debug-mode --attach-console
}

echo "starting ..."
Expand Down

0 comments on commit 858de3a

Please sign in to comment.