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
In the new API version we should make changes to the usage of the machineTemplate to improve the UX of the API and usability with ClusterClasses (ref: issue)
Remove .spec.infrastructureRef in favor of .spec.machineTemplate.infrastructureRef
Remove .spec.nodeDrainTimeout and use .spec.machineTemplate.nodeDrainTimeout
Mark .spec.machineTemplate as required
Implement necessary conversion webhook changes to leverage field transitions.
The text was updated successfully, but these errors were encountered:
Danil-Grigorev
changed the title
[v1beta2] RKE2ControlPlane - remove deprecated .spec.infrastructureRef in favor of .spec.machineTemplate.infrastructureRef
[v1beta2] RKE2ControlPlane - improve utilization of machineTemplateJan 10, 2025
In the new API version we should make changes to the usage of the
machineTemplate
to improve the UX of the API and usability with ClusterClasses (ref: issue).spec.infrastructureRef
in favor of.spec.machineTemplate.infrastructureRef
.spec.nodeDrainTimeout
and use.spec.machineTemplate.nodeDrainTimeout
.spec.machineTemplate
as requiredThe text was updated successfully, but these errors were encountered: