Skip to content

Commit d97efc7

Browse files
committed
update redirects and address review comments
1 parent d7ecd83 commit d97efc7

File tree

5 files changed

+67
-4
lines changed

5 files changed

+67
-4
lines changed

hack/redirect-history.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,34 @@
1818
"to": "third-party-integrations/git-operations/flux",
1919
"version": "0.29.0",
2020
"timestamp": "2025-10-23T08:30:49.815242Z"
21+
},
22+
{
23+
"from": "manage/backup-restore/volume-snapshots",
24+
"to": "manage/backup-restore/volume-snapshots/README",
25+
"version": "latest",
26+
"timestamp": "2025-10-31T07:11:28.604302Z"
27+
},
28+
{
29+
"from": "manage/backup-restore/volume-snapshots",
30+
"to": "manage/backup-restore/volume-snapshots/README",
31+
"version": "latest",
32+
"timestamp": "2025-10-31T07:32:32.788326Z"
33+
},
34+
{
35+
"from": "manage/backup-restore/volume-snapshots",
36+
"to": "manage/backup-restore/volume-snapshots/README",
37+
"version": "latest",
38+
"timestamp": "2025-10-31T07:39:36.773138Z"
39+
},
40+
{
41+
"from": "manage/backup-restore/volume-snapshots",
42+
"to": "manage/backup-restore/volume-snapshots/README",
43+
"version": "latest",
44+
"timestamp": "2025-10-31T07:39:53.013356Z"
2145
}
2246
],
2347
"metadata": {
2448
"created": "2025-08-29T18:53:37.644882313Z",
25-
"last_updated": "2025-10-23T08:30:49.815249Z"
49+
"last_updated": "2025-10-31T07:39:53.01336Z"
2650
}
2751
}

hack/test-redirects.hurl

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto-generated redirect tests
2-
# Generated: 2025-10-23 08:30:49 UTC
2+
# Generated: 2025-10-31 07:39:53 UTC
33
# Usage: hurl --test --variable BASE_URL=https://www.vcluster.com test-redirects.hurl
44

55
# Test: deploy/control-plane/container/flux -> third-party-integrations/git-operations/flux
@@ -17,3 +17,18 @@ header "Location" contains "/docs/vcluster/next/third-party-integrations/git-ope
1717
GET {{BASE_URL}}/docs/vcluster/third-party-integrations/git-operations/flux/
1818
HTTP 200
1919

20+
# Test: manage/backup-restore/volume-snapshots -> manage/backup-restore/volume-snapshots/README
21+
GET {{BASE_URL}}/docs/vcluster/manage/backup-restore/volume-snapshots/
22+
HTTP 301
23+
[Asserts]
24+
header "Location" contains "/docs/vcluster/manage/backup-restore/volume-snapshots/README"
25+
26+
GET {{BASE_URL}}/docs/vcluster/next/manage/backup-restore/volume-snapshots/
27+
HTTP 301
28+
[Asserts]
29+
header "Location" contains "/docs/vcluster/next/manage/backup-restore/volume-snapshots/README"
30+
31+
# Verify destination exists
32+
GET {{BASE_URL}}/docs/vcluster/manage/backup-restore/volume-snapshots/README/
33+
HTTP 200
34+

netlify.toml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,9 +708,17 @@ to = "/docs/vcluster/:version/manage/backup-restore#migrate-and-override-vcluste
708708

709709

710710

711+
712+
713+
714+
715+
716+
717+
718+
711719
# AUTO-GENERATED REDIRECTS START
712720
# Do not edit manually - generated by redirect-resolver
713-
# Generated: 2025-10-23 08:30:49 UTC
721+
# Generated: 2025-10-31 07:39:53 UTC
714722
# All redirects are transitively resolved to prevent redirect chains
715723

716724
[[redirects]]
@@ -728,4 +736,19 @@ to = "/docs/vcluster/:version/manage/backup-restore#migrate-and-override-vcluste
728736
to = "/docs/vcluster/:splat/third-party-integrations/git-operations/flux"
729737
status = 301
730738

739+
[[redirects]]
740+
from = "/docs/vcluster/manage/backup-restore/volume-snapshots"
741+
to = "/docs/vcluster/manage/backup-restore/volume-snapshots/README"
742+
status = 301
743+
744+
[[redirects]]
745+
from = "/docs/vcluster/next/manage/backup-restore/volume-snapshots"
746+
to = "/docs/vcluster/next/manage/backup-restore/volume-snapshots/README"
747+
status = 301
748+
749+
[[redirects]]
750+
from = "/docs/vcluster/*/manage/backup-restore/volume-snapshots"
751+
to = "/docs/vcluster/:splat/manage/backup-restore/volume-snapshots/README"
752+
status = 301
753+
731754
# AUTO-GENERATED REDIRECTS END

vcluster/manage/backup-restore/volume-snapshots/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ vCluster snapshots enable you to create volume snapshots for PersistentVolumeCla
2020

2121
See [how volume snapshots are created](../../../understand/volume-snapshots) if you would like to learn more about volume snapshots and how vCluster creates them.
2222

23+
For an example guide demonstrating volume snapshots in action, please see this [walkthrough using AWS EBS volumes](./aws-ebs-guide).
24+
2325
:::important
2426
Volume snapshots can be created only for PVCs that are provisioned by CSI drivers with [Volume Snapshots](https://kubernetes.io/docs/concepts/storage/volume-snapshots/) support.
2527
:::

vcluster/manage/backup-restore/volume-snapshots/aws-ebs-guide.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Before starting, ensure you have:
2323
- An existing Amazon EKS cluster with the EBS CSI Driver installed. Follow the [EKS deployment guide](../../../../deploy/control-plane/container/environment/eks) to set up your cluster.
2424
- The vCluster CLI installed
2525
- Completed the [volume snapshots setup](./#setup) based on your chosen tenancy model
26-
- Configured the default VolumeSnapshotClass for the EBS CSI driver
2726
- An OCI-compatible registry (such as GitHub Container Registry, Docker Hub, or AWS ECR) or an S3-compatible bucket (AWS S3 or MinIO) for storing snapshots
2827

2928
:::note

0 commit comments

Comments
 (0)