Best approach to expose variables to KCPT? #262
-
Hello there, Trying to wrap my head around CAPI in a kamaji/kubevirt context.
I'm reading that in the ClusterClass context, using Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey 👋🏻 @bsctl just released a new Kamaji documentation regarding ClusterClass support. From the CAPI perspective, a template is just a template; if it's a Kubeadm or a Kamaji one, it doesn't matter. At first sight, it seems you're facing an issue with CAPI itself, rather than Kamaji: templates are supported only for JSON patches and if combined with |
Beta Was this translation helpful? Give feedback.
-
Hey 👋, |
Beta Was this translation helpful? Give feedback.
Hey 👋🏻 @bsctl just released a new Kamaji documentation regarding ClusterClass support.
From the CAPI perspective, a template is just a template; if it's a Kubeadm or a Kamaji one, it doesn't matter.
At first sight, it seems you're facing an issue with CAPI itself, rather than Kamaji: templates are supported only for JSON patches and if combined with
valueFrom.template
structs.