mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Update volumes.md
Update docs and example for NFS Plugin Modified the wording around how many Volumes exist Cleaned up the text around the NFS Pod description Fixed Spelling mistake on read-only
This commit is contained in:
@@ -6,12 +6,12 @@ desiredState:
|
||||
image: dockerfile/nginx
|
||||
volumeMounts:
|
||||
# name must match the volume name below
|
||||
- name: nfs
|
||||
- name: myshare
|
||||
mountPath: "/var/www/html/mount-test"
|
||||
id: nfspd
|
||||
version: v1beta1
|
||||
volumes:
|
||||
- name: nfs
|
||||
- name: myshare
|
||||
source:
|
||||
nfs:
|
||||
server: "172.17.0.2"
|
||||
|
Reference in New Issue
Block a user