Commit Graph

1022 Commits (688462161dba7ac007df00c01a7da82db75beba4)

Author SHA1 Message Date
Xiaoyu(Tim) Zhang 688462161d
Merge pull request #6841 from tengqm/add-example-spec-link
Add links to spec format in api reference
2018-01-08 11:23:06 +08:00
Qiming de5e451f40
Merge pull request #6784 from markmandel/propagationPolicy
Cascading deletion policy correction
2018-01-08 10:56:44 +08:00
Joseph Heck 6ff2d3067b
Merge pull request #6770 from tengqm/fix-1286
Clarify the meaning of 'ServiceIP' in diagrams
2018-01-07 14:08:22 -08:00
Joseph Heck bf0b873bd3
Merge pull request #6561 from timmycarr/master
Update titles for controller docs to align with controller names.
2018-01-07 13:47:13 -08:00
Joseph Heck cca1f669ed
Merge pull request #6822 from tengqm/improve-labels
Improve labels doc for nodeSelector
2018-01-07 13:40:06 -08:00
Joseph Heck d9cad3458c
Merge pull request #6818 from tengqm/fix-flannel-link
Fix links to flannel artifacts
2018-01-07 10:38:01 -08:00
Joseph Heck b1dae04b43
Merge pull request #6807 from tengqm/fix-2896
Fix out-of-resource future work
2018-01-07 10:33:40 -08:00
Joseph Heck 208057b248
Merge pull request #6800 from warmchang/ipvs
Fix the version number which include ipvs feture.
2018-01-07 10:32:29 -08:00
Joseph Heck 127040a43d
Merge pull request #6840 from tengqm/link-image-pull-secret
Add links to assigning imagepullsecrets
2018-01-07 10:22:34 -08:00
Joseph Heck 52e2fcdb7f
Merge pull request #6869 from okumin/fix-secret-doc
Fix concepts/configuration/secret
2018-01-07 09:05:04 -08:00
okumin f08451fe63 Fix concepts/configuration/secret
* Fix link to `Add ImagePullSecrets to a service account`
* Modify the headline level of `Automatic Mounting of Manually Created
Secrets`
2018-01-07 22:47:51 +09:00
okumin 4a25ad0805 Link to extended resources instead of deprecated opaque integer resources 2018-01-07 21:06:03 +09:00
Qiming 1a2af78a49
Merge pull request #6839 from janetkuo/typo
Name should not be specified in pod template
2018-01-05 09:43:53 +08:00
Ryan McGinnis 933a1e454d
Update pod-security-policy.md
Fixes dead link to RBAC authorization page.
2018-01-04 16:55:45 -08:00
Kai Chen 8f3498b51c Fix references to ConfigMap in the Concepts section 2018-01-04 01:09:25 -08:00
Qiming Teng 8b244b7294 Add links to spec format in api reference
This PR adds sample links to the `spec` field of API objects.

Closes: #5205
2018-01-04 12:54:09 +08:00
Qiming Teng 6dbd0e9f5e Add links to assigning imagepullsecrets
Closes: #1652
2018-01-04 11:35:33 +08:00
Qiming fff48c1ac5
Merge pull request #6834 from jennybuckley/typo
Fix typo in docs/concepts/api-extension/custom-resources.md
2018-01-04 11:04:53 +08:00
Janet Kuo eeaabe4007 Name should not be specified in pod template 2018-01-03 15:56:39 -08:00
Jennifer Rondeau d6249f5eea
Merge pull request #6824 from tengqm/improve-cronjob
Improve CronJobs doc
2018-01-03 14:09:27 -08:00
jennybuckley 4ee1b5f1e3 fixed typo in docs/concepts/api-extension/custom-resources.md 2018-01-03 13:48:07 -08:00
William Zhang 9be9407f14
Update service.md 2018-01-03 19:54:58 +08:00
Joseph Heck 195110cfce
Merge pull request #6823 from tengqm/fix-6802
Minor tweaking to scheduler doc
2018-01-02 18:14:30 -08:00
Jennifer Rondeau 71496450a6
Merge pull request #6819 from tengqm/improve-pod
Improve documentation on cross Pod communication
2018-01-02 17:47:05 -08:00
Marcin Owsiany d9689d5e62 More grammmar fixes. 2018-01-02 12:42:42 +01:00
Marcin Owsiany 0f2d628706 Fix multiple grammar errors. 2018-01-02 12:22:46 +01:00
Qiming Teng 7feeffcc3e Improve CronJobs doc
This PR adds text about restarting apiserver and controller-manager
component.

