1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-22 11:50:52 +02:00
typhoon/aws/container-linux/kubernetes
Dalton Hubble 5eb11f5104 Allow Flatcar Linux os_image on AWS, rename os_channel
* Replace os_channel variable with os_image to align naming
across clouds. Users who set this option to stable, beta, or
alpha should now set os_image to coreos-stable, coreos-beta,
or coreos-alpha.
* Default os_image to coreos-stable. This continues to use
the most recent image from the stable channel as always.
* Allow Container Linux derivative Flatcar Linux by setting
os_image to `flatcar-stable`, `flatcar-beta`, `flatcar-alpha`
2018-05-12 11:41:58 -07:00
..
cl Update etcd from v3.3.4 to v3.3.5 2018-05-10 02:12:53 -07:00
workers Allow Flatcar Linux os_image on AWS, rename os_channel 2018-05-12 11:41:58 -07:00
ami.tf Allow Flatcar Linux os_image on AWS, rename os_channel 2018-05-12 11:41:58 -07:00
apiserver.tf Fix a few typos in comments 2018-04-15 17:21:49 -07:00
bootkube.tf Update kube-dns from v1.14.9 to v1.14.10 2018-04-28 00:43:09 -07:00
controllers.tf Allow Flatcar Linux os_image on AWS, rename os_channel 2018-05-12 11:41:58 -07:00
LICENSE
network.tf
outputs.tf Normalize Terraform configs with terraform fmt 2018-03-11 14:46:05 -07:00
README.md Update Kubernetes from v1.10.1 to v1.10.2 2018-04-28 00:27:00 -07:00
require.tf Require Terraform v0.11.x, drop v0.10.x support 2018-05-10 02:20:46 -07:00
security.tf Return Prometheus deployment to be a worker workload 2018-04-08 12:20:00 -07:00
ssh.tf Remove redundant kubeconfig copy on AWS and GCP 2018-03-26 00:01:47 -07:00
variables.tf Allow Flatcar Linux os_image on AWS, rename os_channel 2018-05-12 11:41:58 -07:00
workers.tf Allow Flatcar Linux os_image on AWS, rename os_channel 2018-05-12 11:41:58 -07:00

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 AWS tutorial.