Skip to content

Commit 86e9ee8

Browse files
More feedback
1 parent c183303 commit 86e9ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/proposals/20240807-in-place-updates-implementation-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sequenceDiagram
3737
participant RX
3838
participant MS1 (OldMS)
3939
participant MS2 (NewMS)
40-
MD Controller-->>+RX: Can you update in-place from MS1 (OldMS) to MD2 (NewMS)?
40+
MD Controller-->>+RX: Can you update in-place from MS1 (OldMS) to MS2 (NewMS)?
4141
RX-->>-MD Controller: Yes!
4242
MD Controller->>MS1 (OldMS): Apply annotation ".../move-machines-to-machineset": "MS2"
4343
MD Controller->>MS2 (NewMS): Apply annotation ".../receive-machines-from-machinesets": "MS1"
@@ -51,7 +51,7 @@ sequenceDiagram
5151
participant MS Controller as MS Controller<br/>when reconciling<br/>MS1 (OldMS)
5252
participant MS1 (OldMS)
5353
participant MS2 (NewMS)
54-
participant M1 as M1<br/>controlled by<br/>MS1 (OldMS),<br/>selected to be moved to MS2
54+
participant M1 as M1<br/>controlled by<br/>MS1 (OldMS),<br/>selected to be moved to MS2 (NewMS)
5555
MS Controller-->>MS1 (OldMS): Are you scaling down?
5656
MS1 (OldMS)-->>MS Controller: Yes!
5757
MS Controller-->>MS1 (OldMS): Do you have the ".../move-machines-to-machineset" annotation?

0 commit comments

Comments
 (0)