-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
Hi @yannic-hamann-abb, first of all apologies for the late response! Could you please share environment variable settings you pass to I assume I hope that makes sense, otherwise let me know. From documentation:
|
Hi, the only config for the operator is: crate-operator:
env:
CRATEDB_OPERATOR_CLOUD_PROVIDER: "azure" # https://github.com/crate/crate-operator/blob/master/docs/source/configuration.rst
CRATEDB_OPERATOR_LOG_LEVEL: "WARNING" As mentioned initially, cluster start fails when the azure metadata service returns an empty string. But, are you really sure the operator always configures multi zone setup automatically? So AFAIK the default cluster setup via the crate-operator is without multi-zone support and therefore not setting a zone shouldn't fail. |
You are right, routing awareness would need to be configured in the If Agree it could be more explicitly mentioned, that setting a cloud provider with |
|
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:
Setting as a workaround:
The text was updated successfully, but these errors were encountered: