Mateusz Gozdek
Mateusz Gozdek
Hey @sigfridh, thanks for opening the issue. We indeed at the moment do not support air-gapped solution, though some of the technical decisions in the project had that in mind....
CC @ipochi @pothos
>Flatcar updates can be done through a local Nebraska instance, it's a one line config change on the nodes. New images from the outside need to be added manually to...
As Flatcar stable is now using nftables as a backend, this might no longer be necessary, at least for kubelet and kube-proxy, as Calico still use iptables backend IIRC.
>What is the current mitigation to updating the CRDs? Use lokoctl component render-manifest | kubectl apply -f - ? Well, this will update all managed objects, won't ensure the right...
>kubectl apply already does three way merge, I am not sure how different it is from helm's three way merge. I'm not sure, perhaps we should check :) >What is...
>The Helm CRDs are stored in the crd/ directory and are never touched after install. Taking CRDs from there and installing them separately could work. I'd start with checking: -...
Hm, I think this should have new upstream issue opened, as it heavily involves bootkube. I would also suggest to specify, what should happen, when bootkube is re-executed, as I...
>In my case the problem is that /home/core/assets was there but the target already existed and had to be cleaned up manually first. I think this mv logic on our...
Maybe we can make `--skip-components` be allowed to be defined multiple times and specify list of components to skip there?