Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 1e82da8

Browse files
authored
Update README.md
1 parent 1f71e52 commit 1e82da8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workshop/Lab2/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,14 +342,14 @@ NAME STATUS ROLES AGE VERSION
342342
```
343343

344344
To extend our table from Lab 1 we now have:
345+
345346
| Storage Type | Persisted at which level | Example Uses
346347
| - | - | - |
347348
| Container local storage | Container | ephermal state
348349
| Secondary Storage ([EmptyDir](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir)) | Pod | Checkpoint a long computation process
349350
| Primary Storage ([HostPath](https://kubernetes.io/docs/concepts/storage/volumes/#hostpath)) | Node | Running cAdvisor in a container
350351
| IBM Cloud File Storage (NFS) | Availabilty Zone | Applications running in a single availabilty zone
351352

352-
<br>
353353
Data is available to all nodes within the availability zone where the file storage exists, but the `accessMode` parameter on the `PersistentVolumeClaim` determines if multiple pods are able to mount a volume specificed by a PVC. The possible values for this parameter are:
354354

355355
- **ReadWriteMany**: The PVC can be mounted by multiple pods. All pods can read from and write to the volume.
@@ -366,7 +366,6 @@ Another way to see that the data is persisted at the availability zone level, yo
366366
- Delete the Kubernetes cluster.
367367
- Create a new cluster and reuse the volume.
368368

369-
##
370369
## Clean up
371370

372371
List all the PVCs and PVs

0 commit comments

Comments
 (0)