Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit e3262d7

Browse files
dkoshkinjimmidyson
authored andcommitted
docs: use a KUBERNETES_VERSION env variable (#22)
* docs: use an env for KUBERNETES_VERSION * docs: use a more widely available Kubernetes version Makes the command more copy-paste friendly. Kubernetes v1.28.7 is supported here by Docker, AWS and CAPX.
1 parent f00d9ee commit e3262d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ For example, the following command will create a Docker cluster with Cilium CNI
4444
```shell
4545
export CLUSTER_NAME=docker-cluster-cilium-helm-addon
4646
export CLUSTER_FILE=examples/capi-quick-start/docker-cluster-cilium-helm-addon.yaml
47+
export KUBERNETES_VERSION=v1.28.7
4748
```
4849

4950
```shell
5051
clusterctl generate cluster ${CLUSTER_NAME} \
5152
--from ${CLUSTER_FILE} \
52-
--kubernetes-version v1.29.1 \
53+
--kubernetes-version ${KUBERNETES_VERSION} \
5354
--worker-machine-count 1 | \
5455
kubectl apply --server-side -f -
5556
```

0 commit comments

Comments
 (0)