AWS eks documentation change
Summary
Fixed typo in Karpenter documentation (lauch to launch)
Security assessment
Change corrects a spelling error in a non-security context. No security-related content was added or modified.
Diff
diff --git a/eks/latest/eksctl/eksctl-karpenter.md b/eks/latest/eksctl/eksctl-karpenter.md index 962f7a9d5..e6b351573 100644 --- a//eks/latest/eksctl/eksctl-karpenter.md +++ b//eks/latest/eksctl/eksctl-karpenter.md @@ -99 +99 @@ The NodePool’s `nodeClassRef` section must match the name of an `EC2NodeClass` -Note that you must specify one of `role` or `instanceProfile` for launch nodes. If you choose to use `instanceProfile` the name of the profile created by `eksctl` follows the pattern: `eksctl-KarpenterNodeInstanceProfile-<cluster-name>`. +Note that you must specify one of `role` or `instanceProfile` for lauch nodes. If you choose to use `instanceProfile` the name of the profile created by `eksctl` follows the pattern: `eksctl-KarpenterNodeInstanceProfile-<cluster-name>`.