typhoon/aws/fedora-coreos/kubernetes
Dalton Hubble f03045f0dc Update Cilium for cgroups v2 support
* On Fedora CoreOS, Cilium cross-node service IP load balancing
stopped working for a time (first observable as CoreDNS pods
located on worker nodes not being able to reach the kubernetes
API service 10.3.0.1). This turned out to have two parts:
* Fedora CoreOS switched to cgroups v2 by default. In our early
testing with cgroups v2, Calico (default) was used. With the
cgroups v2 change, SELinux policy denied some eBPF operations.
Since fixed in all Fedora CoreOS channels
* Cilium requires new mounts to support cgroups v2, which are
added here

* https://github.com/coreos/fedora-coreos-tracker/issues/292
* https://github.com/coreos/fedora-coreos-tracker/issues/881
* https://github.com/cilium/cilium/pull/16259
2021-07-24 10:36:47 -07:00
..
fcc Update Butane Config from v1.2.0 to v1.4.0 2021-07-19 23:53:51 -07:00
workers Update Butane Config from v1.2.0 to v1.4.0 2021-07-19 23:53:51 -07:00
LICENSE Port Typhoon Fedora CoreOS support to AWS 2019-07-18 00:55:22 -07:00
README.md Update Kubernetes from v1.21.2 to v1.21.3 2021-07-17 18:22:24 -07:00
ami.tf Fix Fedora CoreOS AWS AMI query in non-US regions 2020-11-25 11:32:05 -08:00
bootstrap.tf Update Cilium for cgroups v2 support 2021-07-24 10:36:47 -07:00
controllers.tf Fix Fedora CoreOS AWS AMI query in non-US regions 2020-11-25 11:32:05 -08:00
network.tf Fix terraform fmt 2020-03-31 21:42:51 -07:00
nlb.tf Enable Network Load Balancer (NLB) dualstack 2020-11-21 14:16:24 -08:00
outputs.tf Set kubeconfig and asset_dist as sensitive 2020-11-23 11:41:55 -08:00
security.tf Add experimental Cilium CNI provider 2020-06-21 20:41:53 -07:00
ssh.tf Rename CLC files and favor Terraform list index syntax 2019-12-28 12:14:01 -08:00
variables.tf Update Butane Config from v1.2.0 to v1.4.0 2021-07-19 23:53:51 -07:00
versions.tf Update poseidon/ct provider from v0.8.0 to v0.9.0 2021-07-18 09:05:02 -07:00
workers.tf Add experimental Fedora CoreOS arm64 support on AWS 2020-11-14 13:09:24 -08: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 AWS tutorial.