Skip to content

Commit ae7778d

Browse files
committed
fix(clustered): remove link to missing users page:
- Closes influxdata/DAR#436 - Hide link until users page is added - Cleanup
1 parent 77f06eb commit ae7778d

File tree

1 file changed

+17
-12
lines changed
  • content/influxdb/clustered/install/configure-cluster

1 file changed

+17
-12
lines changed

content/influxdb/clustered/install/configure-cluster/directly.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ The `AppInstance` resource contains key information, such as:
8989
Copy the provided `example-customer.yml` file to create a new configuration file
9090
specific to your InfluxDB cluster. For example, `myinfluxdb.yml`.
9191

92+
<!-- pymark.mark.skip -->
93+
9294
```sh
9395
cp example-customer.yml myinfluxdb.yml
9496
```
@@ -735,34 +737,37 @@ Replace the following:
735737
{{% /code-tab-content %}}
736738
{{< /code-tabs-wrapper >}}
737739

738-
##### Adding users
740+
##### Add users
741+
742+
Finally, to give users access to use `influxctl`, add the list of users to the `spec.package.spec.admin.users` field.
739743

740-
Finally, add all the users you wish to have access to use `influxctl`.
741-
Update the `spec.package.spec.admin.users` field with a list of these users.
744+
<!-- Pending /admin/users
742745
See [Adding or removing users](/influxdb/clustered/admin/users/) for more details.
746+
-->
743747

744748
#### Configure the size of your cluster
745749

746-
By default, an InfluxDB cluster is configured with the following:
750+
##### Default scale settings
747751

748-
- **3 ingesters**:
752+
- **3 ingesters**:
749753
Ensures redundancy on the write path.
750-
- **1 compactor**:
754+
- **1 compactor**:
751755
While you can have multiple compactors, it is more efficient to scale the
752756
compactor vertically (assign more CPU and memory) rather than horizontally
753757
(increase the number of compactors).
754-
- **1 querier**:
758+
- **1 querier**:
755759
The optimal number of queriers depends on the number of concurrent queries you are
756760
likely to have and how long they take to execute.
757761

758762
The default values provide a good starting point for testing.
759-
Once you have your cluster up and running and are looking for scaling recommendations,
763+
Once you have your cluster up and running and are looking for scaling recommendations
764+
for your anticipated workload,
760765
please [contact the InfluxData Support team](https://support.influxdata.com).
761-
We are happy to work with you to identify appropriate scale settings based on
762-
your anticipated workload.
763766

764-
**To use custom scale settings for your InfluxDB cluster**, modify the following fields
765-
in your `myinfluxdb.yml`. If omitted, your cluster will use the default scale settings.
767+
##### Customize scale settings
768+
769+
**To use custom scale settings for your InfluxDB cluster**, edit values for the following fields
770+
in your `myinfluxdb.yml`. If omitted, your cluster uses the default scale settings.
766771

767772
- `spec.package.spec.resources`
768773
- `ingester.requests`

0 commit comments

Comments
 (0)