Describe the bug
As you can see from
|
export OB_CLUSTER_NAME=${OB_CLUSTER_NAME:-obcluster} |
which set OB_CLUSTER_NAME, but the usage code like
|
create_tenant_cmd="obd cluster tenant create obcluster -n ${OB_TENANT_NAME} -o ${OB_SCENARIO}" |
and others line which referenced of obcluster should replace with ${OB_CLUSTER_NAME}
Environment
OB CE 4.3.5
Fast reproduce steps
docker run -e OB_CLUSTER_NAME=xxx ... is not working
Expected behavior
No response
Actual behavior
No response
Additional context
No response
Describe the bug
As you can see from
docker-images/oceanbase-ce/boot/env.sh
Line 4 in 56bdfb9
which set OB_CLUSTER_NAME, but the usage code like
docker-images/oceanbase-ce/boot/start.sh
Line 114 in 56bdfb9
and others line which referenced of obcluster should replace with ${OB_CLUSTER_NAME}
Environment
OB CE 4.3.5
Fast reproduce steps
docker run -e OB_CLUSTER_NAME=xxx ... is not working
Expected behavior
No response
Actual behavior
No response
Additional context
No response