Azure / karpenter-provider-azure

AKS Karpenter Provider
Apache License 2.0
308 stars 47 forks source link

Makefile should support additional VM identities for AKS features/addons by populating `NodeIdentities` more thoroughly #355

Open comtalyst opened 1 month ago

comtalyst commented 1 month ago

Tell us about your request

Makefile should support additional VM identities for AKS features/addons by populating NodeIdentities more thoroughly

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

Nodes provisioned by Karpenter may not support some of the features/addons like the nodes provisioned by AKS. This is due to the fact that the VM instance should contain necessary identities for those addons.

Karpenter already support populating those VM identities through NodeIdentities configuration option. But Makefile haven't utilize that yet.

Once it does, it probably needs to grab the identity IDs from managed cluster properties, then pass them into NodeIdentities.

Are you currently working around this issue?

No

Additional Context

This only applies to self-hosted Karpenter. NAP should already support it.

Attachments

No response

Community Note