Skip to content

Commit 77aaf8f

Browse files
authored
Update Scale cluster page (#91)
1 parent 52153da commit 77aaf8f

File tree

4 files changed

+16
-27
lines changed

4 files changed

+16
-27
lines changed
-206 KB
Binary file not shown.

docs/_assets/img/cluster-scale.png

25.4 KB
Loading

docs/howtos/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the CrateDB Cloud Console.
2222

2323
Create Organization <create-org>
2424
Add users to organization <add-users>
25-
Reconfigure Cluster <reconfigure-cluster>
25+
Scale Cluster <reconfigure-cluster>
2626
Suspend Cluster <suspend-cluster>
2727
Delete Cluster <delete-cluster>
2828
Restore Backups <restore-backups>
@@ -60,7 +60,7 @@ Learn how to add users to organizations and manage their privileges.
6060
:margin: 4 4 0 0
6161
:gutter: 1
6262

63-
:::{grid-item-card} {octicon}`tools` Reconfigure Cluster
63+
:::{grid-item-card} {octicon}`tools` Scale Cluster
6464
:link: reconfigure-cluster
6565
:link-type: ref
6666
Learn how to scale your cluster up or down, depending on your needs.

docs/howtos/reconfigure-cluster.md

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,31 @@
22
# Scale cluster
33

44
Scaling or reconfiguring your cluster happens on the \"Scale\" tab of
5-
the CrateDB Cloud Console.
6-
7-
The page displays the current configuration of your cluster. You can see
8-
your current plan, the resources of a single node, and the overall
9-
resources of the cluster.
5+
the CrateDB Cloud Console. The page displays the current configuration of your
6+
cluster. You can see your current plan, the resources of a single node, and the
7+
overall resources of the cluster.
108

119
![Cloud Console cluster scaling tab](../_assets/img/cluster-scale.png)
1210

13-
You can scale your cluster by clicking the *Edit cluster configuration*
14-
button in the top-right:
15-
16-
![Cloud Console cluster scaling edit](../_assets/img/cluster-scale-edit.png)
11+
You can scale your cluster by selecting a different configuration and
12+
then clicking the **"Scale cluster"** button on the right.
1713

1814
Now you can do three different things:
1915

20-
- Change the plan of your cluster
16+
- Change the compute plan of your cluster
2117
- Increase storage on each node
2218
- Increase/decrease the number of nodes
2319

2420
You can do only one of those operations at a time, i.e., you can\'t
2521
change plans and scale the number of nodes at the same time.
2622

27-
The difference in the price of the cluster can be seen on the bottom
28-
right, when choosing different configurations.
29-
30-
:::{note}
31-
Any promotions or discounts applicable to your cluster will be applied
32-
to your organization as a whole at the end of the billing period. Due to
33-
technical limitations, they may not be directly visible in the cluster
34-
scale pricing shown here, but do not worry! This does not mean that your
35-
promotion or discount is not functioning.
36-
:::
23+
The difference in the price of the cluster can be seen on the right, when
24+
choosing different configurations.
3725

38-
:::{warning}
39-
Storage capacity increases for a given cluster are irreversible. To
40-
reduce cluster storage capacity, reduce the cluster nodes instead (up to
41-
a minimum of 2, although we recommend maintaining a minimum of 3 for
42-
production use).
26+
:::{caution}
27+
Storage capacity increases for a cluster are permanent and cannot be reversed.
28+
To decrease storage capacity, you can either reduce the number of cluster nodes
29+
(minimum of 2 nodes, though we recommend at least 3 for production environments)
30+
or start a new cluster with a smaller storage configuration and restore a backup
31+
to it.
4332
:::

0 commit comments

Comments
 (0)