Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Add concepts, tutorials, and faq docs
Browse files Browse the repository at this point in the history
* Add bare-metal tutorial
* Add DigitalOcean tutorial
* Add Google Cloud tutorial
  • Loading branch information
dghubble committed Aug 27, 2017
1 parent 056bd8a commit 2faacc6
Show file tree
Hide file tree
Showing 18 changed files with 1,210 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/addons/calico.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Calico Policy

!!! bug "In Progress"
These docs haven't been moved over yet.
6 changes: 6 additions & 0 deletions docs/addons/cluo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Container Linux Update Operator

More aptly named "Container Linux Reboot Coordinator".

!!! bug "In Progress"
These docs haven't been completed yet.
4 changes: 4 additions & 0 deletions docs/addons/dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Kubernetes Dashboard

!!! bug "In Progress"
These docs haven't been completed yet.
4 changes: 4 additions & 0 deletions docs/addons/heapster.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Heapster

!!! bug "In Progress"
These docs haven't been moved over yet.
4 changes: 4 additions & 0 deletions docs/addons/ingress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ingress Controller

!!! bug "In Progress"
These docs haven't been moved over yet.
12 changes: 12 additions & 0 deletions docs/addons/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Addons

Every Typhoon cluster is verified to work well with several post-install addons.

* Nginx [Ingress Controller](ingress.md)
* Calico [Network Policy](calico.md)
* [Heapster](heapster.md)
* Kubernetes [Dashboard](dashboard.md)
* [CLUO](cluo.md) (Container Linux only)
* Prometheus
* Grafana

6 changes: 6 additions & 0 deletions docs/advanced/customization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Customization

To customize clusters in ways that aren't supported by input variables, fork the repo and make changes to the Terraform module. Stay tuned for improvements to this strategy since it is beneficial to stay close to this upstream.

To customize lower-level Kubernetes control plane bootstrapping, see the [poseidon/bootkube-terraform](https://github.com/poseidon/bootkube-terraform) Terraform module.

Loading

0 comments on commit 2faacc6

Please sign in to comment.