Andrei Kvapil

Results 628 comments of Andrei Kvapil

I think we need to solve this problem more complex, by introducing security policies. The main reason is that every VM can have multiple ports running, eg SSH and HTTP....

Sure, done https://github.com/vmware-tanzu/velero/issues/9453

Hey @matthieu-robin. Currently LINSTOR allows to use LUKS encryption. It creates separate key per PVC, all of these keys are enrypted by a single master key stored in memory while...

closed as duplicated https://github.com/cozystack/cozystack/issues/479

Hey, Talm is storing `talosconfig` in the same directroy with the project, you can copy your talosconfig into root project directory, or override path in `Chartt.yaml`

That sounds reasonable. Would you mind opening a PR with this functionality?

Hey @raphael10-collab it seems `boot-to-talos` method does not work well with your setup. However you can also try kexec method to install Talos Linux, here is a doc: - https://cozystack.io/docs/install/talos/kexec/#1-install-kexec-tools-package

Nice catch, thank you for report! We're going to rework tenant system soon and will refer to this issue as well

Hey @matheuscscp it works with native Helm, but not with fluxcd. Native Helm follows symlinks and copies content into resulting tar.gz Additional security check and tests added to this PR

@Lyndon-Li sorry you talk with my AI agent 😊 I provide reponse bellow: --- You're absolutely right! My initial fix didn't fully solve the race condition. The issue is that...