PVC resize verbiage changes

rancher/rancher#30316
This commit is contained in:
Westly Wright 2020-12-03 09:49:36 -07:00
parent 76d7a5a6f8
commit 3578ea14ab
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 4 additions and 4 deletions

View File

@ -1914,7 +1914,7 @@ cruPersistentVolumeClaim:
define: define:
addActionLabel: Define addActionLabel: Define
capacity: capacity:
label: Request Storage Capacity label: Request Storage
help: Req help: Req
unit: GiB unit: GiB
name: name:
@ -8143,10 +8143,10 @@ modalRestoreBackup:
k8sVersionUnknown: We cannot restore the kubernetes version for this snapshot because the version is unknown. k8sVersionUnknown: We cannot restore the kubernetes version for this snapshot because the version is unknown.
modalResizePVC: modalResizePVC:
title: "Resize PVC: {name}?" title: "Resize PVC: {name}"
requestedCapacity: requestedCapacity:
label: Requested Capacity label: Requested Storage
help: "Updating the PVCs capacity may not immediatly be reflected upon save. Volume Expansion workflows vary depending on the storage class, PV Provisioner, and if any workloads are attached to the PVC. It is highly recommended you visit the <a href='https://rancher.com/docs/rancher/v2.x/en/cluster-admin/volumes-and-storage/' target='_blank' rel='nofollow noreferrer'>the Rancher Storage docs</a> and <a href='https://kubernetes.io/docs/concepts/storage/persistent-volumes/' target='_blank' rel='nofollow noreferrer'>the Kubernetes Persistent Volume docs</a> before changing the capacity of the volume." help: "Updating the PVCs requested storage may not immediatly be reflected upon save. Volume Expansion workflows vary depending on the storage class, PV Provisioner, and if any workloads are attached to the PVC. It is highly recommended you visit the <a href='https://rancher.com/docs/rancher/v2.x/en/cluster-admin/volumes-and-storage/' target='_blank' rel='nofollow noreferrer'>the Rancher Storage docs</a> and <a href='https://kubernetes.io/docs/concepts/storage/persistent-volumes/' target='_blank' rel='nofollow noreferrer'>the Kubernetes Persistent Volume docs</a> before changing the capacity of the volume."
currentValue: currentValue:
label: Current Size label: Current Size
protip: Volume expansion and resizing are advanced use cases. It is highly recommended that you read and fully understand the requirements for your storage provider. Additionally you should have a disaster recovery plan in place before proceeding. protip: Volume expansion and resizing are advanced use cases. It is highly recommended that you read and fully understand the requirements for your storage provider. Additionally you should have a disaster recovery plan in place before proceeding.