Encounter following error while running
npx cdk deploy solana-single-node --json --outputs-file single-node-deploy.json to deploy Solana consensus node:
/workspaces/web3-workshop/aws-blockchain-node-runners/lib/solana/lib/ha-nodes-stack.ts:79
throw new Error("Consensus node configuration is not yet supported for HA setup");
[X] ✋ I have searched the open/closed issues and my issue is not listed.
/workspaces/web3-workshop/aws-blockchain-node-runners/lib/solana/lib/ha-nodes-stack.ts:79
throw new Error("Consensus node configuration is not yet supported for HA setup");
Description
Encounter following error while running
npx cdk deploy solana-single-node --json --outputs-file single-node-deploy.json
to deploy Solana consensus node:Versions
Module version [Required]:
Solana
AWS CDK version:
2.154.0 (build 0fc07f3)
Reproduction Code [Required]
Steps to reproduce the behavior:
1/
cp sample-configs/.env-sample-consensus .env
2/npx cdk deploy solana-single-node --json --outputs-file single-node-deploy.json
Expected behavior
Actual behavior
Terminal Output Screenshot(s)
Additional context