Skip to content

Commit

Permalink
Merge pull request #13090 from rook/mergify/bp/release-1.12/pr-13080
Browse files Browse the repository at this point in the history
namespace: adding a dedicated entry for operator namespace in common (backport #13080)
  • Loading branch information
travisn committed Oct 24, 2023
2 parents 9e664c1 + be707e5 commit d526a08
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ to also change `ROOK_OPERATOR_NAMESPACE` to create a new Rook Operator for each
forget to set `ROOK_CURRENT_NAMESPACE_ONLY`), or you can leave it at the same value for every
Ceph cluster if you only wish to have one Operator manage all Ceph clusters.

If the operator namespace is different from the cluster namespace, the operator namespace must be
created before running the steps below. The cluster namespace does not need to be created first,
as it will be created by `common.yaml` in the script below.

```console
kubectl create namespace $ROOK_OPERATOR_NAMESPACE
```

This will help you manage namespaces more easily, but you should still make sure the resources are
configured to your liking.

Expand Down

0 comments on commit d526a08

Please sign in to comment.