Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ To create the Redpanda cluster:
```bash
export AWS_ZONES='["use2-az1", "use2-az2", "use2-az3"]'
export REDPANDA_CLUSTER_NAME=sample-redpanda-cluster
export REDPANDA_VERSION=25.1
export REDPANDA_VERSION=25.2
export REDPANDA_THROUGHPUT_TIER=tier-1-aws-v3-arm
export AGENT_INSTANCE_PROFILE_ARN="$(terraform output -raw agent_instance_profile_arn)"
export CONNECTORS_NODE_GROUP_INSTANCE_PROFILE="$(terraform output -raw connectors_node_group_instance_profile_arn)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export AZURE_RESOURCE_PREFIX=sample-
export REDPANDA_CLUSTER_NAME=<Redpanda Cluster Name>
export REDPANDA_RG_ID=<Redpanda Cloud Resource Group Id>
export REDPANDA_THROUGHPUT_TIER=tier-1-azure-v3-x86
export REDPANDA_VERSION=25.1
export REDPANDA_VERSION=25.2
export REDPANDA_MANAGEMENT_STORAGE_ACCOUNT_NAME=rpmgmtsa
export REDPANDA_MANAGEMENT_STORAGE_CONTAINER_NAME=rpmgmtsc
export REDPANDA_0_PODS_SUBNET_NAME=snet-rp-0-pods
Expand Down