Qiming
076b64f106
Merge pull request #6251 from tengqm/podpreset-note
...
Add a note to pod preset
2017-11-15 09:58:43 +08:00
Qiming
9f758e6443
Add warning about backoffLimit limitation ( #6227 )
2017-11-14 10:48:53 -08:00
Qiming Teng
cf7ed4615e
Add a note to pod preset
2017-11-14 14:15:41 +08:00
Tyler Kellen
3d5ca2d7ff
re-order sections ( #6241 )
...
For new readers without a detailed understanding of how deletion occurs, specifying foreground deletion first gives the needed context to understand what background deletion is eschewing.
2017-11-13 19:10:24 -08:00
Andrew Ball
94060df231
remove unnecessary "or" in series
2017-11-12 19:01:49 -06:00
Andrew Chen
24d1cd5ceb
Merge pull request #6246 from kubernetes/chenopis-maintenance-20171108
...
[Monthly Maintenance] Fix broken links
2017-11-09 13:05:04 -08:00
Qiming
b0ef8cf848
Merge pull request #6242 from tkellen/patch-4
...
update docs to reference latest updates
2017-11-09 22:24:18 +08:00
Tyler Kellen
737dc1c45e
update docs to reference latest updates
2017-11-09 07:57:35 -05:00
Qiming
e3fdd107e8
Update daemonset.md
2017-11-09 09:06:09 +08:00
Andrew Chen
37f57f6843
[Monthly Maintenance] Fix broken links from Screaming Frog SEO Spider
2017-11-08 14:01:56 -08:00
Tyler Kellen
2d3b1ad3f6
call out missing content in effort to fix it
2017-11-08 12:35:53 -05:00
Stewart-YU
562342349c
This command `stop` is deprecated and fix format
2017-11-08 19:04:55 +08:00
Jessica Yao
53cf7defd5
Fix/re-introduce custom Jekyll tags for better glossary integration ( #6163 )
2017-11-06 15:36:24 -06:00
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
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
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
chenhuan
163410af51
fix typo
...
fix typo
2017-11-02 15:49:49 +08: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
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
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
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
Shual Liu
05c0a65373
add matchLabels description ( #6020 )
2017-10-23 10:15:03 -07:00
jianglingxia
5c4c563e0b
fix redirection of PersistentVolume
2017-10-23 08:51:41 -07:00
Stewart-YU
29b826005e
Update init-containers.md
...
Fix leading spaces in commands.
2017-10-21 20:12:36 +08:00
XsWack
d8750af43f
Remove description that are out of date ( #5945 )
2017-10-19 09:43:01 -07:00
zhangxiaoyu-zidif
cb9cad5291
update website
2017-10-19 16:43:08 +08:00
flyer
4086706d99
garbage-collection.md: add CronJob/Job that sets ownerReference ( #5917 )
2017-10-16 09:44:40 -07:00
hchenxa
d9e636747b
update support version from 1.7.0 to 1.8.0 ( #5920 )
2017-10-16 09:42:33 -07:00
Michal Cwienczek
04fc9a30b0
Updated link to taints and tolerations ( #5871 )
2017-10-11 16:32:46 -07:00
chenhonggc
cb9b730c8d
Number error ( #5835 )
...
* should be 10
* should be 10
* should be 10
2017-10-10 13:17:28 -07:00
chenhonggc
12e211a60c
Use code style for filenames ( #5837 )
...
* Use code style for filenames, directories, and paths
* Use code style for filenames, directories, and paths
2017-10-10 13:15:50 -07:00
Steve Perry
0563d647a7
Update links to avoid redirect.s ( #5829 )
2017-10-09 21:08:58 -07:00
Christoph Maser
44897f6997
change update to disruptions ( #5809 )
...
the context suggests it should be "which cause voluntary disruptions" instead of "which cause voluntary updates"
2017-10-08 18:11:51 -07:00
Suraj Deshmukh
eb4ce6ab1a
docs(health checks): remove the unnecessary indentation ( #5805 )
...
The pod manifest in it's `httpHeaders` has unnecessary indentation,
removed that.
2017-10-08 08:18:11 -07:00
Zhang Xingcai
546a1cb02a
Update word Deployement to Deployment ( #5797 )
2017-10-07 07:55:33 -07:00
Steve Perry
c3d16870ee
Add -a flag. ( #5792 )
2017-10-06 12:45:19 -07:00
Steve Perry
9e94cd5530
Fix broken links. ( #5770 )
2017-10-04 17:50:18 -07:00
Steve Perry
6ddca1d62f
Update links to avoid redirects. ( #5763 )
2017-10-04 14:27:41 -07:00
Harry Zhang
68bf20e8ec
Use right taint key in doc ( #5188 )
2017-10-04 08:51:20 -07:00
Steve Perry
a7475665fa
Update links to avoid redirects. ( #5753 )
2017-10-03 21:38:21 -07:00
Steve Perry
5c7bbcd29e
Update links to reduce redirects. ( #5751 )
2017-10-03 21:07:11 -07:00
Zihong Zheng
8d16cd6b83
Add TOC and fix links for kube-dns documentation ( #5748 )
2017-10-03 16:43:47 -07:00