Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion website/docs/operator_conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,15 @@ You can also access pprof using the browser at [http://localhost:6060/debug/ppro
This is **not** the intended way to expose the feature in production.
Treat pprof as a sensitive debugging interface and never expose it publicly.
If you must access it remotely, secure it with proper network policies and access controls.
:::
:::

## Multiple Namespaced Deployments

:::warning
CloudNativePG does NOT currently support running multiple operators on
the same cluster. While this can be achieved through the use of namespaced
deployments using `ENABLE_WEBHOOK_NAMESPACE_SUFFIX` and `WATCH_NAMESPACE`,
multiple operators still use the same set of shared CRDs. We cannot
guarantee a backwards compatible upgrade across multiple concurrently
running operators.
:::
13 changes: 12 additions & 1 deletion website/versioned_docs/version-1.30/operator_conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,15 @@ You can also access pprof using the browser at [http://localhost:6060/debug/ppro
This is **not** the intended way to expose the feature in production.
Treat pprof as a sensitive debugging interface and never expose it publicly.
If you must access it remotely, secure it with proper network policies and access controls.
:::
:::

## Multiple Namespaced Deployments

:::warning
CloudNativePG does NOT currently support running multiple operators on
the same cluster. While this can be achieved through the use of namespaced
deployments using `ENABLE_WEBHOOK_NAMESPACE_SUFFIX` and `WATCH_NAMESPACE`,
multiple operators still use the same set of shared CRDs. We cannot
guarantee a backwards compatible upgrade across multiple concurrently
running operators.
:::