Azure / karpenter-provider-azure

AKS Karpenter Provider
Apache License 2.0
394 stars 65 forks source link

Enabling custom userdata and image family #573

Open enxebre opened 1 week ago

enxebre commented 1 week ago

Tell us about your request

In an analogous fashion to the aws provider, I would like the aksNodeClass API to expose a new .userData field which lets me inject my userdata content when the image family is "Custom". This would facilitate adoption for experimental, advance and adhoc use cases.

https://github.com/aws/karpenter-provider-aws/blob/main/pkg/apis/v1/ec2nodeclass.go#L67-L71 https://github.com/aws/karpenter-provider-aws/blob/e1c369c2b849f2b04c9993decf63055dd36326ee/pkg/providers/amifamily/bootstrap/custom.go#L27

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

.

Are you currently working around this issue?

.

Additional Context

No response

Attachments

No response

Community Note