Skip to content

Commit fc7df40

Browse files
committed
Fix machineset In-place propagation inaccuracy problem
1 parent 0cd7db2 commit fc7df40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/book/src/developer/architecture/controllers/machine-set.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Changes to the following fields of MachineSet are propagated in-place to the Mac
1919
- `.spec.template.spec.nodeVolumeDetachTimeout`
2020

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

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

0 commit comments

Comments
 (0)