Go to file
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
.github PR template note for 1.9 (#5943) 2017-10-19 09:44:15 -07:00
_data add conceptual information behind CCM (#5928) 2017-10-26 14:15:11 -07:00
_includes search and replace for k8s.github.io to website (#6019) 2017-10-23 10:16:08 -07:00
_layouts search and replace for k8s.github.io to website (#6019) 2017-10-23 10:16:08 -07:00
_sass Adding new images to homepage and community page (#5870) 2017-10-12 12:13:41 -05:00
case-studies Adding all files for BlaBlaCar case study (#5857) 2017-10-24 13:50:05 -05:00
cn update storage version to v1 (#6057) 2017-10-26 21:13:17 -07:00
community Adding new images to homepage and community page (#5870) 2017-10-12 12:13:41 -05:00
css Adding all files for BlaBlaCar case study (#5857) 2017-10-24 13:50:05 -05:00
docs wrong bash statements. (#6071) 2017-10-27 10:22:15 -07:00
images add conceptual information behind CCM (#5928) 2017-10-26 14:15:11 -07:00
js [docs][glossary] Add page that lists all standardized k8s terms (#5657) 2017-10-12 18:12:38 -05:00
partners Adding Treasure Data to KCSP page (#5488) 2017-09-15 17:30:54 -07:00
staging-container dockerfile: change to alpine base and cleanup 2016-12-02 14:13:32 -08:00
test [docs][glossary] Add page that lists all standardized k8s terms (#5657) 2017-10-12 18:12:38 -05:00
.gitignore Remove /redirects.rb (#3305) 2017-04-10 15:12:09 -07:00
.travis.yml Remove mungedocs and md-check (#5191) 2017-08-24 12:50:48 -07:00
404.md Exclude 404.html from the sitemap. 2016-12-13 14:21:22 -05:00
CONTRIBUTING.md delete redundant space 2017-10-19 17:06:33 +08:00
Gemfile semantically version jekyll-include-cache 2016-12-20 14:21:48 -05:00
Gemfile.lock Update json gem and use bundler 2017-08-25 14:09:30 +01:00
LICENSE fix a series punctuation errors 2016-12-22 11:24:05 +08:00
Makefile Update json gem and use bundler 2017-08-25 14:09:30 +01:00
OWNERS add reviewers back from vacay 2017-09-29 13:33:04 -07:00
README.md Fixes issue #5620 (#5869) 2017-10-23 15:08:47 -07:00
_config.yml Update URL for 1.7 docs. 2017-10-10 12:29:25 -07:00
_redirects Put orphaned topics in TOC. (#6051) 2017-10-25 22:10:00 -07:00
editdocs.md update website 2017-10-19 16:43:08 +08:00
google2b743c61aa37ebbe.html Get access to search console. (#3901) 2017-05-25 14:21:16 -07:00
google3a25d10f6aadcdc0.html Add a google verfication for kubernetes.io (#4294) 2017-07-05 21:14:13 -07:00
googlea92cf511a27d4f6b.html add site verification file 2017-04-27 14:17:09 -07:00
googlead862a0628bec321.html temporary access to webmaster tools 2017-01-04 20:32:41 -08:00
googlebea0044df4aa3179.html Move Google domain verification to a file 2017-07-05 13:03:33 -07:00
googlece48a67808b497a5.html Adds Answerdash, Analytics, feed.xml, LICENSE, robots.txt, and Google Site Verification files 2016-03-04 13:50:51 -08:00
index.html Adding new images to homepage and community page (#5870) 2017-10-12 12:13:41 -05:00
jquery-ui.html Replace the tab with 4 spaces in html files 2017-03-23 00:01:55 -07:00
labels.yaml Issue #124: Automatically create labels. 2016-08-04 22:57:44 -07:00
netlify.toml Chenopis vnext staging noindex (#4641) 2017-08-04 17:22:47 -07:00
netlify_noindex_headers.txt fix noindex for vnext-staging (#4640) 2017-08-04 16:35:21 -07:00
robots.txt Cleanup robots.txt 2017-06-01 14:37:00 -07:00
skip_title_check.txt Update test blacklists (#6063) 2017-10-26 12:12:53 -07:00
skip_toc_check.txt Update test blacklists (#6063) 2017-10-26 12:12:53 -07:00
update-imported-docs.sh Release 1.8 (#5659) 2017-09-28 21:46:51 -07:00
verify-docs-format.sh WIP: Cleanup /docs/contribute/ migration (#3278) 2017-04-10 13:24:14 -07:00

README.md

Instructions for Contributing to the Kubernetes Documentation

Welcome! We are very pleased you want to contribute to the Kubernetes documentation.

You can click the Fork button in the upper-right area of the screen to create a copy of this repository in your GitHub account called a fork. Make any changes you want in your fork, and when you are ready to send those changes to us, go to your fork and create a new pull request to let us know about it.

Once your pull request is created, a Kubernetes reviewer will take responsibility for providing clear, actionable feedback. As the owner of the pull request, it is your responsibility to modify your pull request to address the feedback that has been provided to you by the Kubernetes reviewer. Also note that you may end up having more than one Kubernetes reviewer provide you feedback or you may end up getting feedback from a Kubernetes reviewer that is different than the one originally assigned to provide you feedback. Furthermore, in some cases, one of your reviewers might ask for a technical review from a Kubernetes tech reviewer when needed. Reviewers will do their best to provide feedback in a timely fashion but response time can vary based on circumstances.

For more information about contributing to the Kubernetes documentation, see:

Thank you!

Kubernetes thrives on community participation, and we really appreciate your contributions to our site and our documentation!