Skip to content

Commit

Permalink
Merge pull request #4327 from chymy/fix-figure-notfound
Browse files Browse the repository at this point in the history
📖 Fix figure 1 not found
  • Loading branch information
k8s-ci-robot authored Apr 14, 2021
2 parents 768695b + 939c26f commit d270d95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ MachinePhaseFailed = MachinePhaseType("failed")
#### Expectations
- User intervention.

![Figure 1](./images/machine-states-preboot/Figure1.png)

---
![Figure 1](../book/src/images/bootstrap-controller.png)

### Sequence diagram: User creates a machine with Kubeadm bootstrapper.
In this scenario, we go through each step from “kubectl apply” to seeing the Node in “Running” state. The user has chosen to create a Machine with the following: no custom user data, Machine.Bootstrap is a Kubeadm bootstrap provider, and Machine.InfrastructureRef is an AWS infrastructure provider.

Expand Down

0 comments on commit d270d95

Please sign in to comment.