You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use eksctl to provision our EKS cluster and node groups. It provides support for preBootstrapCommands which actually runs even before bootstrap script (/etc/eks/bootstrap.sh) runs.
Is there any way to achieve the same functionality in Karpenter ?
I do not want to use custom AMIs.
The text was updated successfully, but these errors were encountered:
If you are using the AMI families, you can specify spec.userData in your NodeClass which will prepend the userData that you specify with the default userData for that AMI family. Karpenter docs has some pretty good examples on this for the different AMI families: https://karpenter.sh/docs/concepts/nodeclasses/#specuserdata
We use eksctl to provision our EKS cluster and node groups. It provides support for preBootstrapCommands which actually runs even before bootstrap script (/etc/eks/bootstrap.sh) runs.
Is there any way to achieve the same functionality in Karpenter ?
I do not want to use custom AMIs.
The text was updated successfully, but these errors were encountered: