Kubernetes website and documentation repo:
Go to file
mknapik1 f56b4f4b41 Replace double-quote with single-quote (#8168)
Replace double-quote with single-quote for terminal commands.
Although the strings in the examples work fine, users who with randomly generated passwords may have character strings that cause strange behaviors with double-quotes. Using single-quotes prevents this.
Example of a command that causes odd behaviors with double-quotes:
echo -n "RandPasswordr3!$#$3aR" | base64
This example has a series of special characters that some terminals try to interpret and replace with other text.
2018-04-26 11:48:27 -07:00
.github Update PR template for 1.11 (#8057) 2018-04-11 12:01:55 -07:00
_data Add contribution guidelines for blog posts (#7646) 2018-04-10 14:52:13 -07:00
_includes Remove header description text (#8131) 2018-04-20 12:03:00 -07:00
_layouts hosting fonts locally (#7983) 2018-04-06 20:04:08 -07:00
_plugins Update README.md (#7913) 2018-04-02 16:36:15 -07:00
_sass Fix small css layout bug in mobile 2017-12-27 10:32:14 +00:00
blog Adding Blog Post: Top of the Open Source Charts in 2017 (#8192) 2018-04-26 10:10:03 -07:00
case-studies Add crowdfire case study to index page (#8042) 2018-04-10 09:13:09 -07:00
cn Pass 2: k8s GCR vanity URL (#8006) 2018-04-06 12:13:09 -07:00
community Replace outdated instructions with the maintained ones. (#7472) 2018-02-23 10:20:45 -08:00
css Make glossary filter container 100% width. (#7995) 2018-04-09 12:38:08 -07:00
docs Replace double-quote with single-quote (#8168) 2018-04-26 11:48:27 -07:00
fonts hosting fonts locally (#7983) 2018-04-06 20:04:08 -07:00
images Create OWNERD 2018-04-26 11:22:02 -07:00
js Blog Migration: Continuation of WIP PR #7144 (#7247) 2018-04-03 14:19:43 -07:00
partners Updates to Partner Page and Kubecon Banners 2017-11-24 11:35:15 +11:00
staging-container Bump alpine version of the staging container to use newer ruby version (#8178) 2018-04-26 10:49:02 -07:00
test Remove dangling yamls not referenced anywhere (#8127) 2018-04-20 09:36:00 -07:00
update-imported-docs add generated docs for tools and components (#7845) (#7866) 2018-03-26 19:59:02 -07:00
.gitignore Remove /redirects.rb (#3305) 2017-04-10 15:12:09 -07:00
.travis.yml Change repo name to website. (#6076) 2017-10-27 10:47:03 -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 Blog Migration: Continuation of WIP PR #7144 (#7247) 2018-04-03 14:19:43 -07:00
Gemfile.lock Blog Migration: Continuation of WIP PR #7144 (#7247) 2018-04-03 14:19:43 -07:00
LICENSE fix a series punctuation errors 2016-12-22 11:24:05 +08:00
Makefile Blog Migration: Continuation of WIP PR #7144 (#7247) 2018-04-03 14:19:43 -07:00
OWNERS Merge 1.10 to master for release (#7861) 2018-03-26 18:33:11 -07:00
OWNERS_ALIASES Remove crassirostris as owner and reviewer (#7974) 2018-04-04 10:22:10 -07:00
README.md Fixes issue #5620 (#5869) 2017-10-23 15:08:47 -07:00
_config.yml Blog Migration: Continuation of WIP PR #7144 (#7247) 2018-04-03 14:19:43 -07:00
_redirects Fix the redirect for the kubeadm HA cluster upgrade guide (#8087) 2018-04-14 15:01:00 -07:00
code-of-conduct.md Add code-of-conduct.md (#6723) 2017-12-28 13:09:52 -08:00
editdocs.md Roles sigdocs (#7133) 2018-02-17 00:10:38 -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 Fix reference to ConfigMap on the kubernetes.io homepage 2018-01-03 23:18:27 -08: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 Newly generated kubeadm includes. (#7882) 2018-03-28 12:33:05 -07:00
skip_toc_check.txt Newly generated kubeadm includes. (#7882) 2018-03-28 12:33:05 -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!