Mateusz Gozdek
Mateusz Gozdek
As it is a super nice and quick way of getting releases out in automated fashion. Examples here: https://github.com/kinvolk/terraform-provider-tinkerbell.
## Current situation `README.md` currently only mentions that problems should be reported via issues. It would be good to better align with https://kinvolk.io/flatcar-container-linux/security/ and mention channels for reporting security issues....
Right now Flatcar releases only offers `flatcar_production_qemu_image.img.bz2` images for QEMU, which cannot be used directly with e.g. [QEMU Packer builder](https://www.packer.io/plugins/builders/qemu), which possibly blocks some speed improvements to building Flatcar images...
This commit adds memory requests for all nodes and controlplane workloads. The reason behind it is to better show user available resources on both worker and controller nodes e.g. when...
Signed-off-by: Mateusz Gozdek
As Manifests filed in Chart object is a custom field, added to our fork of Helm. Now Helm offers post-renderer feature, which allows to further customize the manfiests after Helm's...
Flatcar infra has changed their serving certificates to serve smaller TLS bundle, which should fix using iPXE on EM over HTTPS. We should switch to it.
It seems when you specify a bad flag for kubelet, then it enters the restart loop and host kubelet does not have time to kick in and take over. Maybe...
We now have permanent fork of this repository, we should update the README.
As `kubelet` adds some iptables rules/chains into the node, we should mount `/run/xtables.lock` into it, so addition does not race with Calico or `kube-proxy`.