Commit 2ab0c655 authored by zhengjiajin's avatar zhengjiajin

Update docs for user-guide

parent 0613ae50
# Collecting Docker Log Files with Fluentd and sending to GCP. # 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). [new location](https://github.com/kubernetes/contrib/tree/master/fluentd/fluentd-gcp-image).
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/fluentd-gcp/fluentd-gcp-image/README.md?pixel)]() [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/fluentd-gcp/fluentd-gcp-image/README.md?pixel)]()
...@@ -7,7 +7,7 @@ In the pod, you need to provide the following information: ...@@ -7,7 +7,7 @@ In the pod, you need to provide the following information:
- *diskName*: (required) the name of the VHD blob object. - *diskName*: (required) the name of the VHD blob object.
- *diskURI*: (required) the URI 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. - *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 filesystem type to mount. Default is ext4.
- *readOnly*: (optional) whether the filesystem is used as readOnly. Default is false. - *readOnly*: (optional) whether the filesystem is used as readOnly. Default is false.
......
...@@ -85,7 +85,8 @@ Replace the invalid IP in the [nfs PV](nfs-pv.yaml). (In the future, ...@@ -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 we'll be able to tie these together using the service names, but for
now, you have to hardcode the IP.) 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 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 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. server using a symbolic name rather than the hardcoded server address.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment