Skip to content

Commit e256410

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

File tree

5 files changed

+44
-5
lines changed

5 files changed

+44
-5
lines changed

hack/redirect-history.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@
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:58:21.031625Z"
2127
}
2228
],
2329
"metadata": {
2430
"created": "2025-08-29T18:53:37.644882313Z",
25-
"last_updated": "2025-10-23T08:30:49.815249Z"
31+
"last_updated": "2025-10-31T07:58:21.031628Z"
2632
}
2733
}

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:58:21 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: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,9 +708,11 @@ to = "/docs/vcluster/:version/manage/backup-restore#migrate-and-override-vcluste
708708

709709

710710

711+
712+
711713
# AUTO-GENERATED REDIRECTS START
712714
# Do not edit manually - generated by redirect-resolver
713-
# Generated: 2025-10-23 08:30:49 UTC
715+
# Generated: 2025-10-31 07:58:21 UTC
714716
# All redirects are transitively resolved to prevent redirect chains
715717

716718
[[redirects]]
@@ -728,4 +730,19 @@ to = "/docs/vcluster/:version/manage/backup-restore#migrate-and-override-vcluste
728730
to = "/docs/vcluster/:splat/third-party-integrations/git-operations/flux"
729731
status = 301
730732

733+
[[redirects]]
734+
from = "/docs/vcluster/manage/backup-restore/volume-snapshots"
735+
to = "/docs/vcluster/manage/backup-restore/volume-snapshots/README"
736+
status = 301
737+
738+
[[redirects]]
739+
from = "/docs/vcluster/next/manage/backup-restore/volume-snapshots"
740+
to = "/docs/vcluster/next/manage/backup-restore/volume-snapshots/README"
741+
status = 301
742+
743+
[[redirects]]
744+
from = "/docs/vcluster/*/manage/backup-restore/volume-snapshots"
745+
to = "/docs/vcluster/:splat/manage/backup-restore/volume-snapshots/README"
746+
status = 301
747+
731748
# 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, 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: 1 addition & 2 deletions
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
@@ -201,7 +200,7 @@ Wait until the status shows `Completed` and `SAVED` shows `Yes` before proceedin
201200

202201
## Simulate data loss
203202

204-
To demonstrate the restore functionality, delete the application and its data from the virtual cluster. First, connect to the vCluster:
203+
To demonstrate the restore capability, delete the application and its data from the virtual cluster. First, connect to the vCluster:
205204

206205
```bash title="Connect to vCluster"
207206
vcluster connect myvcluster

0 commit comments

Comments
 (0)