Skip to content

Commit

Permalink
Move and organize the implementor's guide
Browse files Browse the repository at this point in the history
  • Loading branch information
liztio committed Nov 15, 2019
1 parent ced00cc commit 09bb93b
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 31 deletions.
30 changes: 0 additions & 30 deletions docs/book/SUMMARY.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
- [MachineDeployment](./architecture/controllers/machine-deployment.md)
- [Provider Implementers](./providers/implementers.md)
- [v1alpha1 to v1alpha2](./providers/v1alpha1-to-v1alpha2.md)
- [Implementer's Guide](./providers/implementers-guide/overview.md)
- [Naming](./providers/implementers-guide/naming.md)
- [Create Repo and Generate CRDs](./providers/implementers-guide/generate_crds.md)
- [Create API](./providers/implementers-guide/create_api.md)
- [Controllers and Reconciliation](./providers/implementers-guide/controllers_and_reconciliation.md)
- [Register Controllers](./providers/implementers-guide/register_controllers.md)
- [Building, Running, Testing](./providers/implementers-guide/building_running_and_testing.md)

- [Reference](./reference/reference.md)
- [Glossary](./reference/glossary.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,11 @@ We apply it as normal with `kubectl apply -f <filename>.yaml`.
If all goes well, you should be getting an email to the address you configured when you set up your management cluster:

![An email from mailgun urgently requesting a cluster](cluster-email.png)

## Conclusion

Obviously, this is only the first step.
We need to implement our Machine object too, and log events, handle updates, and many more things.

Hopefully you feel empowered to go out and create your own provider now.
The world is your Kubernetes-based oyster!
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Register Controllers

`pkg/controller/add_cluster_controller.go`
Expand Down

0 comments on commit 09bb93b

Please sign in to comment.