Kidswiss

Results 122 comments of Kidswiss

Hi @shreddedbacon If you set `promURL` to a valid prometheus push gateway, you should be able to query `k8up_backup_restic_last_errors` to get how many files failed. We have a sample alert...

Hi @nupplaphil To further elaborate @poyaz's answer: yes K8up only mounts backups with the read-only volumeMount, as you can see here: https://github.com/k8up-io/k8up/blob/master/operator/backupcontroller/backup_utils.go#L27 This is a read-only flag at the mount...

@SchoolGuy I appreciate you reportiing bugs, so we're aware of them and can fix them. :) As a workaround here I'd suggest to shorten the name of your backup schedule.

Yeah this seems to be a race condition if multiple backups want to write the same `snapshot` CR on the cluster. The repository is safe though, this is a cosmetic...

Great! So we can just discard logging those `already exists` errors.

Interesting, K8up should now put at least the backup jobs in a completed state if there's nothing todo. There might be a race condition in the evaluation logic that might...

Yeah, makes sense. Usually K8s operators re-try ever reconcile loop until the desired state is reached. However, I don't know if this is the operator's concern, or if this should...

@sebt3 I'm chaning the issue a bit so that it's about a more generic "Allow Passing Additional Flags to Restic" use-case.

Does it work, if you use a [pod template?](https://docs.k8up.io/k8up/2.11/how-tos/backup.html#_customize_pod_spec).

Thanks for the answer. Unfortunately with `wpctl` it doesn't work either. As soon as the gamescope session starts, the default gets reset. it happens either when rebooting or switching to...