typhoon/aws/fedora-atomic/kubernetes
Dalton Hubble d8d1468f03 Update kubelet system container image to mount /etc/hosts
* Fix kubelet port-forward on Google Cloud / Fedora Atomic
* Mount the host's /etc/hosts in kubelet system containers
* Problem: kubelet runc system containers on Atomic were not
mounting the host's /etc/hosts, like rkt-fly does on Container
Linux. `kubectl port-forward` calls socat with localhost. DNS
servers on AWS, DO, and in many bare-metal environments resolve
localhost to the caller as a convenience. Google Cloud notably
does not nor is it required to do so and this surfaced the
missing /etc/hosts in runc kubelet namespaces.
2018-04-21 18:46:56 -07:00
..
cloudinit Update kubelet system container image to mount /etc/hosts 2018-04-21 18:46:56 -07:00
workers Update kubelet system container image to mount /etc/hosts 2018-04-21 18:46:56 -07:00
LICENSE Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
README.md Update Fedora Atomic modules to Kubernetes v1.10.1 2018-04-21 18:46:56 -07:00
ami.tf Temporarily pin Fedora Atomic AMI 2018-04-21 18:46:56 -07:00
apiserver.tf Add cloud-metadata.service on AWS fedora-atomic 2018-04-21 18:46:56 -07:00
bootkube.tf Update Fedora Atomic modules to Kubernetes v1.10.1 2018-04-21 18:46:56 -07:00
controllers.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
network.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
outputs.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
require.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
security.tf Update control plane manifests and add etcd metrics 2018-04-21 18:46:56 -07:00
ssh.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
variables.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
workers.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -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 AWS tutorial.