Sunghoon Kang
fd6db18d1d
Change ReplicaSets example in service networking ( #11110 )
2018-11-20 06:54:52 -08:00
Daniel Bastos
703336cacd
Improve overall sentence clearness and understanding ( #11102 )
2018-11-19 19:34:24 -08:00
Qiming
d3eaeef3fc
Reorder concepts sections ( #11032 )
...
Order after this PR:
overview: 20
architecture: 30
containers: 40
workloads: 50
service-networking: 60
storage: 70
configuration: 80
policy: 90
cluster-administration: 100
extend-kubernetes: 110
Closes : #8570
2018-11-19 13:05:13 -08:00
Joseph Heck
486f5d01b0
making list of hosts under TLS more explicit, fixes #11065 ( #11066 )
2018-11-19 10:23:49 -08:00
yanghaichao12
07d156a483
Fix some errors in certificates.md ( #11075 )
2018-11-19 00:35:58 -08:00
Benedikt Franke
4f6f159dcb
The FlexVolume plugin supports ReadWriteMany depending on the driver ( #11014 )
...
I was able to successfully use https://github.com/juliohm1978/kubernetes-cifs-volumedriver to mount a SMB share from multiple nodes. The current docs are misleading, as it is generally possible.
2018-11-18 18:26:08 -08:00
Joseph Heck
fe46040b2e
rewrite of ingress ( #10958 )
...
* rewrite of ingress
- reset and rewritten to provide more clarity and directness on what
ingress is and does.
* cleanup from review
- also normalized Ingress -> ingress through-out
2018-11-16 12:37:21 -08:00
Sandeep Rajan
6f3b8cbd9b
Update documentation on CoreDNS ( #10923 )
...
* update documentation on CoreDNS
* Update dns-custom-nameservers.md
Fixed nit noted in comments and cleaned up a few more things while I was in there. This whole topic needs a complete redo, but this PR is an iterative improvment. Thanks!
2018-11-16 12:35:38 -08:00
Adam Connelly
2bfdd42aa7
Added documentation about stringData ( #10938 )
...
* Added documentation about stringData
I've added some documentation about the stringData field, including a simple example showing how it can be used.
* fixup! Added documentation about stringData
* fixup! Added documentation about stringData
2018-11-16 11:37:48 -08:00
yanghaichao12
3154c260e9
Fix an error in custom-resources.md ( #11020 )
2018-11-16 10:29:24 -08:00
Jordan Liggitt
bcae10b195
Fix vsphere node name docs ( #11017 )
2018-11-16 10:27:41 -08:00
Will Beason
2c3438919c
Fix ResourceQuota doc ( #11016 )
...
We don't support multiple ResourceQuota definitions in the same namespace.
2018-11-16 10:25:57 -08:00
hintss
ecfdcf643f
Fix 3 links that were pointing at blog.kubernetes.io ( #10731 )
...
* fix 3 links that were pointing at the old blog URL
* Fix the 4th blog link
2018-11-14 18:01:44 -08:00
nepomucen
d69f6b2353
Fix missing selector subcommand ( #10982 )
...
For accuracy the second command "kubectl set" in the pipeline under the example`s breakdown should contain subcommand: selector
2018-11-14 17:45:18 -08:00
Stéphane Este-Gracias
73190caeca
Fix typo ( #10993 )
2018-11-14 16:14:02 -08:00
Nikhita Raghunath
cb11cce55c
Update current state of features for custom resources ( #10994 )
2018-11-14 14:27:09 -08:00
Karen Bradshaw
b38adb0075
update, remove third party resource links ( #11001 )
2018-11-14 14:25:39 -08:00
Liuduii
e992177e2c
Remove some extra Spaces ( #10949 )
2018-11-11 17:21:29 -08:00
Bily Zhang
aa4ea8d95b
Fix issues in content ( #10943 )
...
* Fix issues in content
Signed-off-by: mooncake <xcoder@tenxcloud.com>
* rollback file
2018-11-10 19:56:21 -08:00
Pingan
71656718c9
Remove redundant feature state ( #10933 )
2018-11-09 09:14:06 -08:00
David Xia
6c0d7300d5
Remove redundant "Note:" prefixes ( #10920 )
...
Hugo shortcodes already create prefixes as [explained here][1].
[1]: https://github.com/kubernetes/website/blob/master/content/en/docs/contribute/style/style-guide.md#shortcodes
2018-11-08 04:44:05 -08:00
Luc Perkins
d65e1790ff
Add admonition type to shortcode ( #9482 )
...
* Change existing admon blocks
* Fix includes issue
2018-11-06 11:33:04 -08:00
Aleks
fd7a788fe7
Update HAProxy ingress line ( #10794 )
...
* Update HAProxy ingress line
HAProxy Technologies offers support for the free available haproxy ingress controller
* Updated the haproxy wording from feedback
Updated the haproxy wording from feedback of @tengqm
* Remove doc artefacts
2018-11-06 00:01:29 -08:00
zhangmingld
d01b76d080
fix word err in Disruption ( #10884 )
2018-11-05 06:17:32 -08:00
Pingan
eac1cb6d34
remove node condition ConfigOK ( #10772 )
2018-11-02 10:43:25 -07:00
Moonhyuk Choi
a9c6b4dba0
Update default 'image-gc-high-threshold' ( #10703 )
...
When I check the kubelet option document and actual kubelet config value, default is 85 instead of 90.
2018-11-01 14:03:26 -07:00
Gergely Csatari
54279883d4
Adding DANM ( #10679 )
...
* Adding DANM
Adding a new item to the list of cluster networking
solutions.
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
* Corrections of received comments
for https://github.com/kubernetes/website/pull/10679
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
2018-10-30 09:34:05 -07:00
William Zhang
5d592fbee3
fix spelling errors in doc repo ( #10434 )
...
* fix spelling errors in content/en/docs/concepts/containers/
Signed-off-by: William Zhang <warmchang@outlook.com>
* fix spelling errors in HPA, StatefulSet, SA
Signed-off-by: William Zhang <warmchang@outlook.com>
2018-10-26 09:07:21 -07:00
Florian Arthofer
84e3e3a7b2
Added link for Dynatrace ( #10629 )
...
Added link to Dynatrac k8s monitoring info page
2018-10-25 12:47:08 -07:00
MengZeLee
04163e9a7c
removing toc shortcode. ( #10720 )
2018-10-25 11:02:31 -07:00
SataQiu
60293a7717
fix some typos ( #10704 )
...
* fix some typos
* s/they/there
2018-10-23 15:06:24 -07:00
Rui Cao
1f1ab6576e
Fix typo: assoications -> associations ( #10708 )
...
Signed-off-by: Rui Cao <ruicao@alauda.io>
2018-10-23 07:19:32 -07:00
LiuDui
d565f7de6a
Remove excess Spaces ( #10706 )
2018-10-23 04:32:44 -07:00
Yuexiao Wang
1046a70d43
remove redundant for Jaguar ( #10694 )
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-10-22 18:31:36 -07:00
Stewart-YU
0b34cec135
update Deployment.md ( #10649 )
...
both `extension.vabeta1` and `apps.v1` in deployments, when run `kubectl ` op about `deploy`, we should add apiversion
2018-10-19 13:00:01 -07:00
Chao Wang
c9c236c4bf
fix the output for rolling back a deployment ( #10597 )
2018-10-17 23:31:36 -07:00
Sam Fleming
544e9e4089
Show clusterIP in Services diagrams instead of ServiceIP ( #10663 )
...
* Use clusterIP instead of ServiceIP in graphs and documentation
Using ServiceIP instead of clusterIP in images can be confusing when
they're showing the clusterIP.
Since the SVGs are updated, the "Note" is now redundant.
* Update out-dated service diagram PNGs
2018-10-17 17:16:31 -07:00
Stewart-YU
05f4c8ab7a
Update deployment.md ( #10615 )
...
fix the wrong comments
2018-10-15 00:44:13 -07:00
Quan Tian
aa3c5e89f6
Fix ingress class annotation example links ( #10580 )
2018-10-11 19:44:51 -07:00
ahawtho
8e38104f87
Fixes typo in resource-quotas.md ( #10575 )
2018-10-10 17:59:37 -07:00
John Roach
e949373d68
Removed duplication of spec: ( #10568 )
...
Removed duplicate of `spec:` in example.
2018-10-09 23:08:19 -07:00
Brian-Williams
69632fc481
Remove unneeded move page ( #10563 )
...
As is this links you to a page, which simply links to the resources current location. Better to simply link to the resources current location.
2018-10-09 18:04:03 -07:00
Patrick Nordahl
8f6c9e6f81
typo in StatefulSet docs ( #10558 )
2018-10-09 04:40:44 -07:00
Gianpaolo Macario
cd5393ce91
networking.md: Markdown fix ( #10498 )
2018-10-09 01:13:52 -07:00
PONOUBA
6d8830309a
add Jaguar project description ( #10433 )
...
* add Jaguar project description
[Jaguar](https://gitlab.com/sdnlab/jaguar ) is an open source solution for Kubernetes's network based on OpenDaylight.
Jaguar provides overlay network using vxlan and Jaguar CNIPlugin provides one IP address per pod.
* Minor newline tweak
2018-10-06 20:06:40 -07:00
Van Driessche Vincent
fcb2123efb
Fixes typo ( #10474 )
...
Small typo found in the "Foreground cascading deletion" section. In the indicative present form, "to delete" should become "he/she/it deletes".
2018-10-04 23:57:58 -07:00
Stanislav Zapolsky
7076a878dd
fixed a typo in docs/concepts/configuration/pod-priority-preemption.md ( #10376 )
...
* fixed a typo
"Pod may by scheduled" > "Pod may be scheduled"
* and another typo
"sooner that" > "sooner than"
2018-10-04 10:39:13 -07:00
CaoShuFeng
ff85cba909
fix typo in runtime class ( #10490 )
2018-10-04 06:32:06 -07:00
Miguel Angel Medina Mondragon
ea5a16952f
improved and updated rollout history information ( #10175 )
...
* improved and updated rollout history information
* minor change, manifest.yaml > manifest
* tweaks to the change-cause section
* annotation command typo
* redundancy fix
* removing the --record flag as it may be misleading
2018-10-03 20:46:43 -07:00
Tim Allclair (St. Clair)
dc5b70d328
Fix link formatting ( #10424 )
2018-10-03 20:45:22 -07:00