File tree 2 files changed +9
-0
lines changed 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Unreleased
14
14
15
15
* Fixed JWT auth handlers for clusters without users.
16
16
17
+ * Clarify usage of ``CLOUD_PROVIDER `` in the documentation.
18
+
17
19
2.41.1 (2024-08-30)
18
20
-------------------
19
21
Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ expected to use upper case letters and must be prefixed with
23
23
in one availability zone (AZ) of that corresponding AWS region. If all
24
24
copies of some shard were located in the same AZ, an outage of that AZ would
25
25
imply some data being unavailable in CrateDB.
26
+ This variable is optional. If it is set, make sure that the underlying
27
+ Kubernetes Nodes are configured with availability zones.
28
+ The operator will then use this information to ensure that CrateDB nodes are
29
+ spread across different availability zones. This is done by setting the
30
+ ``node.attr.zone `` attribute on CrateDB nodes.
31
+ The operator also sets annotations on the Kubernetes Loadbalancers, based on
32
+ ``CLOUD_PROVIDER ``.
26
33
27
34
To ensure CrateDB properly replicates shards to other nodes in different
28
35
availability zones, one can make use of CrateDB's :ref: `routing allocation
You can’t perform that action at this time.
0 commit comments