Skip to content

Commit fd48210

Browse files
committed
Scale: Establish dedicated section
Refactor `scale-up-down.md` and `kubernetes.rst` page into dedicated section to be able to expand it further.
1 parent 33d8292 commit fd48210

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/admin/clustering/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ adding more nodes. This section of the documentation covers that topic.
1414

1515
multi-node-setup
1616
multi-zone-setup
17-
scale-up-down
18-
kubernetes
17+
scale/index
18+
scale/kubernetes
1919
logical-replication-setup
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(scaling-clusters)=
2-
# Scaling Clusters Up and Down
2+
# Scale Clusters Up and Down
33

44
A significant feature in CrateDB is that it can scale horizontally, which means
55
that instead of adding more RAM, CPU, and disk resources to existing nodes, you
@@ -21,7 +21,7 @@ about the corresponding details to consider.
2121

2222

2323
(scaling-ondemand)=
24-
## On-Demand Scaling
24+
## Scale On-Demand
2525

2626
The article about [scaling CrateDB clusters up and down to cope with peaks in
2727
demand] shares knowledge about the [shard allocation filtering] feature of

docs/admin/clustering/kubernetes.rst renamed to docs/admin/clustering/scale/kubernetes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _scaling-kube:
22

3-
=============================
4-
Scaling CrateDB on Kubernetes
5-
=============================
3+
===========================
4+
Scale CrateDB on Kubernetes
5+
===========================
66

77
CrateDB and `Docker`_ are a great match thanks to CrateDB’s `horizontally
88
scalable`_ `shared-nothing architecture`_ that lends itself well to

0 commit comments

Comments
 (0)