diff --git a/README.md b/README.md index c8fdcfd43a..9d37156810 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ The following is a list of the supported Kubernetes versions for each Velero ver | Velero version | Expected Kubernetes version compatibility | Tested on Kubernetes version | |----------------|-------------------------------------------|-------------------------------------| +| 1.15 | 1.18-latest | 1.28.8, 1.29.8, 1.30.4 and 1.31.1 | | 1.14 | 1.18-latest | 1.27.9, 1.28.9, and 1.29.4 | | 1.13 | 1.18-latest | 1.26.5, 1.27.3, 1.27.8, and 1.28.3 | | 1.12 | 1.18-latest | 1.25.7, 1.26.5, 1.26.7, and 1.27.3 | | 1.11 | 1.18-latest | 1.23.10, 1.24.9, 1.25.5, and 1.26.1 | -| 1.10 | 1.18-latest | 1.22.5, 1.23.8, 1.24.6 and 1.25.1 | Velero supports IPv4, IPv6, and dual stack environments. Support for this was tested against Velero v1.8. diff --git a/design/backup-pvc-config.md b/design/Implemented/backup-pvc-config.md similarity index 98% rename from design/backup-pvc-config.md rename to design/Implemented/backup-pvc-config.md index a3efb3e013..190d0ce67d 100644 --- a/design/backup-pvc-config.md +++ b/design/Implemented/backup-pvc-config.md @@ -90,5 +90,5 @@ Once `backupPVC.readOnly` is set to true, users must make sure that the storage Once above problems happen, the DataUpload CR is cancelled after prepare timeout and the backupPVC and backupPod will be deleted, so there is no way to tell the cause is one of the above problems or others. To help the troubleshooting, we can add some diagnostic mechanism to discover the status of the backupPod before deleting it as a result of the prepare timeout. -[1]: Implemented/unified-repo-and-kopia-integration/unified-repo-and-kopia-integration.md +[1]: unified-repo-and-kopia-integration/unified-repo-and-kopia-integration.md [2]: volume-snapshot-data-movement/volume-snapshot-data-movement.md \ No newline at end of file diff --git a/design/backup-repo-config.md b/design/Implemented/backup-repo-config.md similarity index 98% rename from design/backup-repo-config.md rename to design/Implemented/backup-repo-config.md index 0fbf529d18..33ab455bc1 100644 --- a/design/backup-repo-config.md +++ b/design/Implemented/backup-repo-config.md @@ -120,4 +120,4 @@ kubectl apply -f -[1]: Implemented/unified-repo-and-kopia-integration/unified-repo-and-kopia-integration.md \ No newline at end of file +[1]: unified-repo-and-kopia-integration/unified-repo-and-kopia-integration.md \ No newline at end of file diff --git a/design/repo_maintenance_job_config.md b/design/Implemented/repo_maintenance_job_config.md similarity index 100% rename from design/repo_maintenance_job_config.md rename to design/Implemented/repo_maintenance_job_config.md diff --git a/design/vgdp-micro-service/vgdp-micro-service.md b/design/Implemented/vgdp-micro-service/vgdp-micro-service.md similarity index 99% rename from design/vgdp-micro-service/vgdp-micro-service.md rename to design/Implemented/vgdp-micro-service/vgdp-micro-service.md index 45b362677b..1c3fe877fa 100644 --- a/design/vgdp-micro-service/vgdp-micro-service.md +++ b/design/Implemented/vgdp-micro-service/vgdp-micro-service.md @@ -215,9 +215,9 @@ CLI is not changed. -[1]: ../Implemented/unified-repo-and-kopia-integration/unified-repo-and-kopia-integration.md +[1]: ../unified-repo-and-kopia-integration/unified-repo-and-kopia-integration.md [2]: ../volume-snapshot-data-movement/volume-snapshot-data-movement.md [3]: https://kubernetes.io/blog/2022/09/02/cosi-kubernetes-object-storage-management/ -[4]: ../Implemented/node-agent-concurrency.md +[4]: ../node-agent-concurrency.md [5]: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/ diff --git a/design/vgdp-micro-service/vgdp-ms-1.png b/design/Implemented/vgdp-micro-service/vgdp-ms-1.png similarity index 100% rename from design/vgdp-micro-service/vgdp-ms-1.png rename to design/Implemented/vgdp-micro-service/vgdp-ms-1.png diff --git a/design/vgdp-micro-service/vgdp-ms-2.png b/design/Implemented/vgdp-micro-service/vgdp-ms-2.png similarity index 100% rename from design/vgdp-micro-service/vgdp-ms-2.png rename to design/Implemented/vgdp-micro-service/vgdp-ms-2.png diff --git a/design/vgdp-micro-service/vgdp-ms-3.png b/design/Implemented/vgdp-micro-service/vgdp-ms-3.png similarity index 100% rename from design/vgdp-micro-service/vgdp-ms-3.png rename to design/Implemented/vgdp-micro-service/vgdp-ms-3.png diff --git a/design/volume-snapshot-data-movement/backup-sequence.png b/design/Implemented/volume-snapshot-data-movement/backup-sequence.png similarity index 100% rename from design/volume-snapshot-data-movement/backup-sequence.png rename to design/Implemented/volume-snapshot-data-movement/backup-sequence.png diff --git a/design/volume-snapshot-data-movement/backup-workflow.png b/design/Implemented/volume-snapshot-data-movement/backup-workflow.png similarity index 100% rename from design/volume-snapshot-data-movement/backup-workflow.png rename to design/Implemented/volume-snapshot-data-movement/backup-workflow.png diff --git a/design/volume-snapshot-data-movement/cancel-sequence.png b/design/Implemented/volume-snapshot-data-movement/cancel-sequence.png similarity index 100% rename from design/volume-snapshot-data-movement/cancel-sequence.png rename to design/Implemented/volume-snapshot-data-movement/cancel-sequence.png diff --git a/design/volume-snapshot-data-movement/expose-objects.png b/design/Implemented/volume-snapshot-data-movement/expose-objects.png similarity index 100% rename from design/volume-snapshot-data-movement/expose-objects.png rename to design/Implemented/volume-snapshot-data-movement/expose-objects.png diff --git a/design/volume-snapshot-data-movement/restore-sequence.png b/design/Implemented/volume-snapshot-data-movement/restore-sequence.png similarity index 100% rename from design/volume-snapshot-data-movement/restore-sequence.png rename to design/Implemented/volume-snapshot-data-movement/restore-sequence.png diff --git a/design/volume-snapshot-data-movement/restore-workflow.png b/design/Implemented/volume-snapshot-data-movement/restore-workflow.png similarity index 100% rename from design/volume-snapshot-data-movement/restore-workflow.png rename to design/Implemented/volume-snapshot-data-movement/restore-workflow.png diff --git a/design/volume-snapshot-data-movement/volume-snapshot-data-movement.md b/design/Implemented/volume-snapshot-data-movement/volume-snapshot-data-movement.md similarity index 99% rename from design/volume-snapshot-data-movement/volume-snapshot-data-movement.md rename to design/Implemented/volume-snapshot-data-movement/volume-snapshot-data-movement.md index 04fd071f5d..8f46276b89 100644 --- a/design/volume-snapshot-data-movement/volume-snapshot-data-movement.md +++ b/design/Implemented/volume-snapshot-data-movement/volume-snapshot-data-movement.md @@ -977,6 +977,6 @@ Restore command is kept as is. -[1]: ../Implemented/unified-repo-and-kopia-integration/unified-repo-and-kopia-integration.md -[2]: ../Implemented/general-progress-monitoring.md +[1]: ../unified-repo-and-kopia-integration/unified-repo-and-kopia-integration.md +[2]: ../general-progress-monitoring.md [3]: ../node-agent-concurrency.md \ No newline at end of file