Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d49b9154
Commit
d49b9154
authored
Aug 19, 2015
by
Saad Ali
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12937 from uluyol/typo
Fix some minor typos.
parents
b3bce3aa
b9431820
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
volumes.md
docs/user-guide/volumes.md
+2
-2
No files found.
docs/user-guide/volumes.md
View file @
d49b9154
...
@@ -318,7 +318,7 @@ See the [iSCSI example](../../examples/iscsi/) for more details.
...
@@ -318,7 +318,7 @@ See the [iSCSI example](../../examples/iscsi/) for more details.
### glusterfs
### glusterfs
A
`glusterfs`
volume allows a
n
[
Glusterfs
](
http://www.gluster.org
)
(
an
open
A
`glusterfs`
volume allows a
[
Glusterfs
](
http://www.gluster.org
)
(
an
open
source networked filesystem) volume to be mounted into your pod. Unlike
source networked filesystem) volume to be mounted into your pod. Unlike
`emptyDir`
, which is erased when a Pod is removed, the contents of a
`emptyDir`
, which is erased when a Pod is removed, the contents of a
`glusterfs`
volume are preserved and the volume is merely unmounted. This
`glusterfs`
volume are preserved and the volume is merely unmounted. This
...
@@ -336,7 +336,7 @@ See the [GlusterFS example](../../examples/glusterfs/) for more details.
...
@@ -336,7 +336,7 @@ See the [GlusterFS example](../../examples/glusterfs/) for more details.
An
`rbd`
volume allows a
[
Rados Block
An
`rbd`
volume allows a
[
Rados Block
Device](http://ceph.com/docs/master/rbd/rbd/) volume to be mounted into your
Device](http://ceph.com/docs/master/rbd/rbd/) volume to be mounted into your
pod. Unlike
`emptyDir`
, which is erased when a Pod is removed, the contents of
pod. Unlike
`emptyDir`
, which is erased when a Pod is removed, the contents of
a
n
`rbd`
volume are preserved and the volume is merely unmounted. This
a
`rbd`
volume are preserved and the volume is merely unmounted. This
means that a RBD volume can be pre-populated with data, and that data can
means that a RBD volume can be pre-populated with data, and that data can
be "handed off" between pods.
be "handed off" between pods.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment