Commit Graph

139 Commits (13d6183a38837974b08b318b54ef8cf59e7f4712)

Author SHA1 Message Date
Masaya Aoyama (@amsy810) 13d6183a38 Federation link is dead (#8735)
NG: https://kubernetes.io/docs/reference/generated/federation/
OK: https://kubernetes.io/docs/reference/federation/

For example, this page contain dead link.
https://kubernetes.io/docs/concepts/cluster-administration/federation/#api-resources

Old page is this, and I trace link from this page.
I think this change is meanable, so I think its change is correct.
https://v1-9.docs.kubernetes.io//docs/reference/generated/federation/

Note:
China page don't have this link.
2018-05-25 00:01:31 -07:00
chenhonggc 673b729451 Fix wrong format (#8740)
* style

* define-command-argument-container format
2018-05-24 23:58:34 -07:00
chenhonggc 4cab117f42 Define environment variable container style (#8743)
* define-environment-variable-container format

* run-stateless-application-deployment format
2018-05-24 23:55:32 -07:00
Masaya Aoyama (@amsy810) 4ef4e75516 ingress catalog link is dead (#8736)
NG: https://github.com/kubernetes/ingress-nginx/blob/master/docs/catalog.md
OK: https://github.com/kubernetes/ingress-nginx/blob/master/docs/ingress-controller-catalog.md

For example, this page contain dead link.
https://kubernetes.io/docs/concepts/services-networking/ingress/#loadbalancing

Old page is this, so I think its change is correct.
https://github.com/kubernetes/ingress-nginx/blob/nginx-0.12.0/docs/catalog.md

Note:
China page don't have this link.
2018-05-24 20:06:32 -07:00
Steve Perry 647babeb16 Update instructions for local preview and Netlify preview. (#8692)
* Update instructions for local preview.

* Add details.

* Added version to Hugo installation step.
2018-05-24 13:33:32 -07:00
Di Xu 0bc019b613 fix kubeadm related links (#8718) 2018-05-24 10:20:32 -07:00
Lubomir I. Ivanov 3151d0ef72 setup-tools/kubeadm: add 'alpha' and 'version' to 'what's next' (#8470)
Adds links to the 'kubeadm alpha' and 'kubeadm version' pages
in the 'What's next' section.

Use absolute paths as going here and clicking the 'What's next'
links doesn't work:
https://kubernetes.io/docs/reference/setup-tools/kubeadm/

While here works:
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/
2018-05-24 05:28:32 -07:00
Mark Janssen 9e8e670bcd Update Calico and Canal tabs in kubeadm docs (#8571)
Fixes broken links and updates manifest references to use the newest Calico version (v3.1)
2018-05-24 04:21:31 -07:00
Tim Fogarty 35ba266efd Fix broken link to deprecation policy (#8713) 2018-05-23 17:22:32 -07:00
Arsalan Rana 4b1df14561 Bullet formatting (#8708)
* Bullet formatting

* Update what-is-kubernetes.md

Add line break before listitems to get list to format properly
2018-05-23 15:26:31 -07:00
Jennifer Rondeau 1f557bde2c move access/auth content to reference folder, add TOC (#8624) 2018-05-23 10:58:32 -07:00
lovejoy 57a33c162c remove useless or (#8650) 2018-05-23 05:53:33 -07:00
Qiming 78a71a4066 Fix guestbooks (#8694)
Fix guestbooks tutorial. Issue is related to #8689 which attempted to
fix the incorrectly rendered commands.
2018-05-23 05:30:34 -07:00
lovejoy e350eaed14 fixTocIndent (#8696) 2018-05-23 05:04:31 -07:00
Lubomir I. Ivanov 7da6818a1d install-kubeadm: update the recommended Docker version (#8643)
Bump the recommended version to 17.03.
17.03 is verified by SIG-Node and is much more recent than 1.12.
2018-05-23 00:02:31 -07:00
Tim Fogarty 54d6c6aa28 Fix etcd installation command in kubeadm tutorial (#8664)
* Fix etcd installation command in kubeadm tutorial

Shells interpolate variables before running commands, so setting the
ETCD_VERSION variable must be separated from the command that
interpolates it. Otherwise an empty string will be interpolated.

The rm command isn't necessary - the output from curl is piped directly
to tar.

* Update stated default etcd version for K8s 1.10

1.10 is the most recent version of K8s and the default etcd server
version for it is 3.1.12

* Fix non-US English typo

Style guide states US English should be used
2018-05-22 23:51:32 -07:00
Vijay Bellur cea9d904e6 Update safely-drain-node.md (#8683)
Fix a minor typo
2018-05-22 22:45:32 -07:00
Chao Wang 7cbe425edb fix link of extened-resources (#8608) 2018-05-22 22:39:32 -07:00
Andreas Jaeger 9f4e9c84e2 Hugo: fix device-plugins (#8567)
Fix misparsed lists: Add empty line before lists so that they
are parsed properly.
2018-05-22 22:38:33 -07:00
Rajakavitha1 abcab6562d Update style-guide.md (#8604)
A minor edit to the text for minimalism. Opening a new PR based on the comments in : https://github.com/kubernetes/website/pull/7991 and https://github.com/kubernetes/website/pull/8105
2018-05-22 22:36:31 -07:00
Andreas Jaeger 651cf059e3 Hugo: Fix kubernetes-api.md (#8566)
Fix link for kubectl.
2018-05-22 22:35:31 -07:00
Nick Birnberg 95a5f2245a Update references to proper subdirectory (#8686) 2018-05-22 22:30:33 -07:00
aburdenthehand 3d95cccc2b Added suggested whitespace ahead of "Alpha" list (#8647) 2018-05-22 19:45:10 -07:00
Rui Cao c7727dd029 Typo fix: some spelling errors (#8674) 2018-05-22 19:33:11 -07:00
Xianglin Gao c4f92128df Remove the useless TOC (#8676)
close #8654
2018-05-22 15:01:25 -07:00
lovejoy 602e853131 fixRestartPolicyLink (#8649) 2018-05-22 15:00:26 -07:00
Brad Topol 7ace5d4e21 Add configure link description (#8641)
* Add configure link description
I added a configure link description. Just having a link
on a page with no introductory context seemed awkward.

Signed-off-by: Brad Topol <btopol@us.ibm.com>

* removing unnecessary header

* updated text to be active voice
2018-05-22 14:59:25 -07:00
lovejoy ff2df75315 Fix: Change direct link to relative link and fix the wrong link (#8581) 2018-05-22 14:58:26 -07:00
lovejoy efbcfeee7c typo fix (#8667) 2018-05-22 07:30:55 -07:00
Tim Fogarty 0c5c9a5fdd Fix codeblock formatting for kubeadm install (#8660)
A tab shortcode was using angle brackets even though the
contents were markdown. This caused a formatting issue.

This switches the tab to use the `%`-delimiter to properly
render the markdown.
2018-05-21 14:28:15 -07:00
Weibin Lin 3953da98b0 Update debug-service.md --- add ipvs part on kube-proxy (#8652) 2018-05-21 09:38:51 -07:00
Qiming 314084404d Last batch change approvers to reviewers (#8644)
This is meant to be the last change for issue #7432.

Closes:# 7432
2018-05-21 08:55:51 -07:00
Steve Perry 10e3c4df71 Fix link to Admission Webhooks section. (#8599) 2018-05-19 21:58:49 -07:00
Steve Perry d8e4ebb2fe Add weights for topics under Tasks > Run App. (#8602) 2018-05-19 21:52:49 -07:00
Steve Perry 6da9392d1e Fix link to kubectl command reference. (#8597)
* Fix link to kubectl command reference.

* Adjust link.
2018-05-19 21:48:49 -07:00
Steve Perry 4207de7d63 Improve left nav for Tasks. (#8582)
* Add weights to first three Task sections.

* Add one more weight.
2018-05-19 21:43:52 -07:00
Qiming 61860ea79e Remove content referring to keystone authentication (#8603)
Closes: #7411
2018-05-19 21:23:51 -07:00
Steve Perry eb420cf183 Add weights, move files: Tasks>AdminClust>NetPol. (#8634)
* Add weights, move files: Tasks>AdminClust>NetPol.

* Update _index.md
2018-05-19 20:54:51 -07:00
Steve Perry 9c94281570 Add weighs and move files under Tasks > Access App. (#8625) 2018-05-19 20:40:51 -07:00
Steve Perry cbc950b6b2 Add weights, move files: Tasks>AdminClust>MemCPU (#8635)
* Add weights, move files: Tasks>AdminClust>MemCPU

* Move yaml files.
2018-05-19 20:35:51 -07:00
WanLinghao 8b5226434b fix a link miss bug in volume description (#8585) 2018-05-19 10:03:51 -07:00
James Wen 396858644e Remove extra '$' char from 'kubectl patch' example (#8626) 2018-05-18 16:35:53 -07:00
aburdenthehand df77bb6800 Added toc_hide=true flag to file frontmatter (#8633) 2018-05-18 16:17:50 -07:00
Chris 1f14ee8619 Trivial: fix typo "evictions are be allowed" (#8615) 2018-05-18 13:14:51 -07:00
Steve Perry 73589267a1 Add weights and move files under Tasks > Jobs. (#8623) 2018-05-18 12:51:50 -07:00
Misty Stanley-Jones b8c5652751 Fix bullet list for Hugo (#8619)
Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
2018-05-18 11:31:54 -07:00
Steve Perry b5bbff1b6d Fix link to kubectl command reference. (#8577)
* Fix link to kubectl command reference.

* Redirect kubectl command reference.
2018-05-18 11:30:51 -07:00
Bjørn Erik Pedersen 28341b5ec4 Fix sections in install-kubectl (#8588)
This commit adds a missing closing capture and puts "## Install kubectl" inside the relevant capture.

Note that the missing close was also missing before Hugo-migration, so the section ordering is still not the same as the Jekyll version of the site. But I think it is more corret.

Note that content outside the capture template blocks, is included as defined is this template:

https://github.com/kubernetes/website/blob/master/layouts/partials/templates/task.html#L8

See #8277
2018-05-18 10:33:50 -07:00
Denis Gladkikh 1998ab735f Fix url to etcd binary (#8522)
* Fix url to etcd binary

etcd should be 3.12 for kubernetes 1.10, also fix the URL (probably was broken after migration to Hugo)

* Make Curl command safer

You really only need that variable to be set for the specific command, so no need to export it.

Also, when using Bash variables in a string, you should enclose them in curly braces to delineate them from the rest of the string. This helps prevent problems where Bash can't tell where the name of the variable ends and the next part of the string begins.
2018-05-18 10:31:52 -07:00
Andreas Jaeger 39632504d9 Hugo: Fix broken lists in windows start guide (#8490)
Add empty lines to fix lists shown as large paragraphs.

Also, add missing colon and wrap really overlong line.
2018-05-18 10:25:51 -07:00