Skip to content

Commit

Permalink
Merge pull request #559 from yiannistri/fix-template
Browse files Browse the repository at this point in the history
docs: Set correct env var for template used in guide
  • Loading branch information
alexander-demicev authored Jan 24, 2025
2 parents 9f64dac + dfaaa71 commit 45906ab
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 45906ab

Please sign in to comment.