Steve Perry
|
05c1dfe76c
|
Add note about moved content. (#2563)
|
2017-02-16 13:20:48 -08:00 |
Brandon Cole
|
956dcf8cd6
|
Updating downward-api/index.md for spec.nodeName
There are a couple awesome enhancements that would benefit from being documented here:
1. `spec.nodeName` for obtaining the host name
2. `spec.serviceAccountName` for obtaining the name of the service account the pod is running under
Right now these enhancements are documented only in a couple of issues and pull requests:
1. https://github.com/kubernetes/kubernetes/pull/27880
2. https://github.com/kubernetes/kubernetes/issues/24657
3. https://github.com/kubernetes/kubernetes/issues/21317
I have verified the functionality in the latest codebase:
1. https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/conversion.go#L200
Also updating downward-api/dapi-pod.yaml to add a concrete example.
|
2017-01-12 21:02:12 -05:00 |
steveperry-53
|
0c78763547
|
Remove link that goes nowhere.
|
2017-01-10 15:50:10 -08:00 |
Ben Balter
|
bfa604351f
|
add explicit titles to docs
|
2016-12-15 15:16:54 -05:00 |
devin-donnelly
|
26d8a596b8
|
Merge pull request #1178 from rata/release-1.4
Add documentation for secret, configmap and downwardAPI file permissions for 1.4 release
|
2016-09-13 16:54:08 -07:00 |
Rodrigo Campos
|
7f8b65d3e0
|
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.
|
2016-09-09 00:07:56 -03:00 |
Avesh Agarwal
|
ee859e3a3e
|
Fix downward api docs to have default limits via node allocatables
not node capacities.
|
2016-09-07 15:59:42 -04:00 |
foxish
|
66f28bb820
|
Adding OWNERS for docs.
|
2016-08-02 18:13:52 -07:00 |
johndmulhausen
|
cef1accd9d
|
Merge branch 'master' into release-1.3
# Conflicts:
# docs/admin/resourcequota/index.md
# docs/admin/resourcequota/object-counts.yaml
# docs/admin/resourcequota/walkthrough.md
# docs/user-guide/downward-api/index.md
|
2016-07-07 02:00:32 -07:00 |
Avesh Agarwal
|
d45e0ce4df
|
Document examples of downward API exposing container resources via
environment variables and volumes.
|
2016-06-24 10:54:40 -04:00 |
William Martin Stewart
|
2bc2409b72
|
Stop Downward API docs from linking to themselves
|
2016-06-19 21:28:41 +02:00 |
John Mulhausen
|
8f8a777ae2
|
Fix for yaml file ref
|
2016-03-29 17:01:37 -07:00 |
johndmulhausen
|
0d31281f27
|
Surfaces previously hidden topics that had URL conflicts, moves pages to index.md as often as possible
|
2016-03-29 14:58:48 -07:00 |
John Mulhausen
|
f16668b45f
|
1.2 additions for user-guide/
|
2016-03-07 12:09:02 +00:00 |
John Mulhausen
|
4c9e72c518
|
Moving docs from /vX to /docs; we will use branches for old versions.
|
2016-02-29 15:17:22 -08:00 |