Andrei Kvapil

Results 629 comments of Andrei Kvapil

@gotwarlost do you want to generate and write `kubectl.kubernetes.io/last-applied-configuration` annotation by qbec, right? It would need some additional modifications in method as kubectl applies the namespace name there.

> thanks @asteven It works. Would you mind explain how is the kube config generated? Any gotchas generating like this? BTW, kubeadm reads some cluster-specific information (eg. public IP and...

Hi, if I remember it correct the mentioned bandwidth plugin has no tight integration with Kubernetes, and does not allow to set the bandwidth limit per pod via annotations.

So all we need is just to teach initramfs darch script to download rootfs.squash over network, And then we can use simple command to distribute it: ``` pixiecore boot vmlinuz-linux...

Ok, first PR is ready, now network booting is working fine: https://github.com/godarch/darch-initramfs-tools/pull/1 Now we should decide what to do with darch_dir and hooks itself, I'd like to pack them as...

Well, for now I use LTSP and I like how hooks are organized there. [All hooks there](https://github.com/kvaps/ltsp/tree/master/client/share/ltsp/init-ltsp.d) are part of init-ltsp system: One of first hook ([05-getltsconffile](https://github.com/kvaps/ltsp/blob/master/client/share/ltsp/init-ltsp.d/05-getltsconffile)) is downloading [lts.conf](http://manpages.ubuntu.com/manpages/xenial/man5/lts.conf.5.html)...

Alpine linux uses similar logic for booting their apkovl files with the `/etc` configuration: https://wiki.alpinelinux.org/wiki/PXE_boot#Guide_to_options

BTW I switched from Kube-router to Cilium. IPv6 and dual stack is made really well there

Well there is not much plugins which support IPv6, for now only Calico and Cilium, also Contiv. Yes. I've tried only cilium.

I have tested dual stack, but IPv6-only should be even simpler. You don't need to enable any future-gates in Kubernetes for that. I'm sure, IPv6 will work out-of-box.