Skip to content

Commit

Permalink
Fix machineset In-place propagation inaccuracy problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Goend committed Nov 30, 2023
1 parent 0cd7db2 commit fc7df40
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Changes to the following fields of MachineSet are propagated in-place to the Mac
- `.spec.template.spec.nodeVolumeDetachTimeout`

Changes to the following fields of MachineSet are propagated in-place to the InfrastructureMachine and BootstrapConfig:
- `.spec.machineTemplate.metadata.labels`
- `.spec.machineTemplate.metadata.annotations`
- `.spec.template.metadata.labels`
- `.spec.template.metadata.annotations`

Note: Changes to these fields will not be propagated to Machines that are marked for deletion (example: because of scale down).
Note: Changes to these fields will not be propagated to Machines that are marked for deletion (example: because of scale down).

0 comments on commit fc7df40

Please sign in to comment.