File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
docs/book/src/tasks/experimental-features/cluster-class Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -651,6 +651,16 @@ With `semverCompare` and `coalesce` a feature can be enabled in newer versions o
651
651
enabledIf: '{{ semverCompare "^1.22.0" (coalesce .builtin.controlPlane.version .builtin.machineDeployment.version )}}'
652
652
` ` `
653
653
654
+ <aside class="note">
655
+
656
+ <h1>Builtin Variables</h1>
657
+
658
+ Please be aware that while you can use builtin variables, if you use for example a MachineDeployment-specific variable this
659
+ can mean that patches are only applied to some MachineDeployments. `enabledIf` is evaluated for each template that should be patched
660
+ individually.
661
+
662
+ </aside>
663
+
654
664
<!-- links -->
655
665
[Changing a ClusterClass] : ./change-clusterclass.md
656
666
[clusterctl alpha topology plan] : ../../../clusterctl/commands/alpha-topology-plan.md
You can’t perform that action at this time.
0 commit comments