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: website/versioned_docs/version-1.30/operator_conf.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,15 @@ Name | Description
68
68
`STANDBY_TCP_USER_TIMEOUT` | Defines the [`TCP_USER_TIMEOUT` socket option](https://www.postgresql.org/docs/current/runtime-config-connection.html#GUC-TCP-USER-TIMEOUT) in milliseconds for replication connections from standby instances to the primary. Default is 5000 (5 seconds). Set to `0` to use the system's default.
69
69
`WATCH_NAMESPACE` | Specifies the namespace(s) where the operator should watch for resources. Multiple namespaces can be specified separated by commas. If not set, the operator watches all namespaces (cluster-wide mode).
70
70
71
+
:::warning
72
+
CloudNativePG does NOT currently support running multiple operators on
73
+
the same cluster. While this can be achieved through the use of namespaced
74
+
deployments using `ENABLE_WEBHOOK_NAMESPACE_SUFFIX` and `WATCH_NAMESPACE`,
75
+
multiple operators still use the same set of shared CRDs. We cannot
76
+
guarantee a backwards compatible upgrade across multiple concurrently
77
+
running operators.
78
+
:::
79
+
71
80
Values in `INHERITED_ANNOTATIONS` and `INHERITED_LABELS` support path-like wildcards. For example, the value `example.com/*` will match
72
81
both the value `example.com/one` and `example.com/two`.
73
82
@@ -221,4 +230,4 @@ You can also access pprof using the browser at [http://localhost:6060/debug/ppro
221
230
This is **not** the intended way to expose the feature in production.
222
231
Treat pprof as a sensitive debugging interface and never expose it publicly.
223
232
If you must access it remotely, secure it with proper network policies and access controls.
0 commit comments