mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Merge pull request #16015 from feihujiang/fixMinorErrorsInNfsExample
Auto commit by PR queue bot
This commit is contained in:
@@ -38,7 +38,7 @@ in a pod.
|
||||
|
||||
## Complete setup
|
||||
|
||||
The example below shows how to export a NFS share from a pod and import it
|
||||
The example below shows how to export a NFS share from a pod and imports it
|
||||
into another one.
|
||||
|
||||
### Prerequisites
|
||||
@@ -46,7 +46,7 @@ into another one.
|
||||
The nfs server pod creates a privileged container, so if you are using a Salt based KUBERNETES_PROVIDER (**gce**, **vagrant**, **aws**), you have to enable the ability to create privileged containers by API.
|
||||
|
||||
```sh
|
||||
#At the root of Kubernetes source code
|
||||
# At the root of Kubernetes source code
|
||||
$ vi cluster/saltbase/pillar/privilege.sls
|
||||
|
||||
# If true, allow privileged containers to be created by API
|
||||
|
||||
Reference in New Issue
Block a user