1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-24 16:36:18 +02:00
typhoon/google-cloud/flatcar-linux/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
..
cl Update Kubernetes from v1.21.2 to v1.21.3 2021-07-17 18:22:24 -07:00
workers Update poseidon/ct provider from v0.8.0 to v0.9.0 2021-07-18 09:05:02 -07:00
LICENSE Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -07:00
README.md Update Kubernetes from v1.21.2 to v1.21.3 2021-07-17 18:22:24 -07:00
apiserver.tf Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -07:00
bootstrap.tf Update Cilium for cgroups v2 support 2021-07-24 10:36:47 -07:00
controllers.tf Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -07:00
ingress.tf Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -07:00
network.tf Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -07:00
outputs.tf Set kubeconfig and asset_dist as sensitive 2020-11-23 11:41:55 -08:00
ssh.tf Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -07:00
variables.tf Reduce the default disk_size from 40GB to 30GB 2021-04-26 11:43:26 -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 Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -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 Google Cloud tutorial.