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
Can you template this at the level above the NodeClass? I'm curious if rather than us supporting templating directly in our spec, if you can use something like Helm/Kustomize with GitOps to auto-template this out for you so the resultant manifests just have hard data.
In general, I think it's pretty abnormal to see templated values in K8s resources that are directly applied to the cluster.
I do use flux and kustomize to template things but in this case I don't think it would work as what I would really do is to use the NodePool name, e.g.:
Description
What problem are you trying to solve?
I would like to be able to use go templates to generate dynamic AWS tags for the EC2 instances generated by karpenter, e.g:
How important is this feature to you?
Nice to have.
The text was updated successfully, but these errors were encountered: