Skip to content

Commit ae2d4a9

Browse files
committed
docs(deps): upgrade kubernetes_version examples to 1.35.0
- Update all kubernetes_version examples from 1.32.2 to 1.35.0 - Add compatibility check note with links to support matrices
1 parent 88af61f commit ae2d4a9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

MIGRATIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ v2.x (relied on default):
101101
v3 (must be set):
102102

103103
```hcl
104-
kubernetes_version = "1.32.2" # Choose version compatible with your Talos version
104+
kubernetes_version = "1.35.0" # Choose version compatible with your Talos version
105105
```
106106

107107
Check the support matrix for compatible versions:

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ Before deploying with Terraform, you need Talos OS images (snapshots) available
161161

162162
Use the module as shown in the following working minimal example:
163163

164+
> [!NOTE]
165+
> Verify version compatibility before deploying:
166+
> - [Talos Support Matrix](https://docs.siderolabs.com/talos/latest/getting-started/support-matrix)
167+
> - [Cilium Compatibility](https://docs.cilium.io/en/stable/operations/system_requirements/#kubernetes-versions)
168+
164169
> [!NOTE]
165170
> Actually, your current IP address has to have access to the nodes during the creation of the cluster.
166171
@@ -202,7 +207,7 @@ module "talos" {
202207
203208
# Use versions compatible with each other and supported by the module/Talos
204209
talos_version = "v1.12.2"
205-
kubernetes_version = "1.32.2"
210+
kubernetes_version = "1.35.0"
206211
cilium_version = "1.16.2"
207212
208213
hcloud_token = "your-hcloud-token"
@@ -328,7 +333,7 @@ module "talos" {
328333
version = "<latest-version>"
329334
330335
talos_version = "v1.12.2"
331-
kubernetes_version = "1.32.2"
336+
kubernetes_version = "1.35.0"
332337
333338
hcloud_token = "your-hcloud-token"
334339
firewall_use_current_ip = true

0 commit comments

Comments
 (0)