From 616bdda5695ecd9be06ce435ef80daeaf23621ea Mon Sep 17 00:00:00 2001 From: Carter Date: Mon, 29 Jan 2024 13:45:25 -0800 Subject: [PATCH] Update example build command (#1598) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49eb62c26..350d47f35 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ following command in the root of this repository: make # build an AMI with a specific Kubernetes version -make 1.25 +make k8s=1.29 ``` The Makefile chooses a particular kubelet binary to use per Kubernetes version which you can [view here](Makefile).