Skip to content

Commit

Permalink
Merge pull request #9794 from Goend/docs-change
Browse files Browse the repository at this point in the history
📖 Fix field paths in MachineSet in-place propagation docs
  • Loading branch information
k8s-ci-robot committed Dec 4, 2023
2 parents b6023ec + fc7df40 commit c4327ff
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 c4327ff

Please sign in to comment.