You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/how-tos/upgrade-loki-v0-v1.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,18 @@ helm_values:
41
41
42
42
Remove the parameters from "Step 1" and deploy again.
43
43
44
+
=== (Optional) Consider disabling Zone Aware Replication
45
+
46
+
[IMPORTANT]
47
+
====
48
+
This version of the component disables zone aware replication by default, because the rollout-operator in this version of the component *installs CRDs* for certain functionalities.
49
+
50
+
That can be a problem, when more than 1 instance of this component is installed.
51
+
We recommend disabling zone aware replication, unless you need this feature and have a cluster that actually has multiple availability zones enabled.
52
+
====
53
+
54
+
See xref:references/parameters.adoc#_global[global configuration] for reference.
0 commit comments