Skip to content

Commit aad3452

Browse files
committed
Remove all references to 2023 RKE2 releases
Signed-off-by: Manuel Buil <mbuil@suse.com>
1 parent 34434b6 commit aad3452

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

docs/datastore/backup_restore.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,6 @@ The token value can also be set in the RKE2 config file.
305305

306306
## ETCDSnapshotFile Custom Resources
307307

308-
:::info Version Gate
309-
ETCDSnapshotFiles are available as of the November 2023 releases: v1.28.4+rke2r1, v1.27.8+rke2r1, v1.26.11+rke2r1, v1.25.16+rke2r1
310-
:::
311-
312308
Snapshots can be viewed remotely using any Kubernetes client by listing or describing cluster-scoped `ETCDSnapshotFile` resources.
313309
Unlike the `rke2 etcd-snapshot list` command, which only shows snapshots visible to that node, `ETCDSnapshotFile` resources track all snapshots present on cluster members.
314310

docs/install/requirements.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ If two or more of your machines have the same hostname, you must do one of the f
1414
* Set the `node-name` parameter in the config file to a unique value
1515
* Set the `with-node-id` parameter in the config file to `true` to append a randomly generated ID number to the hostname.
1616

17-
:::info Version Gate
18-
19-
The `with-node-id` parameter is available starting with the 2023-05 releases (v1.27.2+rke2r1, v1.26.5+rke2r1, v1.25.10+rke2r1, v1.24.14+rke2r1).
20-
21-
:::
22-
2317
## Architecture
2418

2519
RKE2 is available for x86_64 and arm64/aarch64

docs/security/certificates.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ Any server may generate leaf certificates for nodes as they join the cluster, an
8686

8787
### Rotating CA Certificates
8888

89-
:::info Version Gate
90-
Available as of the 2023-02 releases (v1.26.2+rke2r1, v1.25.7+rke2r1, v1.24.11+rke2r1, v1.23.17+rke2r1).
91-
:::
92-
9389
To rotate CA certificates and keys, use the `rke2 certificate rotate-ca` command.
9490
This command performs integrity checks to confirm that the updated certificates and keys are usable.
9591
If the updated data is acceptable, the datastore's encrypted bootstrap key is updated, and the new certificates and keys will be used the next time RKE2 starts.

docs/security/hardening_guide.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ kube-apiserver-arg:
9494
<TabItem value='v1.25 - v1.28'>
9595
9696
### Generic CIS configuration
97-
:::info Version Gate
98-
Available with October 2023 releases (v1.25.15+rke2r1, v1.26.10+rke2r1, v1.27.7+rke2r1, v1.28.3+rke2r1)
99-
:::
10097
10198
```yaml
10299
profile: "cis"

docs/security/token.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ Flag | Description
143143

144144
### Server Token Rotation
145145

146-
:::info Version Gate
147-
Available as of 2023-11 releases (v1.28.3+rke2r2, v1.27.7+rke2r2, v1.26.10+rke2r2, v1.25.15+rke2r2).
148-
:::
149-
150146
The `rke2 token rotate` command allows you to rotate and replace the original token used for server bootstrap. After running the command on a single server, all servers and agents that used the original token should be restarted with the new token. The original token will be invalidated and cannot be used to join any new servers or agents to the cluster.
151147

152148
Flag | Description | Default

0 commit comments

Comments
 (0)