Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2529 from chuckha/book
Browse files Browse the repository at this point in the history
📖 Update controller images in book
  • Loading branch information
k8s-ci-robot authored Mar 4, 2020
2 parents 3ccb9b9 + 747d334 commit e9038a5
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 264 deletions.
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

0 comments on commit e9038a5

Please sign in to comment.