@@ -89,6 +89,8 @@ The `AppInstance` resource contains key information, such as:
89
89
Copy the provided ` example-customer.yml ` file to create a new configuration file
90
90
specific to your InfluxDB cluster. For example, ` myinfluxdb.yml ` .
91
91
92
+ <!-- pymark.mark.skip -->
93
+
92
94
``` sh
93
95
cp example-customer.yml myinfluxdb.yml
94
96
```
@@ -735,34 +737,37 @@ Replace the following:
735
737
{{% /code-tab-content %}}
736
738
{{< /code-tabs-wrapper >}}
737
739
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.
739
743
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
742
745
See [Adding or removing users](/influxdb/clustered/admin/users/) for more details.
746
+ -->
743
747
744
748
# ### Configure the size of your cluster
745
749
746
- By default, an InfluxDB cluster is configured with the following :
750
+ # #### Default scale settings
747
751
748
- - **3 ingesters**:
752
+ - **3 ingesters**:
749
753
Ensures redundancy on the write path.
750
- - **1 compactor**:
754
+ - **1 compactor**:
751
755
While you can have multiple compactors, it is more efficient to scale the
752
756
compactor vertically (assign more CPU and memory) rather than horizontally
753
757
(increase the number of compactors).
754
- - **1 querier**:
758
+ - **1 querier**:
755
759
The optimal number of queriers depends on the number of concurrent queries you are
756
760
likely to have and how long they take to execute.
757
761
758
762
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,
760
765
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.
763
766
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.
766
771
767
772
- ` spec.package.spec.resources`
768
773
- ` ingester.requests`
0 commit comments