Merge pull request #46825 from zjj2wry/fix_doc_spell

Automatic merge from submit-queue

Update docs for user-guide

**What this PR does / why we need it**:

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue
2017-07-13 18:50:36 -07:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# 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)]()

View File

@@ -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.

View File

@@ -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.