Remove space between [] and (url) in TroubleShooting (#1895)

This commit is contained in:
Jane Man 2020-04-14 14:04:04 -07:00 committed by GitHub
parent d789d69ba1
commit 3698fd021e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ kubectl -n ${NAMESPACE} get pvc
* Look for the status of "Bound"
* PVC requests in "Pending" state indicate that the scheduler was unable to bind the required PVC.
If you have not configured [dynamic provisioning] (https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/) for your cluster, including a default storage class, then you must create a [persistent volume] (https://kubernetes.io/docs/concepts/storage/persistent-volumes/) for each of the PVCs.
If you have not configured [dynamic provisioning](https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/) for your cluster, including a default storage class, then you must create a [persistent volume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) for each of the PVCs.
You can use the example below to create local persistent volumes: