From 450682417e59c3b84471cb1c18ecbfe48c60c91b Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Fri, 8 Dec 2023 07:54:21 -0500 Subject: [PATCH] Update patterns/karpenter/README.md --- patterns/karpenter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/karpenter/README.md b/patterns/karpenter/README.md index 7318778fb8..7b03643de0 100644 --- a/patterns/karpenter/README.md +++ b/patterns/karpenter/README.md @@ -26,7 +26,7 @@ See [here](https://aws-ia.github.io/terraform-aws-eks-blueprints/getting-started kubectl apply -f karpenter.yaml ``` -3. With the Karpenter resources are in place, when pods are pending in the scheduler's queue, Karpenter will provision the necessary EC2 resources to satisfy those requests. You can demonstrate this with the example deployment provided. First deploy the example deployment which has the initial number replicas set to 0: +3. Once the Karpenter resources are in place, Karpenter will provision the necessary EC2 resources to satisfy any pending pods in the scheduler's queue. You can demonstrate this with the example deployment provided. First deploy the example deployment which has the initial number replicas set to 0: ```sh kubectl apply -f example.yaml