9b6113a058
* Mount an empty dir for the controller-manager to work around https://github.com/kubernetes/kubernetes/issues/68973 * Update coreos/pod-checkpointer to strip affinity from checkpointed pod manifests. Kubernetes v1.12.0-rc.1 introduced a default affinity that appears on checkpointed manifests; but it prevented scheduling and checkpointed pods should not have an affinity, they're run directly by the Kubelet on the local node * https://github.com/kubernetes-incubator/bootkube/issues/1001 * https://github.com/kubernetes/kubernetes/pull/68173 |
||
---|---|---|
.. | ||
cl | ||
LICENSE | ||
README.md | ||
bootkube.tf | ||
controllers.tf | ||
network.tf | ||
outputs.tf | ||
require.tf | ||
ssh.tf | ||
variables.tf | ||
workers.tf |
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
- Kubernetes v1.12.1 (upstream, via kubernetes-incubator/bootkube)
- Single or multi-master, workloads isolated on workers, flannel networking
- On-cluster etcd with TLS, RBAC-enabled
- Ready for Ingress, Prometheus, Grafana, and other optional addons
Docs
Please see the official docs and the Digital Ocean tutorial.