Merge pull request #29686 from rguichard/blog-en/fix-typo

fix(blog): RWX access mode is about nodes, not pods
This commit is contained in:
Kubernetes Prow Robot
2021-12-05 18:02:33 -08:00
committed by GitHub
@@ -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