Skip to content

Commit

Permalink
Merge pull request #9527 from guettli/patch-6
Browse files Browse the repository at this point in the history
📖 bootstrap: Provide an example.
  • Loading branch information
k8s-ci-robot committed Oct 9, 2023
2 parents c7b1450 + f34101e commit b918b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/book/src/developer/providers/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A bootstrap provider generates bootstrap data that is used to bootstrap a Kubernetes node.

For example, the Kubeadm bootstrap provider uses a [cloud-init](https://cloudinit.readthedocs.io/en/latest/) file for bootstrapping a node.

## Data Types

### Bootstrap API resource
Expand Down

0 comments on commit b918b70

Please sign in to comment.