AWS eks documentation change
Summary
Fixed typo in documentation (lauch -> launch)
Security assessment
Change only fixes a typo in documentation without any security implications or references to security features
Diff
diff --git a/eks/latest/eksctl/eksctl-karpenter.md b/eks/latest/eksctl/eksctl-karpenter.md index e6b351573..962f7a9d5 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 lauch 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 launch nodes. If you choose to use `instanceProfile` the name of the profile created by `eksctl` follows the pattern: `eksctl-KarpenterNodeInstanceProfile-<cluster-name>`.