Skip to content

Commit c4327ff

Browse files
authored
Merge pull request kubernetes-sigs#9794 from Goend/docs-change
📖 Fix field paths in MachineSet in-place propagation docs
2 parents b6023ec + fc7df40 commit c4327ff

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)