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
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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Tell us about your request
Makefile should support additional VM identities for AKS features/addons by populating
NodeIdentities
more thoroughlyTell 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
The text was updated successfully, but these errors were encountered: