Skip to content

Commit d5c0957

Browse files
committed
CrateDB 3.x: Documentation for 3.3 turned off, so refer to sources instead
1 parent a998ab6 commit d5c0957

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

docs/admin/clustering/multi-node-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ discovers the rest of the cluster via the seed nodes.
191191
:::{TIP}
192192
If you are using CrateDB 3.x or below, you can use the
193193
[discovery.zen.ping.unicast.hosts] setting instead of
194-
`discovery.seed_hosts`.
194+
{ref}`crate-reference:discovery.seed_hosts`.
195195
:::
196196

197197
(unicast-discovery)=
@@ -444,8 +444,8 @@ transport.publish_port: 4321
444444
[configuration]: https://cratedb.com/docs/crate/reference/en/latest/config/index.html
445445
[crate_home]: https://cratedb.com/docs/crate/reference/en/latest/config/environment.html#conf-env-crate-home
446446
[daemon]: https://en.wikipedia.org/wiki/Daemon_(computing)
447-
[discovery.zen.minimum_master_nodes]: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery-zen-minimum-master-nodes
448-
[discovery.zen.ping.unicast.hosts]: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#unicast-host-discovery
447+
[discovery.zen.minimum_master_nodes]: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#discovery
448+
[discovery.zen.ping.unicast.hosts]: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#unicast-host-discovery
449449
[gateway.expected_data_nodes]: https://cratedb.com/docs/crate/reference/en/latest/config/cluster.html#gateway-expected-data-nodes
450450
[gateway.recover_after_data_nodes]: https://cratedb.com/docs/crate/reference/en/latest/config/cluster.html#gateway-recover-after-data-nodes
451451
[hostname]: https://en.wikipedia.org/wiki/Hostname

docs/admin/clustering/scale/kubernetes.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,14 @@ because CrateDB must recover and rebalance shards as the nodes drop out.
121121
:::{NOTE}
122122
The following only applies to CrateDB versions 3.x and below.
123123

124-
The `discovery.zen.minimum_master_nodes` setting is {ref}`no longer used
125-
<node-discovery>` in CrateDB versions 4.x and above.
124+
The [discovery.zen.minimum_master_nodes] setting is no longer used in CrateDB
125+
versions 4.x and above. Please refer to the current documentation section
126+
about {ref}`crate-reference:conf_discovery`.
126127
:::
127128

128129
The [discovery.zen.minimum_master_nodes] setting affects {ref}`metadata
129-
master <crate-reference:concept-clusters>` election.
130+
master <crate-reference:concept-clusters>` election with previous versions
131+
of CrateDB.
130132

131133
This setting can be changed while CrateDB is running, like so:
132134

@@ -144,11 +146,11 @@ Changes to the Kubernetes controller configuration can then be deployed using
144146
Control][using version control].
145147

146148
:::{CAUTION}
147-
If `discovery.zen.minimum_master_nodes` is set to more than the current
149+
If [discovery.zen.minimum_master_nodes] is set to more than the current
148150
number of nodes in the cluster, the cluster will disband. On the other
149151
hand, a number that is too small might lead to a [split-brain] scenario.
150152

151-
Accordingly, it is important to [adjust this number carefully] when
153+
Accordingly, it is important to adjust this number carefully when
152154
scaling CrateDB.
153155
:::
154156

@@ -185,11 +187,11 @@ However, you should only do this on a production cluster if you need to
185187
scale to handle a load spike quickly.
186188
:::
187189

188-
[adjust this number carefully]: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery-zen-minimum-master-nodes
190+
189191
[containerization]: https://www.docker.com/resources/what-container
190192
[cratedb docker image]: https://hub.docker.com/_/crate/
191193
[deleted and recreated]: https://kubernetes.io/docs/concepts/cluster-administration/manage-deployment/#disruptive-updates
192-
[discovery.zen.minimum_master_nodes]: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery-zen-minimum-master-nodes
194+
[discovery.zen.minimum_master_nodes]: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#discovery
193195
[docker]: https://www.docker.com/
194196
[gateway.expected_data_nodes]: https://cratedb.com/docs/crate/reference/en/latest/admin/system-information.html#recovery-expected-data-nodes
195197
[gateway.recover_after_data_nodes]: https://cratedb.com/docs/crate/reference/en/latest/admin/system-information.html#recovery-after-data-nodes

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@
8080
r"https://www.computerhope.com/",
8181
# Out of service.
8282
r"https://s3.amazonaws.com/nyc-tlc/.*",
83-
# 2025-09-29: Phased out CrateDB 3.3 docs
84-
r"https://cratedb.com/docs/crate/reference/en/3.3/",
8583
# 403 Client Error: Forbidden for url
8684
r"https://docs.docker.com/",
8785
# 500 Server Error: Internal Server Error

docs/install/cloud/aws/ec2-setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ discovery by availability zone::
196196

197197
See also :ref:`crate-reference:discovery.ec2.availability_zones`.
198198

199-
.. _3.3: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery
199+
.. _3.3: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#discovery
200200
.. _Amazon EC2: https://aws.amazon.com/ec2/
201201
.. _assign them with an IAM role: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/attach-iam-role.html
202202
.. _AWS guide: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html

docs/install/cloud/azure/vm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ We need to allow the ports CrateDB uses through the Windows Firewall
174174
Start crate by running ``bin/crate``.
175175

176176

177-
.. _3.3: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery
177+
.. _3.3: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#discovery
178178
.. _Java JDK installed: https://www.oracle.com/java/technologies/downloads/#java8
179179
.. _latest: https://cratedb.com/docs/crate/reference/en/latest/config/cluster.html#discovery
180180
.. _Learn how to install here: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli

0 commit comments

Comments
 (0)