diff --git a/content/en/blog/_posts/2021-09-13-read-write-once-pod-access-mode-alpha.md b/content/en/blog/_posts/2021-09-13-read-write-once-pod-access-mode-alpha.md index c04df56284..e569c7a015 100644 --- a/content/en/blog/_posts/2021-09-13-read-write-once-pod-access-mode-alpha.md +++ b/content/en/blog/_posts/2021-09-13-read-write-once-pod-access-mode-alpha.md @@ -28,7 +28,7 @@ metadata: name: shared-cache spec: accessModes: - - ReadWriteMany # Allow many pods to access shared-cache simultaneously. + - ReadWriteMany # Allow many nodes to access shared-cache simultaneously. resources: requests: storage: 1Gi