Skip to content

Commit

Permalink
Add Reference for bootstrap configuration file (#393)
Browse files Browse the repository at this point in the history
* Add initial reference for bootstrap configuration

---------

Co-authored-by: Nick Veitch <[email protected]>
  • Loading branch information
berkayoz and evilnick authored May 3, 2024
1 parent f2711d3 commit 078a3b9
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/src/snap/howto/install/snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ sudo k8s bootstrap

This command will output a message confirming local cluster services have been started.

```{note}
Additional configuration is possible by passing a YAML file. The various options are described
in the [bootstrap reference documentation][bootstrap].
```

## Confirm the cluster is ready

It is recommended to ensure that the cluster initialises properly and is
Expand All @@ -75,3 +80,4 @@ ready state.
[channels page]: ../../explanation/channels
[snap]: https://snapcraft.io/docs
[snapd support]: https://snapcraft.io/docs/installing-snapd
[bootstrap]: /snap/reference/bootstrap-config-reference
Loading

0 comments on commit 078a3b9

Please sign in to comment.