Skip to content

Commit

Permalink
Merge pull request #2878 from prankul88/update-machinedeployment-doc
Browse files Browse the repository at this point in the history
 🐛 Update MachineDeployment controller image in docs
  • Loading branch information
k8s-ci-robot authored Apr 8, 2020
2 parents cb8f8e4 + 662e2ec commit b1b3520
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.
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 b1b3520

Please sign in to comment.