mirror of https://github.com/rancher/ui.git
parent
76d7a5a6f8
commit
3578ea14ab
|
|
@ -1914,7 +1914,7 @@ cruPersistentVolumeClaim:
|
|||
define:
|
||||
addActionLabel: Define
|
||||
capacity:
|
||||
label: Request Storage Capacity
|
||||
label: Request Storage
|
||||
help: Req
|
||||
unit: GiB
|
||||
name:
|
||||
|
|
@ -8143,10 +8143,10 @@ modalRestoreBackup:
|
|||
k8sVersionUnknown: We cannot restore the kubernetes version for this snapshot because the version is unknown.
|
||||
|
||||
modalResizePVC:
|
||||
title: "Resize PVC: {name}?"
|
||||
title: "Resize PVC: {name}"
|
||||
requestedCapacity:
|
||||
label: Requested Capacity
|
||||
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."
|
||||
label: Requested Storage
|
||||
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:
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue