Andrei Kvapil

Results 629 comments of Andrei Kvapil

I would suggest that the operator automatically saves the cluster state in the resource spec, for example into options map: ```python spec.options["initial-cluster-state"] = "existing" ``` Since options is a map,...

Hi, did you add your hosts to the OpenNebula? For now there is no automation for this procedure yet.

You have few options: 1 - connect existing kvm hosts to OpenNebula (only ssh and libvirt with qemu are required), you can install opennebula-node package to get it working 2...

Sure, there is a section on the main README.md file https://github.com/kvaps/kube-opennebula#compute-nodes

Kubeadm defaults are: ```yaml resources: requests: cpu: 100m memory: 100Mi ``` I would prefer to stick with these values, considering that our etcd can be used by several Kubernetes clusters...

Default values are typically provided to ensure that the majority of users can operate without the additional cognitive burden of modifying settings. In our case, the primary users of our...

I guess this was related to https://github.com/cilium/cilium/issues/24252

Hey I use cilium in chaining with kube-proxy replacement mode, I faced with the problem that if host routing disabled it can't route external traffic to non-local nodes. Could you...

Today this issue just been repeated. After `e2fsck` it started working, thus can't we simple run `e2fsck` before each mount attempt.