Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: OB_CLUSTER_NAME is not working #51

Open
ysmintor opened this issue Feb 21, 2025 · 0 comments
Open

[Bug]: OB_CLUSTER_NAME is not working #51

ysmintor opened this issue Feb 21, 2025 · 0 comments

Comments

@ysmintor
Copy link

ysmintor commented Feb 21, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant