Skip to content

Commit d71e867

Browse files
authored
convert notes into callouts
1 parent 3f0fbc3 commit d71e867

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/concepts/storage/persistent-volumes.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,10 @@ Currently, only NFS and HostPath support recycling. AWS EBS, GCE PD, Azure Disk,
232232

233233
A Kubernetes administrator can specify additional mount options for when a Persistent Volume is mounted on a node.
234234

235-
Note that not all Persistent volume types support mount options. The following
236-
volume types support mount options.
235+
**Note:** Not all Persistent volume types support mount options.
236+
{: .note}
237+
238+
The following volume types support mount options:
237239

238240
* GCEPersistentDisk
239241
* AWSElasticBlockStore
@@ -339,8 +341,10 @@ to Kubernetes cluster by addon manager during installation.
339341

340342
When a PVC specifies a `selector` in addition to requesting a `StorageClass`,
341343
the requirements are ANDed together: only a PV of the requested class and with
342-
the requested labels may be bound to the PVC. Note that currently, a PVC with a
343-
non-empty `selector` can't have a PV dynamically provisioned for it.
344+
the requested labels may be bound to the PVC.
345+
346+
**Note:** Currently, a PVC with a non-empty `selector` can't have a PV dynamically provisioned for it.
347+
{: .note}
344348

345349
In the past, the annotation `volume.beta.kubernetes.io/storage-class` was used instead
346350
of `storageClassName` attribute. This annotation is still working, however

0 commit comments

Comments
 (0)