volsync
volsync copied to clipboard
Asynchronous data replication for Kubernetes volumes
Bumps [github.com/syncthing/syncthing](https://github.com/syncthing/syncthing) from 1.20.2 to 1.22.0. Release notes Sourced from github.com/syncthing/syncthing's releases. v1.22.0 Bugfixes: #3868: gui: Auto select of device ID is broken on Internet Explorer #7068: "Restore Versions" GUI...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.25.2 to 0.25.3. Commits 8384a1b Update dependencies to v0.25.3 tag e7b469b Merge pull request #112808cheftako/automated-cherry-pick-of-#112689 1102e6f Updated vendor to the new preferred versions. See full diff in...
Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.25.2 to 0.25.3. Commits 6777768 Update dependencies to v0.25.3 tag 3b209c6 Merge pull request #112808cheftako/automated-cherry-pick-of-#112689 fa40434 Updated vendor to the new preferred versions. dc8e5fe Bump konnectivity-client to...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.2 to 0.25.3. Commits 62756ee Update dependencies to v0.25.3 tag 166ab05 Merge pull request #112808cheftako/automated-cherry-pick-of-#112689 4b5a638 Updated vendor to the new preferred versions. See full diff in...
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.25.2 to 0.25.3. Commits 75e7fbe Update dependencies to v0.25.3 tag 75f9428 Merge pull request #112808cheftako/automated-cherry-pick-of-#112689 48b716a Updated vendor to the new preferred versions. See full diff in...
**Describe the feature you'd like to have.** [liveness probes](https://snyk.io/security-rules/SNYK-CC-K8S-41) container names - name: kube-rbac-proxy - name: manager **What is the value to the end user? (why is it a priority?)**...
**Describe the feature you'd like to have.** Right now, we build several containers that must all be used together: - Volsync operator - restic mover - rclone mover - rsync/ssh...
**Describe the bug** It seems like the `sshUser` doesn't do anything when using a `ReplicationSource` with `rsync`, since the user is hard-coded to `root` here: https://github.com/backube/volsync/blob/26262aaec82d05c1a092cc6989bd798af1fb617e/mover-rsync/source.sh#L71 Also, it seems like...
**Describe the bug** Bug introduced in https://github.com/backube/volsync/pull/362#issuecomment-1239615983 **Steps to reproduce** Have a pvc to be moved be on a node that has a different node name to a hostname label...
**Describe the feature you'd like to have.** Upgrade the version of restic used with Volsync to 0.14.x (0.14.0 as of now). **What is the value to the end user? (why...