Umesh Yadav
0abbfdc12e
Fixed apiVersion inconsistency ( #6187 )
...
* update support version from 1.7.0 to 1.8.0
* Added apiVersion comment.
2017-11-06 13:06:29 -06:00
Moussa Taifi
139f1c142a
Fix typo in Actual parallelism section
...
Fix typo in Actual parallelism section
2017-11-04 15:38:46 -04:00
Qiming Teng
90fe42a2ff
Fix openssl command for generating apiserver cert
2017-11-03 09:31:31 +08:00
Jessica Yao
f3edbd3822
Revert "Introduce custom Jekyll tags for better glossary integration" ( #6160 )
...
This reverts commit 46d9cbe5ae
.
2017-11-02 15:07:26 -06:00
Qiming
91c3bec469
Merge pull request #6148 from warmchang/federation
...
Fix the hyperlink of federation.md to the latest path.
2017-11-02 17:16:33 +08:00
Qiming
f2f5b83fc1
Merge pull request #6146 from chenhonggc/cloud-controller
...
small pr
2017-11-02 16:11:00 +08:00
陈宏
ef526c0f1b
specifie to specific
2017-11-02 16:06:43 +08:00
Xiaoyu(Tim) Zhang
ae1dfe5b34
Merge pull request #6147 from chenhuan12/patch-102
...
fix typo
2017-11-02 16:00:27 +08:00
Jessica Yao
46d9cbe5ae
Introduce custom Jekyll tags for better glossary integration
2017-11-02 00:57:26 -07:00
William Chang
3fef7beae9
Fix the hyperlink of federation.md to the latest path.
2017-11-02 15:51:30 +08:00
chenhuan
163410af51
fix typo
...
fix typo
2017-11-02 15:49:49 +08:00
陈宏
0667dfe558
small pr
2017-11-02 15:32:45 +08:00
lichuqiang
fcb2ecd89c
Translate doc cloud-providers into chinese ( #6122 )
...
* translate doc cloud-providers into chinese
* typo fix on doc cloud-provider
2017-11-01 19:02:50 -07:00
Qiming
9f80a39166
Remove dangling job.yaml ( #6124 )
2017-11-01 19:02:28 -07:00
Adrian Otto
9665dede8a
Update maximum cluster size guidance ( #6135 )
...
* Update maximum cluster size guidance
This document was published when v1.3 was the prevailing k8s version. This change provides newer guidance with respect to using large clusters.
* Update federation.md
2017-11-01 18:56:31 -07:00
Stephen Gordon
6ad5f819a2
Correct OpenStack Cloud Provider Table Layout
...
Correct the OpenStack cloud provider table layout to use GitHub
compatiable markdown.
2017-11-01 16:02:44 -04:00
Brad Topol
834d73ab49
Merge pull request #6127 from gsaslis/patch-1
...
Fixed 404 broken link
2017-11-01 14:56:17 -04:00
Qiming
795d3472fa
Fix sample network policy manifests ( #6105 )
2017-11-01 10:06:07 -07:00
Yorgos Saslis
a223dd60ec
Fixed 404 broken link
2017-11-01 10:47:25 +02:00
Steve Gordon
21fb91fa59
Add documentation of all OpenStack provider opts ( #6047 )
...
Add documentation of all OpenStack provider options including an
indication as to which items are required versus optional and which
configuration blocks they must appear in.
Also adds a section detailing which services are required/expected by
the OpenStack provider implementation.
https://github.com/kubernetes/website/issues/5980
2017-10-31 17:06:44 -07:00
Mahesh Sawaiker
15d13f68c7
Added instructions to create secrets for https using kubectl and openssl ( #6093 )
...
* Added instructions to create secrets for https using kubectl and openssl
* Fixed some english grammar as per review comments.
2017-10-31 12:58:02 -07:00
Tamal Saha
366403459e
Add PATCH permission for nodes/status ( #6111 )
...
This is required for node controller.
d118e44320/pkg/controller/cloud/node_controller.go (L186)
2017-10-31 12:50:45 -07:00
Karsten Bott
6827ba686b
Changed Typo in ThinProvisioned and ThickProvisioned ( #6110 )
...
Changed Typo in ThinProvisioned and ThickProvisioned
2017-10-31 12:41:46 -07:00
Andrew Chen
b4630dac1d
Change glossary snippet length options
2017-10-30 12:05:14 -07:00
Fawaz Mohammed
22b6f743f5
A typo fixed
2017-10-29 01:03:20 +08:00
Fawaz Mohammed
f272ebc9af
Fix typo in node controller section
2017-10-29 01:01:42 +08:00
chenhonggc
d11f9f2508
fixed mistake format ( #6069 )
...
* fixed mistake format
* fixed mistake format
* fixed misspelling
2017-10-27 10:27:39 -07:00
xuhuilong
c3b684f9b6
wrong bash statements. ( #6071 )
...
here is my test result:
[root@localhost ~]# sh -c 'for i in {1..100}; do sleep 1; if dig www.baidu.com;then exit 0; fi; exit 1'
sh: -c: line 1: syntax error: unexpected end of file
[root@localhost ~]# sh -c 'for i in {1..100}; do sleep 1; if dig www.baidu.com;then exit 0; fi;done; exit 1'
; <<>> DiG 9.9.4-RedHat-9.9.4-51.el7 <<>> www.baidu.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27927
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;www.baidu.com. IN A
;; ANSWER SECTION:
www.baidu.com. 1125 IN CNAME www.a.shifen.com.
www.a.shifen.com. 106 IN A 180.97.33.107
www.a.shifen.com. 106 IN A 180.97.33.108
;; Query time: 16 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Fri Oct 27 02:42:38 EDT 2017
;; MSG SIZE rcvd: 101
[root@localhost ~]# echo $?
0
[root@localhost ~]#
2017-10-27 10:22:15 -07:00
Qiming
ec21a413b7
Add pointer to DefaultStorageClass AC from PV doc ( #6016 )
2017-10-26 15:13:26 -07:00
Richard Xia
ce0e1fa9fd
Fix example job yaml ( #6064 )
...
Dedent the backoffLimit key so that it lives in the Job spec, not the Pod spec, where it actually belongs.
2017-10-26 14:34:42 -07:00
Steve Perry
5bfcd2695a
Correct capitalization of clusterIP. ( #6067 )
2017-10-26 14:18:04 -07:00
Sidhartha Mani
f084d11d32
add conceptual information behind CCM ( #5928 )
2017-10-26 14:15:11 -07:00
egagala
4cd832bc8f
add info about VMware NSX-T CNI plugin ( #5987 )
...
* add info about VMware NSX-T CNI plugin
Hello,
I'm VMware Networking and Security Architect and would like to include short information about our CNI plugin implementation similar to what other vendors did
Best regards
Emil Gagala
* Update networking.md
* Update networking.md
* Update networking.md
2017-10-26 08:34:18 -07:00
egagala
7c11659caa
Update addons.md ( #6061 )
2017-10-26 08:34:00 -07:00
Patrick Liu
f9a2afa4aa
Fix `backoffLimit` field misplacement ( #6042 )
...
It should be placed in JobSpec according to:
https://github.com/kubernetes/kubernetes/blob/master/api/swagger-spec/batch_v1.json#L1488-L1514
2017-10-25 22:28:54 -07:00
Kyle Bai
62062a450f
Add selector spec description ( #5789 )
...
* Add selector spec description
* Fix selector field explanation
2017-10-25 16:11:41 -07:00
Qiming
583805b507
Split PodPreset concept out from task doc ( #5984 )
2017-10-25 14:41:51 -07:00
Qiming
59fd2c4088
Add a simple pod manifest to pod overview ( #5986 )
2017-10-25 14:22:49 -07:00
chenhonggc
56ff8f9650
Link mistake ( #6038 )
...
* link mistake
* link mistake
* skip title check for skip_title_check.txt
* skip title check for skip_title_check.txt
* remove doesn't exist link.
2017-10-25 13:26:08 -07:00
Joseph Heck
3e90bbdf7b
Merge pull request #5571 from Lion-Wei/patch-16
...
add proxy-mode:ipvs in service.md
2017-10-25 12:12:35 -07:00
Joseph Heck
cc3cac9772
Merge pull request #6032 from php-coder/psp_add_link_to_admission_page
...
pod-security-policy.md: add links to the page about admission plugin
2017-10-25 12:05:05 -07:00
Joseph Heck
ffa1161c2a
Merge pull request #6030 from chentao1596/patch-1
...
fix wrong link to pod-preemption.md
2017-10-25 12:02:21 -07:00
Joseph Heck
0d2209bec4
Merge pull request #6040 from jianglingxia/jlx-api
...
correct the downwardapi redirect
2017-10-25 12:00:37 -07:00
Andrew Chen
1e6d8d4b22
Change title to just Ingress
2017-10-25 11:43:25 -07:00
Andrew Chen
f2095e7b9f
add Concept template
2017-10-25 11:43:25 -07:00
Brent Shaffer
2eee2d2e5a
Remove links using "here"
2017-10-25 11:43:25 -07:00
jianglingxia
ab21e16a70
correct the downwardapi redirect
2017-10-25 14:00:32 +08:00
Slava Semushin
8ecb2b404b
pod-security-policy.md: add links to the page about admission plugins.
2017-10-24 18:31:18 +02:00
chentao1596
8eb389f943
Update pod-priority-preemption.md
...
fix-wrong-link-to-pod-preemption
2017-10-24 18:56:44 +08:00
Steve Perry
269115ab0a
Rephrase core group. ( #6024 )
2017-10-23 14:04:21 -07:00