@@ -36,8 +36,8 @@ pretend to run pods scheduled to them. For more information on Kubemark, the
3636
3737| Dependency | Version |
3838| :------------| :-------:|
39- | kubernetes | v1.31 |
40- | cluster-api | v1.9 |
39+ | kubernetes | v1.32 |
40+ | cluster-api | v1.10 |
4141
4242## Getting started
4343
@@ -73,7 +73,7 @@ flavor to get a hybrid CAPD/CAPK cluster:
7373``` bash
7474export SERVICE_CIDR=[" 172.17.0.0/16" ]
7575export POD_CIDR=[" 192.168.122.0/24" ]
76- clusterctl generate cluster wow --infrastructure kubemark --flavor capd --kubernetes-version 1.28.0 --control-plane-machine-count=1 --worker-machine-count=4 | kubectl apply -f-
76+ clusterctl generate cluster wow --infrastructure kubemark --flavor capd --kubernetes-version 1.32.8 --control-plane-machine-count=1 --worker-machine-count=4 | kubectl apply -f-
7777```
7878
7979* Note: these CIDR values are specific to Ubuntu Server 22.04*
@@ -87,8 +87,8 @@ for more information.
8787For other providers, you can either create a custom hybrid cluster template, or deploy the control plane and worker machines separately, specifiying the same cluster name:
8888
8989``` bash
90- clusterctl generate cluster wow --infrastructure aws --kubernetes-version 1.28.0 --control-plane-machine-count=1 | kubectl apply -f-
91- clusterctl generate cluster wow --infrastructure kubemark --kubernetes-version 1.28.0 --worker-machine-count=4 | kubectl apply -f-
90+ clusterctl generate cluster wow --infrastructure aws --kubernetes-version 1.32.2 --control-plane-machine-count=1 | kubectl apply -f-
91+ clusterctl generate cluster wow --infrastructure kubemark --kubernetes-version 1.32.2 --worker-machine-count=4 | kubectl apply -f-
9292```
9393
9494## Using tilt
@@ -140,7 +140,7 @@ To run this pipeline docker, kind, python must be installed.
140140You can run the E2E test with the following steps:
141141
142142` ` ` bash
143- export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.31.0
143+ export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.32.8
144144export CAPI_PATH=<path to cluster-api repository>
145145export ROOT_DIR=<path to cluster-api-provider-kubemark repository>
146146cd $(ROOT_DIR)
0 commit comments