Commit Graph

155 Commits

Author SHA1 Message Date
David Hargat 418a44a182 Update outdated documentation about secret key validation. (#7675) 2018-03-23 10:05:03 -07:00
chenpengdev be1901c0a4 Use the international standard for punctuation (#7719) 2018-03-15 12:15:24 -07:00
AdamDang 09f67a02b0 Typo fix some "pod to schedule on"->"pod to be scheduled on" (#7637)
Pod is the object to be scheduled, So "pod to schedule onto a node " and "pod to schedule on" are not suitable in the doc. "pod to be scheduled onto a node" is better.
2018-03-05 07:33:51 -08:00
Matt Janssen 0c2c9d269a Add missing closing paren. (#7563)
Currently reads:
> Pods (such as RollingUpdate, is almost
but should read:
> Pods (such as RollingUpdate), is almost
2018-02-28 15:07:56 -08:00
Michelle Au 21926145fe Update docs with subpath limitation (#7533) 2018-02-27 11:21:45 -08:00
Steve Perry 3121977ed9 In concepts, in front matter, change approvers to reviewers. (#7442) 2018-02-27 10:51:46 -08:00
Alex Glikson 1f72c7a1b8 Fixed cross-node preemption example (#7150)
* Fixed cross-node preemption example

The constraint between P and Q should be pod affinity rather than anti-affinity in order to the example to be correct.
Fixes #7149

* Fixed example to emphasize Zone namespace in pod anti-affinity
2018-02-26 10:47:44 -08:00
Jianfeng Li 1e35b022be fix typo in assign-pod-node.md (#7352) 2018-02-19 09:40:37 -08:00
John Arundel da9722af67 Update and revise 'Configuration Best Practices' (#6981)
* Update and revise 'Configuration Best Practices'

* Tidy up, clarify, and reword some confusing sections
* Update names of Kubernetes objects per Style Guide
* Update references to ReplicationControllers to ReplicaSets/Deployments
* Update and add some new cross-references
* Remove some out-of-date text

* Explain why you should create a Service before its backend or client workloads

* Reword advice about labels

* Capitalize k8s object names

* Clarify reference titles

* Explain but deprecate the :latest tag on images

* Mention both kubectl apply and kubectl create

* Address @abiogenesis-now comments
2018-02-19 09:22:37 -08:00
Joseph Heck 186205d8ad Merge pull request #7079 from ourcolorfuldays/fix3
Make more precisely
2018-02-12 15:36:47 -08:00
Xiaodong Zhang 62d07eeb9b Bump up deployment version in concepts/configuration folder (#7328) 2018-02-09 14:06:54 -08:00
Sam Xie 44b8e65b40 fix typo envrionment -> [environment] (#7262) 2018-02-06 18:21:43 -08:00
Bin Liu aab6a69687 Fix Pod's property name (#7157) 2018-02-02 13:32:13 -08:00
Bobby (Babak) Salamat e0bcd41118 Add information about PodStatus.nominatedNodeName (#7209)
* Add information about PodStatus.nominatedNodeName

* Addressed reviewer comments
2018-02-02 07:10:09 -08:00
Bin Liu 49f548ada8 Fix typo (#7141) 2018-01-30 13:55:06 -08:00
Gustavo Chaves 7b18e86556 Fix typo (#7127) 2018-01-29 16:22:04 -08:00
Xiaodong Zhang dd7bb34913 Change deployment group (#7112) 2018-01-28 15:07:31 -08:00
Drinky Pool c1ef846cce upper case restriction doesn't exist (#7003)
During my test, the restriction of "form of DNS labels" doesn't exist, we can create labels with upper-case letters.
2018-01-25 16:37:36 -08:00
Bin Liu 759e972a99 Correct node name to correspond to the previous example (#7081) 2018-01-24 19:56:21 -08:00
bin liu 6a57e883db Make more precisely 2018-01-24 17:44:50 +08:00
Steve Byrne 809c558be3 correct "values if all secrets"
Correcting apparent typo
2018-01-23 09:48:41 -08:00
Matti Paksula 35036d2778 space before $ 2018-01-09 10:55:36 +02:00
Qiming 469d50d1e7 Merge pull request #6700 from ConnorDoyle/rm-oir-2
Remove remaining OIR documentation.
2018-01-09 13:45:24 +08:00
Qiming 5a51392a53 Update manage-compute-resources-container.md 2018-01-09 13:41:41 +08:00
Thiago Vinhas 84f35c3cc9 Provide command to "untaint" a node
Had a lot of trouble finding the exact way to "un-do" the tainting example provided here. Even the great folks on Slack couldn't provide the correct command to achieve this, even though it seems so trivial now that I know it.  :-)
2018-01-08 15:11:11 -05: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 98cc0acd4e Merge pull request #6738 from madhuri-rai07/spell_fix
Fix some spelling mistakes
2017-12-26 14:44:55 +08:00
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
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
Stephan van Maris c57ac35209 AnitAffinity -> AntiAffinity 2017-12-21 16:39:20 +01:00
Bin Liu fc524bd7e3 fix broken link target 2017-12-21 17:32:47 +08:00
Connor Doyle 56691496e3 Remove remaining OIR documentation. 2017-12-18 11:08:21 -08:00
Bobby (Babak) Salamat 4c69ef9fb0 Update preemption document with the new improvements added in 1.9 (#6505) 2017-12-15 21:06:51 -06:00
Rick cee74d4ae7 Fixed typo 2017-12-13 18:12:03 +01:00
Qiming 542d53d685 Merge pull request #5931 from WIZARD-CXY/updatehostportdoc
update hostport doc
2017-11-28 10:00:19 +08:00
Qiming 4d77e7993f Update overview.md 2017-11-27 20:30:10 +08:00
Qiming 3f98c8bd2a Update overview.md 2017-11-27 20:28:44 +08:00
helena 60b7e3f42e Update overview.md 2017-11-24 11:26:19 +11:00
Abhinav Sinha 1b315e2cce Formatting changes 2017-11-23 18:42:55 +05:30
宇慕 05af66ef77 update hostport doc 2017-11-16 11:23:34 +08:00
Abhinav Sinha 446b9cb335 Pod priority to be enabled for kubelet
The document only mentioned enabling the feature for API and Scheduler but it needs to be enabled for kubelet as well
2017-11-15 18:31:01 +05:30
Tomasz Prus 037341f3ae fix: unit for "kilo" is lowercase (#6314) 2017-11-14 13:08:27 -08:00
Matt Dorn b84f53a06e Update PodAffinity/PodAntiAffinity Use-Case (#6291)
* Update PodAffinity/PodAntiAffinity Use-Case

Updated PodAffinity use-case to reflect use of PodAntiAffinity. Under the previous Redis deployment manifest, each replica is not guaranteed its own node.

* add podAntiAffinity to web-server spec use-case

* Additional changes to PodAffinity/PodAntiAffinity Use-Case
2017-11-13 15:05:47 -08:00
Tyler Kellen 9a46a77c2d add note that encryption at rest is supported 2017-11-08 16:31:24 -05:00