solved for issue #17853 (#17872)

* solved for issue #17853

* updated file as per the suggestion
pull/17886/head
Vageesha17 2019-11-29 18:21:03 +05:30 committed by Kubernetes Prow Robot
parent 5822f8a0ed
commit a02dc2d616
1 changed files with 5 additions and 6 deletions

View File

@ -723,11 +723,10 @@ and need persistent storage, it is recommended that you use the following patter
This will cause the PVC to match the right storage This will cause the PVC to match the right storage
class if the cluster has StorageClasses enabled by the admin. class if the cluster has StorageClasses enabled by the admin.
- If the user does not provide a storage class name, leave the - If the user does not provide a storage class name, leave the
`persistentVolumeClaim.storageClassName` field as nil. `persistentVolumeClaim.storageClassName` field as nil. This will cause a
- This will cause a PV to be automatically provisioned for the user with PV to be automatically provisioned for the user with the default StorageClass
the default StorageClass in the cluster. Many cluster environments have in the cluster. Many cluster environments have a default StorageClass installed,
a default StorageClass installed, or administrators can create their own or administrators can create their own default StorageClass.
default StorageClass.
- In your tooling, watch for PVCs that are not getting bound after some time - In your tooling, watch for PVCs that are not getting bound after some time
and surface this to the user, as this may indicate that the cluster has no and surface this to the user, as this may indicate that the cluster has no
dynamic storage support (in which case the user should create a matching PV) dynamic storage support (in which case the user should create a matching PV)