Robert Ruf
Robert Ruf
> I'll look into having it added into the pipeline. Yes I just noticed the last updates to the [/docs/manifests](https://github.com/kube-vip/kube-vip/tree/main/docs/manifests) folder are outdated as well.
Seems to be added with this PR, soon to be mergedwith upstream I hope https://github.com/libgit2/libgit2/pull/6396
> Yeah this is a major point not implemented in Go version yet as I’m not fully sure how to do it in terms of modifying files when there are...
can confirm this issue. we're seeing exactly the same. error 15 right after chainloading the ESXi bootloader. Tried multiple ESXi versions that worked before. We only see this issue on...
likely related to https://github.com/ipxe/ipxe/issues/349 ?
Dunno @NiKiZe . What's strange is that both issues seem to affect VMware systems only (the one linked the ESXi hypervisor and the one mentioned here vSphere VMs) and both...
Can confirm this PR does fix it for us as well. Would be great if this could be merged in the next release.
> Time needed to verify correctness of this patch is one possible issue, maybe this could be lessened with proper tests, or at least something that can be used to...
> > Note that there's also https://github.com/chschenk/ipxe/tree/feature/tls_fragmentation_buildoption which add's a build option. By making this code optional and disable that build option by default it at least wouldn't break anything....
Rational behind this: when we have the option to know where the initial iPXE image came from at runtime of the iPXE script we can load additional ressources from that...