chenhuan12
511402d8e2
fix the command output ( #5350 )
...
fix the command output
2017-09-08 21:15:45 -07:00
XsWack
d19e83c3c1
add Node Condition Type ( #5334 )
...
add Node Condition Type
2017-09-08 21:08:09 -07:00
Weihua Meng
8c37e43a18
Update opaque-integer-resource.md ( #5331 )
...
remove irrelevant words
2017-09-08 21:05:36 -07:00
Joel Roggeman
de452f864e
Fix MD formatting issue in docs ( #5326 )
2017-09-08 20:43:23 -07:00
Luis Pabón
6a4fde54b2
Update link in AWS documentation ( #5325 )
2017-09-08 17:51:21 -07:00
Anatoli Babenia
1e4399ee89
Mailing list moved to kubernetes-users group ( #5320 )
2017-09-08 17:50:44 -07:00
Stewart-YU
f179452a9a
Update create-cluster-kubeadm.md ( #5318 )
...
Fix leading spaces in commands.
2017-09-08 17:49:56 -07:00
chenhuan12
7a7718378a
fix the command output ( #5317 )
...
fix the command output
2017-09-08 17:48:15 -07:00
chenhuan12
162e042d42
fix the command output ( #5316 )
...
fix the command output
2017-09-08 17:47:46 -07:00
chenhuan12
728598298f
fix the command output ( #5315 )
...
fix the command output
2017-09-08 17:46:32 -07:00
Evgeny Shmarnev
bc0eae1b34
Update persistent-volumes.md ( #5314 )
...
Add necessary line breaks so vSphere yaml examples will be shown correctly.
2017-09-08 17:45:40 -07:00
Kyle Bai
9981d7e6c9
Remove unknown flag for apiserver ( #5312 )
2017-09-08 17:44:41 -07:00
Cliff Burdick
ef24a54abd
Update downward-api-volume-expose-pod-information.md ( #5309 )
...
Keeping the capitalization uniform.
2017-09-08 17:37:19 -07:00
John Belamaric
e0cb103488
Add coredns to add-on list ( #5358 )
...
* Add CoreDNS addon
* Update text
2017-09-08 13:17:08 -07:00
chenhuan12
c3209bb680
fix the command output
...
fix the command output
2017-09-08 13:06:42 -07:00
Ahmet Kizilay
108a4051fe
updated kops download link to latest version ( #5345 )
...
* 1.6.1 -> 1.7.0
2017-09-08 09:10:24 -07:00
lemon-tree
53debf5df0
Update kube-proxy.md ( #5344 )
...
there lost a blank character.
2017-09-08 09:09:48 -07:00
jianglingxia
93133cca2f
duplicate not ( #5347 )
2017-09-08 09:04:16 -07:00
Ryan McGinnis
edb249a74f
Merge pull request #5342 from kubernetes/ryanmcginnis-patch-1
...
Edits deployment.md
2017-09-08 08:01:18 -07:00
Ryan McGinnis
0347e50b82
Update deployment.md
2017-09-08 07:32:40 -07:00
Iago López Galeiras
02155b7b96
Add quotes to JSONPATH bash variable
...
The command was failing with
error: error parsing jsonpath {range, unclosed action
We need to quote `$JSONPATH` so the full contents of the variable are
passed to `-o jsonpath=`.
Fixes #4258
2017-09-08 13:14:21 +02:00
Andrew Bonventre
15b57839b8
Fix typo (TEMPALTE -> TEMPLATE) ( #5337 )
2017-09-07 18:40:35 -07:00
Ryan McGinnis
11161b6351
Edits deployment.md
...
- Fixes an inaccuracy: `template: metadata: labels:` labels the Pod template rather than the containers
- Elaborates some more on the explanation of the manifest
2017-09-07 17:09:24 -07:00
Liz Rice
7b2ed94079
Include kubelet and kube-proxy in list of pre-reqs ( #4469 )
...
* Include kubelet and kube-proxy in list of pre-reqs
Fixes #4454
* Use relative links
2017-09-06 16:37:07 -07:00
Murali Reddy
11787fa521
add kube-router as network policy provider
2017-09-06 13:07:24 -07:00
Ziqi Zhao
ef36140de2
Signed-off-by: Ziqi Zhao <zhaoziqi@qiniu.com>
...
Fix the mistakes in the "StatefulSet Basics"
In the section "Updating StatefulSets", when the update strategy is OnDelete and the web-0 pod is updated by deleting it manually.
Then the web-1 and web-2 should still have the original image. But in the current version, the article says that the web-0 and web-1
still have the original image.
2017-09-06 13:03:52 -07:00
Andre Marschalek
683c288bcc
Update fedora_ansible_config.md
2017-09-06 13:02:29 -07:00
Qiming Teng
ee641854a6
Fix admission-controllers section
...
This patch refactors the admin/admission-controllers section:
- Reorder the built-in controllers based on their names
- Added controllers that were not documented:
* GenericAdmissionWebhook
* Initializers
* LimitPodHardAntiAffinity
* NamespaceAutoProvision
* NamespaceExists
* OwnerReferencesPermissionEnforcement
* PersistenVolumeLabel
* PodPreset
* PodTolerationRestriction
2017-09-06 12:53:32 -07:00
Harry Zhang
75a104c609
Merge pull request #5313 from WIZARD-CXY/adddoc
...
add doc for special note for hpa
2017-09-06 13:16:36 +08:00
chenxingyu
f520d3940d
add doc for special note for hpa
2017-09-06 13:09:40 +08:00
Krishna m-Kumar
1d3b7c4228
updated Readme with several links missing
...
5 missing links updated
Added Review Issues Tab and Link from the same folder's file.
2017-09-06 07:27:36 +05:30
Andrew Chen
6e584be28e
Merge pull request #4673 from lpabon/patch-2
...
Add annotation documentation for AWS ELBs
2017-09-05 15:36:27 -07:00
Andrew Chen
5d71c06c36
Merge pull request #4360 from CaoShuFeng/404_page_part_2
...
fix one 404 page in doc
2017-09-05 15:32:38 -07:00
Radhika Puthiyetath
e0517e0799
concepts/configuration/manage-compute-resources-container.md: fix a conversion ( #4952 )
...
Rewrite the description for spec.containers[].resources.limits.cpu
2017-09-05 15:28:36 -07:00
Andrew Chen
8d79723fe6
Merge pull request #5258 from mattjmcnaughton/mattjmcnaughton/add-links-to-cassandra-example-previous-knowledge
...
Add links to cassandra example objectives
2017-09-05 14:33:21 -07:00
Andrew Chen
db2d983c4c
Merge pull request #5259 from chenhuan12/patch-75
...
fix typo
2017-09-05 14:32:10 -07:00
Andrew Chen
3322229467
Merge pull request #5262 from madorn/patch-1
...
use the term 'node' for consistency
2017-09-05 14:30:58 -07:00
Andrew Chen
49037b0896
Merge pull request #5264 from kairen/fix-zsh-not-work
...
Fix curl does not work in zsh
2017-09-05 14:29:50 -07:00
Stewart-YU
1bc0bda657
Update authentication.md ( #5281 )
...
* Update authentication.md
Add links, and fix format.
* add that
* add code format
2017-09-05 14:28:47 -07:00
Andrew Chen
fde2f830ff
Merge pull request #5266 from chenhuan12/patch-77
...
fix the command output
2017-09-05 14:26:01 -07:00
Andrew Chen
5d15f4e288
Merge pull request #5273 from chenhuan12/patch-78
...
fix typo
2017-09-05 14:25:43 -07:00
Andrew Chen
c3a0e84b92
Merge pull request #5274 from chenhuan12/patch-79
...
fix the command output
2017-09-05 14:25:22 -07:00
Andrew Chen
d92c325ee1
Merge pull request #5275 from hzxuzhonghu/patch-12
...
Update disruptions.md
2017-09-05 14:24:29 -07:00
Andrew Chen
cdccb052f6
Merge pull request #5280 from stewart-yu/patch-50
...
Update binary_release.md
2017-09-05 14:23:34 -07:00
Andrew Chen
0f3f366d45
Merge pull request #5286 from kairen/fix-crd-typo
...
Fix CRD page typo
2017-09-05 14:17:15 -07:00
Andrew Chen
b6d83bfffa
Merge pull request #5287 from chenhuan12/patch-80
...
fix the command output
2017-09-05 14:16:40 -07:00
Andrew Chen
ae299f0cd9
Merge pull request #5288 from chenhuan12/patch-81
...
fix the command output
2017-09-05 14:16:05 -07:00
Andrew Chen
de1f24d4c9
Merge pull request #5295 from chenhuan12/patch-83
...
fix the command output
2017-09-05 14:14:00 -07:00
Andrew Chen
5a18f9fba6
Merge pull request #5296 from chenhuan12/patch-84
...
fix the command output
2017-09-05 14:13:19 -07:00
Andrew Chen
d6a96e4cfb
Merge pull request #5297 from chenhuan12/patch-85
...
fix the command output
2017-09-05 14:12:35 -07:00