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

No Azure Zone: Crate Cannot Start #660

Open
yannic-hamann-abb opened this issue Oct 4, 2024 · 0 comments
Open

No Azure Zone: Crate Cannot Start #660

yannic-hamann-abb opened this issue Oct 4, 2024 · 0 comments

Comments

@yannic-hamann-abb
Copy link

yannic-hamann-abb commented Oct 4, 2024

Just wanted to spin up some test crate cluster in Azure.
The host system is in no zone:

curl -s 'http://169.254.169.254/metadata/instance/compute/zone?api-version=2020-06-01&format=text' -H 'Metadata: true'

Returns an empty string.

Cluster start fails with:

starts CrateDB

Option             Description
------             -----------
-C <KeyValuePair>  Configure a setting
-V, --version      Prints CrateDB version information and exits
-h, --help         show help
-s, --silent       show minimal output
-v, --verbose      show verbose output
ERROR: setting [node.attr.zone] must not be empty

Setting as a workaround:

spec.cluster.settings:
   node.attr.zone: "test"
@yannic-hamann-abb yannic-hamann-abb changed the title No Azure Zone: Crate Cannot start No Azure Zone: Crate Cannot Start Oct 4, 2024
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