typhoon/docs
Dalton Hubble ab7913a061 Accept initial worker node labels and taints map on bare-metal
* Add `worker_node_labels` map from node name to a list of initial
node label strings
* Add `worker_node_taints` map from node name to a list of initial
node taint strings
* Unlike cloud platforms, bare-metal node labels and taints
are defined via a map from node name to list of labels/taints.
Bare-metal clusters may have heterogeneous hardware so per node
labels and taints are accepted
* Only worker node names are allowed. Workloads are not scheduled
on controller nodes so altering their labels/taints isn't suitable

```
module "mercury" {
  ...

  worker_node_labels = {
    "node2" = ["role=special"]
  }

  worker_node_taints = {
    "node2" = ["role=special:NoSchedule"]
  }
}
```

Related: https://github.com/poseidon/typhoon/issues/429
2020-03-09 00:12:02 -07:00
..
addons Add/update docs for asset_dir and kubeconfig usage 2019-12-05 22:56:42 -08:00
advanced Update Kubernetes from v1.17.2 to v1.17.3 2020-02-11 20:22:14 -08:00
architecture Use a route table with separate (rather than inline) routes 2020-02-25 23:21:58 -08:00
cl Accept initial worker node labels and taints map on bare-metal 2020-03-09 00:12:02 -07:00
fedora-coreos Accept initial worker node labels and taints map on bare-metal 2020-03-09 00:12:02 -07:00
img Add new load balancing, TCP/UDP, and firewall docs/diagrams 2019-08-03 11:50:03 -07:00
topics Update Kubernetes from v1.17.2 to v1.17.3 2020-02-11 20:22:14 -08:00
announce.md Fix minor typo in announcement date 2020-01-23 08:57:01 -08:00
index.md Add guide for Typhoon with Flatcar Linux on DigitalOcean 2020-02-14 12:08:58 -08:00