Robert Ruf

Results 109 comments of Robert Ruf

It looks like this is the problematic code that's responsible for generating the default flavor template: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/0679b6187bc6b13e96265a3e4ee778ea8086e9bc/packaging/flavorgen/flavors/crs/csi.go#L129 It should be extended so the `Global` section looks like this: ```YAML [Global]...

right, my bad. I totally missed there was a PR in a duplicated issue for that already.

One downside of this approach would be that it would lower the number of PV's that can be attached since there's a hard limit of FCD's that can be added...

Hi. thanks for the reply. I'll double check and try to provide logs. This is kinda hard probably since, as I said, currently we end up in a boot loop....

Copy the XML file as well and make sure it has the same name as the copy of your DB.

@strasharo if you mean using the built-in keepass sync. mechanism: it depends. It will not sync the .xml file that contains the encrypted key. However: that's not required. It should...

It's called second factor for a reason. Personally I do not want anyone who has phyisical access to my Yubikey to gain access to my KeePass. KeePass does emphasise this,...

Hm, yes. Well Dominik deosn't seem to be the easiest person to talk with about new stuff / changes. I guess that explains the number of forks. Also I don't...

I just found that this already seems to be done [here](https://github.com/kube-vip/kube-vip/blob/1ef35923057160d9862d5c71e27e7e3238bedff3/Makefile#L96) but the result is pushed to[ /docs/manifests](https://github.com/kube-vip/kube-vip/tree/main/docs/manifests). SO I guess the [examples](https://github.com/kube-vip/kube-vip/tree/main/example/deploy) directory is outdated? If so a `.md`...