From 56342b7ed6d34dbdb041cfa2de4a304ca54ca6a3 Mon Sep 17 00:00:00 2001 From: Romain Guichard Date: Mon, 13 Sep 2021 14:50:05 +0200 Subject: [PATCH] fix: RWX access mode is about nodes, not pods --- .../_posts/2021-09-13-read-write-once-pod-access-mode-alpha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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