clickhouse-operator icon indicating copy to clipboard operation
clickhouse-operator copied to clipboard

Quickstart doc ambiguity: CHI namespaces

Open rgeraskin opened this issue 4 years ago • 0 comments

In quickstart doc we see the Create Custom Namespace section:

It is a good practice to have all components run in dedicated namespaces. Let's run examples in the test namespace

But later in the Trivial example section, we install the ClickHouseInstallation manifest to the test-clickhouse-operator namespace. And it works only if we've installed the operator to the same namespace earlier: it's only one of three provided install solutions in this guide.

Moreover, it's not obvious from the doc that the operator watches for CHI only in the same namespace where it was installed by default.

rgeraskin avatar May 21 '21 07:05 rgeraskin