Skip to content

Commit

Permalink
Update MachineDeployment controller image in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prankul88 authored and ubuntu committed Apr 8, 2020
1 parent cb8f8e4 commit 3f55470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Its main responsibilities are:
* Scaling down old MachineSets when newer MachineSets replace them
* Updating the status of MachineDeployment objects

![](../../../images/cluster-admission-machineset-controller.png)
![](../../../images/cluster-admission-machinedeployment-controller.png)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@startuml cluster-admission-machinedeployment-controller

start;
:MachineSet controller;
:MachineDeployment controller;

repeat
:MachineDeployment controller enqueues a Reconcile call;
Expand Down Expand Up @@ -38,4 +38,4 @@ repeat
repeat while (More updates to MachineDeployments) then (yes)
stop;

@enduml
@enduml
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f55470

Please sign in to comment.