mirror of https://github.com/kubeflow/website.git
Remove space between [] and (url) in TroubleShooting (#1895)
This commit is contained in:
parent
d789d69ba1
commit
3698fd021e
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue