Add documentation for secret, configmap and downwardAPI file permissions

The patch that adds this feature in core kubernetes,
https://github.com/kubernetes/kubernetes/pull/28936, was merged and will be
released with kubernetes 1.4.
This commit is contained in:
Rodrigo Campos
2016-09-07 16:54:38 -03:00
parent 3dd62b51f0
commit 7f8b65d3e0
3 changed files with 86 additions and 0 deletions
+4
View File
@@ -114,6 +114,10 @@ The downward API volume refreshes its data in step with the kubelet refresh loop
In future, it will be possible to specify a specific annotation or label.
#### Projecting keys to specific paths and file permissions
You can project keys to specific paths and specific permissions on a per-file
basis. The [Secrets](/docs/user-guide/secrets/) user guide explains the syntax.
### Example