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
2ab0c655
Commit
2ab0c655
authored
Jun 27, 2017
by
zhengjiajin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs for user-guide
parent
0613ae50
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
cluster/addons/fluentd-gcp/fluentd-gcp-image/README.md
+1
-1
README.md
examples/volumes/azure_disk/README.md
+1
-1
README.md
examples/volumes/nfs/README.md
+2
-1
No files found.
cluster/addons/fluentd-gcp/fluentd-gcp-image/README.md
View file @
2ab0c655
# Collecting Docker Log Files with Fluentd and sending to GCP.
The image was moved to the
the
The image was moved to the
[
new location
](
https://github.com/kubernetes/contrib/tree/master/fluentd/fluentd-gcp-image
)
.
[

]()
examples/volumes/azure_disk/README.md
View file @
2ab0c655
...
...
@@ -7,7 +7,7 @@ In the pod, you need to provide the following information:
-
*diskName*
: (required) the name of the VHD blob object.
-
*diskURI*
: (required) the URI of the vhd blob object.
-
*cachingMode*
: (optional) disk caching mode. Must be one of None, ReadOnly, or ReadWrite. Default is None.
-
*fsType*
: (optional) the filesytem type to mount. Default is ext4.
-
*fsType*
: (optional) the filesy
s
tem type to mount. Default is ext4.
-
*readOnly*
: (optional) whether the filesystem is used as readOnly. Default is false.
...
...
examples/volumes/nfs/README.md
View file @
2ab0c655
...
...
@@ -85,7 +85,8 @@ Replace the invalid IP in the [nfs PV](nfs-pv.yaml). (In the future,
we'll be able to tie these together using the service names, but for
now, you have to hardcode the IP.)
Create the the
[
persistent volume
](
https://kubernetes.io/docs/user-guide/persistent-volumes.md
)
Create the
[
persistent volume
](
https://kubernetes.io/docs/concepts/storage/persistent-volumes/
)
and the persistent volume claim for your NFS server. The persistent volume and
claim gives us an indirection that allow multiple pods to refer to the NFS
server using a symbolic name rather than the hardcoded server address.
...
...
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