Merge branch 'master' into foxish-add-example

This commit is contained in:
Anirudh Ramanathan
2016-10-18 11:05:40 -07:00
committed by GitHub
40 changed files with 584 additions and 155 deletions
+4 -3
View File
@@ -145,9 +145,10 @@ Watch out when using this type of volume, because:
behave differently on different nodes due to different files on the nodes
* when Kubernetes adds resource-aware scheduling, as is planned, it will not be
able to account for resources used by a `hostPath`
* the directories created on the underlying hosts are only writable by root, you either need
to run your process as root in a privileged container or modify the file permissions on
the host to be able to write to a `hostPath` volume
* the directories created on the underlying hosts are only writable by root. You
either need to run your process as root in a
[privileged container](/docs/user-guide/security-context) or modify the file
permissions on the host to be able to write to a `hostPath` volume
#### Example pod