Closes: #3710
2018-01-02 17:53:08 +08:00
Qiming Teng 5ec8e2b301 Minor tweaking to scheduler doc
Closes: #6802
2018-01-02 17:45:48 +08:00
Qiming Teng 6b1e8eec1c Improve labels doc for nodeSelector
Closes: #2559
2018-01-02 17:35:03 +08:00
Qiming Teng 58551ad676 Improve documentation on cross Pod communication
Closes: #3847
2018-01-02 16:40:02 +08:00
Qiming Teng 396c62acee Fix links to flannel artifacts
The current link to the flannel plugin is confusing. There are more
detailed description on using flannel on the github project site.
We should avoid linking to the specific yaml file. This PR changes the
link to the general markdown file.

Closes: #3835
2018-01-02 16:21:13 +08:00
Qiming Teng 71b92cc036 Fix out-of-resource future work
Closes: #2896

According to the report, the google/cadvisor#1422 has been closed.
However, the related issue has been fixed in google/cadvisor#1489 and
merged a long time ago. We can safely remove the known issue now.
2018-01-01 12:34:27 +08:00
William Zhang 39254aa52d Fix the version number which include ipvs feture. 2017-12-30 16:09:57 +08:00
Qiming Teng d1722f78cb Fix apiVersion used for ClusterRole 2017-12-29 09:56:18 +08:00
Mark Mandel 1c01017319 Cascading deletion policy correction
In the previous version it read as if you could
specify the `propagationPolicy` on the Object itself,
which isn't possible.

Change the documentation to make it clear that the
`propagationPolicy` is set on the `deleteOptions`
argument when invoking a Object deletion function.
2017-12-28 17:29:49 -08:00
alainvanhoof d1d65e340d Update service.md (#6746) 2017-12-28 13:04:21 -08:00
Qiming 0f33bb494f
Merge pull request #6721 from RenaudWasTaken/k8s-dev-plugin
Update device plugin document to show NVIDIA device plugin
2017-12-27 11:00:38 +08:00
Qiming 98cc0acd4e
Merge pull request #6738 from madhuri-rai07/spell_fix
Fix some spelling mistakes
2017-12-26 14:44:55 +08:00
Qiming Teng caa7dfb52f Clarify the meaning of 'ServiceIP' in diagrams
This PR is to address the concern about labels used in service diagrams.
The PR adds a note to explain the `ServiceIP` shown in the figure
instead of redrawing and pushing a new diagram.
2017-12-26 11:32:09 +08:00
Yang Li d5bd93ebcb remove unnecessary indents 2017-12-26 11:30:33 +08:00
Qiming 57d6422b67
Merge pull request #6755 from dungeonmaster18/fix-deprication
Fixed deprecated redirect
2017-12-24 15:08:17 +08:00
dungeonmaster18 74dea73a16
Fixed deprecated redirect 2017-12-23 15:25:28 +05:30
Qiming 60f7c995ce
Merge pull request #6749 from thockin-tmp/gcr-vanity
Convert registry to k8s.gcr.io
2017-12-23 17:09:35 +08:00
Qiming 4e47f64618
Merge pull request #6708 from vikaschoudhary16/er-resource-req
Fix Extended Resources consumption documentation
2017-12-23 10:25:15 +08:00
vikaschoudhary16 38a61d7160 Fix Extended Resources consumption documentation 2017-12-23 06:04:08 +05:30
Jennifer Rondeau 9f0e56a84e
Merge pull request #6513 from wynro/change-deployment-surge
Change deployment unavailable/surge range to match current behaviour
2017-12-22 13:30:00 -08:00
Jennifer Rondeau cced2003bf
Merge pull request #6547 from lichuqiang/mistake
Fix mistake in dynamic-provisioning
2017-12-22 13:23:29 -08:00
Tim Hockin 8f196b7d6a Convert registry to k8s.gcr.io 2017-12-22 09:55:16 -08:00
Qiming f1c4a425e4
Merge pull request #6726 from liubin/patch-1
fix broken link target
2017-12-22 14:47:50 +08:00
Madhuri Kumari d1c597095f Fix some spelling mistakes 2017-12-22 12:09:07 +05:30