Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitoraj committed Nov 14, 2024
1 parent 5db8e49 commit 43ad209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/resources/04-20-20-gcp-nfs-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This table lists the parameters of the given resource together with their descri
| **location** | string | The zone (for zonal tiers) or the region (for regional tiers) option where GCP Filestore will reside. Defaults to the cluster region or one of its zones depending on the tier. |
| **tier** | string | The GCP Filestore tier configuration option. Defaults to `BASIC_HDD`. |
| **fileShareName** | string | The name of the file share option. Defaults to `vol1`. A file share is the directory on a Filestore instance where all shared files are stored. |
| **sourceBackup** | object | Optional source backup for restoring an existing backup while creating a new Filestore instance. The capacity of this filestore should be equal to or greater than the source Filestore of the backup. Tier limitations also apply. To learn more, read [GcpNfsVolumeRestore](./04-90-10-gcp-nfs-volume-restore.md). |
| **sourceBackup** | object | Optional source backup for restoring an existing backup while creating a new Filestore instance. The capacity of this filestore should be equal to or greater than the source Filestore of the backup. Tier limitations also apply. To learn more, read [GcpNfsVolumeRestore](./04-20-23-gcp-nfs-volume-restore.md). |
| **sourceBackup.name** | object | Name of the source GcpNfsVolumeBackup. |
| **sourceBackup.namespace** | object | Namespace of the source GcpNfsVolumeBackup. |
| **volume** | object | The PersistentVolume options. Optional. |
Expand Down
2 changes: 1 addition & 1 deletion docs/user/resources/04-20-23-gcp-nfs-volume-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ instance's restore operation on the same or an existing Filestore. This operatio
To learn more, read [Supported tiers](https://cloud.google.com/filestore/docs/backup-restore).

To restore a backup of a ZONAL or REGIONAL Filestore, the restore operation must be performed while a new Filestore instance is created.
This is supported by the `sourceBackup` field in the spec of `gcpnfsvolume.cloud-resources.kyma-project.io` CRD. To learn more, read [GcpNfsVolume Custom Resource](./04-30-10-gcp-nfs-volume.md).
This is supported by the `sourceBackup` field in the spec of `gcpnfsvolume.cloud-resources.kyma-project.io` CRD. To learn more, read [GcpNfsVolume Custom Resource](./04-20-20-gcp-nfs-volume.md).

While the GCP Filestore restore operation is running in the underlying cloud provider subscription, it needs its source GCP
Filestore backup and its destination GCP Filestore instance to be available. Upon its completion, the GCP Filestore instance
Expand Down

0 comments on commit 43ad209

Please sign in to comment.