From 1dbe934085749017f71f1025f2512269485aca67 Mon Sep 17 00:00:00 2001 From: Sabinaya KC Date: Thu, 17 Nov 2022 16:15:20 -0600 Subject: [PATCH] fix: Update README.md (#1189) --- examples/karpenter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/karpenter/README.md b/examples/karpenter/README.md index eb82b663b3..3f65357fb6 100644 --- a/examples/karpenter/README.md +++ b/examples/karpenter/README.md @@ -8,8 +8,8 @@ This example shows how to deploy and leverage Karpenter for Autoscaling. The fol - Creates Internet gateway for Public Subnets and NAT Gateway for Private Subnets - Creates EKS Cluster Control plane with one Managed node group with Max ASG of 1 - Deploys Karpenter Helm Chart -- Deploys default Karpenter Provisioner (with dedicated node labels ant taint) -- Deploys default-lt Karpenter Provisioner using Launch Template (with dedicated node labels ant taint) +- Deploys default Karpenter Provisioner (with dedicated node labels and taint) +- Deploys default-lt Karpenter Provisioner using Launch Template (with dedicated node labels and taint) # How to Deploy