You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Create the storage class using the [`kubectl apply`][kubectl-apply] command and specify your *azure-ultra-disk-sc.yaml* file.
76
+
2. Create the storage class using the [`kubectl apply`][kubectl-apply] command and specify your `azure-ultra-disk-sc.yaml` file.
77
77
78
78
```console
79
79
kubectl apply -f azure-ultra-disk-sc.yaml
@@ -107,7 +107,7 @@ A persistent volume claim (PVC) is used to automatically provision storage based
107
107
108
108
The claim requests a disk named `ultra-disk` that is *1000 GB* in size with *ReadWriteOnce* access. The *ultra-disk-sc* storage class is specified as the storage class.
109
109
110
-
2. Create the persistent volume claim using the [`kubectl apply`][kubectl-apply] command and specify your *azure-ultra-disk-pvc.yaml* file.
110
+
2. Create the persistent volume claim using the [`kubectl apply`][kubectl-apply] command and specify your `azure-ultra-disk-pvc.yaml` file.
0 commit comments