Skip to content

Commit

Permalink
fix: Bump k8s version and set correct env var for template
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Jan 24, 2025
1 parent 9f64dac commit dfaaa71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/01_user/01_getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ export NAMESPACE=example
export CLUSTER_NAME=capd-rke2-test
export CONTROL_PLANE_MACHINE_COUNT=3
export WORKER_MACHINE_COUNT=2
export KUBERNETES_VERSION=v1.30.3
export KIND_IMAGE_VERSION=v1.30.3
export KIND_IMAGE_VERSION=v1.31.4
export RKE2_VERSION=v1.31.4+rke2r1
```

The next step is to substitue the values in the YAML using the following commands:
Expand Down

0 comments on commit dfaaa71

Please sign in to comment.