Skip to content

Commit 7389828

Browse files
committed
fix: versions
1 parent 6830d0e commit 7389828

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/get-started/installation/custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ To install on any other conformant Kubernetes, use the `custom` provider. Make s
1212

1313
Have a Kubernetes cluster running with one of the following Kubernetes versions:
1414

15-
- `1.29`
1615
- `1.30`
1716
- `1.31`
17+
- `1.32`
1818

1919
and a node pool with at least **12 vCPU** and **24 GB RAM**.
2020

docs/get-started/installation/linode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Provision a LKE cluster with the following specs:
2020

2121
- Fill in the `Cluster Label`
2222

23-
- Use Kubernetes version: `1.30`
23+
- Use Kubernetes version: `1.31` or `1.32`
2424

2525
- Enable HA Control Plane
2626

@@ -45,7 +45,7 @@ Provision a LKE cluster using the Linode CLI:
4545
linode-cli lke cluster-create \
4646
--label $CLUSTER_NAME \
4747
--region $REGION \
48-
--k8s_version 1.30 \
48+
--k8s_version 1.32 \
4949
--control_plane.high_availability true \
5050
--node_pools.type g6-dedicated-8 \
5151
--node_pools.count 3

0 commit comments

Comments
 (0)