Skip to content

Commit 61b5a9c

Browse files
Merge pull request #310396 from eh8/main
Consistent code block formatting
2 parents 67eacd5 + e6aad6e commit 61b5a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ In this section, you learn how to check node ephemeral disk capacity, expand sto
278278

279279
An ephemeral volume is allocated on a single node. When you configure the size of your ephemeral volumes, the size should be less than the available capacity of the single node's ephemeral disk.
280280

281-
Make sure a StorageClass for **localdisk.csi.acstor.io** exists. Run the following command to check the available capacity of ephemeral disk for each node.
281+
Make sure a StorageClass for `localdisk.csi.acstor.io` exists. Run the following command to check the available capacity of ephemeral disk for each node.
282282

283283
```azurecli
284284
kubectl get csistoragecapacities.storage.k8s.io -n kube-system -o custom-columns=NAME:.metadata.name,STORAGE_CLASS:.storageClassName,CAPACITY:.capacity,NODE:.nodeTopology.matchLabels."topology\.localdisk\.csi\.acstor\.io/node"

0 commit comments

Comments
 (0)