Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 Update controller images in book #2529

Merged
merged 1 commit into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bootstrapping is the process in which:

[CAPBK](https://github.com/kubernetes-sigs/cluster-api-bootstrap-provider-kubeadm) is the reference bootstrap provider and is based on `kubeadm`. CAPBK codifies the steps for [creating a cluster](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/) in multiple configurations.

![](../../images/bootstrap-controller.png)
![](../../../images/bootstrap-controller.png)

See [proposal](https://github.com/kubernetes-sigs/cluster-api/blob/master/docs/proposals/20190610-machine-states-preboot-bootstrapping.md) for the full details on how the bootstrap process works.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cluster Controller

![](../../images/cluster-admission-cluster-controller.svg)
![](../../../images/cluster-admission-cluster-controller.png)

The Cluster controller's main responsibilities are:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Control Plane Controller

![](../../../images/control-plane-controller.svg)
![](../../../images/control-plane-controller.png)

The Control Plane controller's main responsibilities are:

Expand Down
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-machineset-controller.png)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Its main responsibilities are:
* Booting a group of N machines
* Monitor the status of those booted machines

![](../../images/cluster-admission-machineset-controller.png)
![](../../../images/cluster-admission-machineset-controller.png)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Machine Controller

![](../../images/cluster-admission-machine-controller.svg)
![](../../../images/cluster-admission-machine-controller.png)

The Machine controller's main responsibilities are:

Expand Down
74 changes: 0 additions & 74 deletions docs/book/src/images/bootstrap-controller.svg

This file was deleted.

39 changes: 0 additions & 39 deletions docs/book/src/images/cluster-admission-cluster-controller.svg

This file was deleted.

50 changes: 0 additions & 50 deletions docs/book/src/images/cluster-admission-machine-controller.svg

This file was deleted.

Loading