-
Notifications
You must be signed in to change notification settings - Fork 13k
cannot deploy nacos server inside EDAS #1217
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
Comments
cannot deploy nacos server inside EDASIssue DescriptionType: bug report cannot deploy nacos server inside EDAS. Describe what happened (or what feature you want)when you deploy nacos server inside EDAS, namespace will be repaced with EDAS env -- ALIBABA_ALIWARE_NAMESPACE Describe what you expected to happencustom namespace should be primarily How to reproduce it (as minimally and precisely as possible)
Tell us your environmentAnything else we need to know? |
@k4124k Your problem is your namespace id is overridden and you don't want it to be replaced? |
yes |
use -Dnamespace=xxxx to override the system environment variable. |
same question with system property when use public namespace - tenant.id / acm.namespace |
We found it's a bug of nacos-client. We will fix it in Nacos 1.0.1 in this month. |
Issue Description
Type: bug report
cannot deploy nacos server inside EDAS.
Describe what happened (or what feature you want)
when you deploy nacos server inside EDAS, namespace will be repaced with EDAS env -- ALIBABA_ALIWARE_NAMESPACE
Describe what you expected to happen
custom namespace should be primarily
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
found in nacos-client 0.9.1+
The text was updated successfully, but these errors were encountered: