Skip to content

Commit

Permalink
Merge pull request #3094 from joshrosso/capbk-repo-update
Browse files Browse the repository at this point in the history
📖 Update references to proper CAPBK location
  • Loading branch information
k8s-ci-robot authored Jun 1, 2020
2 parents 256bfc0 + d5e9c3a commit 78850ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/developer/architecture/controllers/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Bootstrapping is the process in which:
1. A cluster is bootstrapped
1. A machine is bootstrapped and takes on a role within a cluster

[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.
[CAPBK](https://github.com/kubernetes-sigs/cluster-api/tree/master/bootstrap/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)

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.

### Implementations

* [Kubeadm](https://github.com/kubernetes-sigs/cluster-api-bootstrap-provider-kubeadm) (Reference Implementation)
* [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/master/bootstrap/kubeadm) (Reference Implementation)
2 changes: 1 addition & 1 deletion docs/book/src/reference/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ are also sponsored by SIG Cluster Lifecycle. Providers marked in bold are known
support v1alpha3 API types.

## Bootstrap
- [**Kubeadm**](https://github.com/kubernetes-sigs/cluster-api-bootstrap-provider-kubeadm)
- [**Kubeadm**](https://github.com/kubernetes-sigs/cluster-api/tree/master/bootstrap/kubeadm)
- [**Talos**](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos)


Expand Down
2 changes: 1 addition & 1 deletion test/infrastructure/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CAPD is a reference implementation of an infrastructure provider for the Cluster

This is one out of three components needed to run a Cluster API management cluster.

For a complete overview, please refer to the documentation available [here](https://github.com/kubernetes-sigs/cluster-api-bootstrap-provider-kubeadm#cluster-api-bootstrap-provider-kubeadm) which uses CAPD as an example infrastructure provider.
For a complete overview, please refer to the documentation available [here](https://github.com/kubernetes-sigs/cluster-api/tree/master/bootstrap/kubeadm#cluster-api-bootstrap-provider-kubeadm) which uses CAPD as an example infrastructure provider.

## CAPD Goals

Expand Down

0 comments on commit 78850ea

Please sign in to comment.