typhoon/google-cloud/fedora-coreos/kubernetes
Dalton Hubble 084e8bea49 Allow custom initial node taints on worker pool nodes
* Add `node_taints` variable to worker modules to set custom
initial node taints on cloud platforms that support auto-scaling
worker pools of heterogeneous nodes (i.e. AWS, Azure, GCP)
* Worker pools could use custom `node_labels` to allowed workloads
to select among differentiated nodes, while custom `node_taints`
allows a worker pool's nodes to be tainted as special to prevent
scheduling, except by workloads that explicitly tolerate the
taint
* Expose `daemonset_tolerations` in AWS, Azure, and GCP kubernetes
cluster modules, to determine whether `kube-system` components
should tolerate the custom taint (advanced use covered in docs)

Rel: #550, #663
Closes #429
2021-04-11 15:00:11 -07:00
..
fcc Update Kubernetes from v1.20.5 to v1.21.0 2021-04-08 21:44:31 -07:00
workers Allow custom initial node taints on worker pool nodes 2021-04-11 15:00:11 -07:00
LICENSE Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
README.md Update Kubernetes from v1.20.5 to v1.21.0 2021-04-08 21:44:31 -07:00
apiserver.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
bootstrap.tf Allow custom initial node taints on worker pool nodes 2021-04-11 15:00:11 -07:00
controllers.tf Remove os_image variable on Google Cloud Fedora CoreOS 2020-06-29 22:57:11 -07:00
image.tf Use Fedora CoreOS image streams on Google Cloud 2020-05-08 01:23:12 -07:00
ingress.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
network.tf Add experimental Cilium CNI provider 2020-06-21 20:41:53 -07:00
outputs.tf Set kubeconfig and asset_dist as sensitive 2020-11-23 11:41:55 -08:00
ssh.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
variables.tf Allow custom initial node taints on worker pool nodes 2021-04-11 15:00:11 -07:00
versions.tf Add support for Terraform v0.14.4+ 2021-01-12 21:43:12 -08:00
workers.tf Remove os_image variable on Google Cloud Fedora CoreOS 2020-06-29 22:57:11 -07:00

README.md

Typhoon

Typhoon is a minimal and free Kubernetes distribution.

  • Minimal, stable base Kubernetes distribution
  • Declarative infrastructure and configuration
  • Free (freedom and cost) and privacy-respecting
  • Practical for labs, datacenters, and clouds

Typhoon distributes upstream Kubernetes, architectural conventions, and cluster addons, much like a GNU/Linux distribution provides the Linux kernel and userspace components.

Features

Docs

Please see the official docs and the Google Cloud tutorial.