Skip to content

Commit b35bbbf

Browse files
committed
fix typo in README
1 parent 681ac88 commit b35bbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To run the test manually:
9494
Karpenter provides node lifecycle management for Kubernetes clusters. It automates provisioning and deprovisioning of nodes based on the scheduling needs of pods, allowing efficient scaling and cost optimization.
9595
9696
The script will provision all required resources for the test:
97-
1. Deploy CFN stack to set up EKS cluster infrasstructure
97+
1. Deploy CFN stack to set up EKS cluster infrastructure
9898
2. Create EKS cluster using eksctl
9999
3. Install Karpenter on the cluster via helm
100100
4. Deploy default NodePool and EC2NodeClass. NodePool sets constraints on the nodes that can be created by Karpenter and the pods that can run on those nodes. EC2NodeClass is used to configure AWS-specific settings such as AMI type, AMI ID, EC2 security groups.

0 commit comments

Comments
 (0)