iTrooz

Results 306 comments of iTrooz

Note for users wanting a solution right now: I was able to somewhat achieve it with `.add_source(config::File::from_str(&std::fs::read_to_string(".env")?.to_lowercase(), FileFormat::Ini).required(true))`

I think we should leave the choice to the user as to which file(s) to load. The way I see it, we would add a `FileFormat::Env` variant and let the...

Hello ! Regarding your comment on Velero: does this mean that k8up does not aim to become a Velero alternative in long-term, providing the same features (full kubernetes cluster backup)...

> If you want to use fs-backup, you need to enable it from installation and backup command I already did this, through the install command ``` velero install --provider aws...

Control plane and workload is shared on the same node, so there's one node in total. The pod was assigned to rke2-test: ``` ➜ ~ kubectl -n new-hedgedoc describe pod/hedgedoc-cnpg-1...

Here are the pod logs: https://gist.github.com/iTrooz/bd01b0a4e098232e729b5ccd00f3032f The error happens because the PVC restored is empty (c.f. my original issue message) > Looking closer, it seems the CNPG PVC that was...

> I found Velero tried to add the velero-restore-helper in the pod's InitContainer in the restore log. Could you point out exactly what makes you think that ? My theory...

I unfortunately don't see anything that could explain why the initContainer was not added. Just to confirm, have you heard of successful cases of Velero backuping and restoring CNPG clusters...

Why do we need packages.gz, again ? Can't we just query https://github.com/archlinux/aur/info/refs?service=git-upload-pack ? And it's just 10Mo. (The URL is part of git's protocol when cloning, it contains all refs,...

/kind changelog-not-required