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
a761a0fb
Commit
a761a0fb
authored
Jul 08, 2015
by
Janet Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update kubectl output in doc
parent
be36fac8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
persistent-storage.md
docs/design/persistent-storage.md
+2
-2
No files found.
docs/design/persistent-storage.md
View file @
a761a0fb
...
@@ -112,7 +112,7 @@ spec:
...
@@ -112,7 +112,7 @@ spec:
kubectl get pv
kubectl get pv
NAME LABELS CAPACITY ACCESSMODES STATUS CLAIM
NAME LABELS CAPACITY ACCESSMODES STATUS CLAIM
REASON
pv0001 map[] 10737418240 RWO Pending
pv0001 map[] 10737418240 RWO Pending
...
@@ -157,7 +157,7 @@ myclaim-1 map[] pending
...
@@ -157,7 +157,7 @@ myclaim-1 map[] pending
kubectl get pv
kubectl get pv
NAME LABELS CAPACITY ACCESSMODES STATUS CLAIM
NAME LABELS CAPACITY ACCESSMODES STATUS CLAIM
REASON
pv0001 map[] 10737418240 RWO Bound myclaim-1 / f4b3d283-c0ef-11e4-8be4-80e6500a981e
pv0001 map[] 10737418240 RWO Bound myclaim-1 / f4b3d283-c0ef-11e4-8be4-80e6500a981e
...
...
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