Commit Graph

13188 Commits (cf43ee61f561abd5e243e38bc731b36383d6229b)

Author SHA1 Message Date
Andreas Jaeger 4555ae494b fix an image link (#8497)
The pod diagram gives as URL https://images/docs/pod.svg, remove the
extra "/" so that it redirects to our site.

Closes: #8491
2018-05-11 09:37:29 -07:00
Chuck Ha 9702579d38 Adds a task for ha etcd with kubeadm (#8301)
Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
2018-05-11 08:05:55 -07:00
Lubomir I. Ivanov fd13fb547b kubeadm-init: update missing links and add kube-proxy info (#8460)
1) Remove missing links about kube-apiserver, kube-controller-manager
and kube-scheduler. Link to the high-availability page, which
isn't exactly a full replacement.

2) Add section about kube-proxy parameters.
2018-05-10 16:09:54 -07:00
Andreas Jaeger 46cde58bd2 Fix lists in application-developer/advanced (#8472)
Add missing empty lines in front of lists so that they are generated
correctly with hugo.
2018-05-10 15:37:55 -07:00
Misty Stanley-Jones f7d157ecbf Update images with specified width to use figure shortcode (#8475)
Hugo does not support the way the image's max-width was specified before.
This fix will constrain images to always be 50% rather than max out
at 50%, but it is the best we can easily do for now.

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
2018-05-10 15:36:56 -07:00
Steve Perry 98e6173052 Copy kubectl binary ref page to Hugo site. (#8478) 2018-05-10 15:35:55 -07:00
Steve Perry 2a655a05d0 Copy kubectl command ref docs to Hugo site. (#8430)
* Copy kubectl command ref docs to Hugo site.

* Fix link. Remove extraneous page.
2018-05-10 14:31:56 -07:00
Jodie Putrino b427be22ab Add F5 Ingress controller to ingress concept (#8465)
* Add links to the F5 BIG-IP Controller for Kubernetes to the Ingress controllers section of the ingress doc

* Address review comments from @zacharysarah
2018-05-10 11:02:53 -07:00
Ihor Dvoretskyi 20f7e13756 indents added to fix formatting (#8468) 2018-05-10 11:00:53 -07:00
will-chan cc068d72a7 Adding Rancher 2. 0 and RKE as K8s solutions (#8446) 2018-05-10 10:40:54 -07:00
Alex Contini dce3754f68 add Nordstrom case study (#8458)
* add Nordstrom case study

* fix logo position and link on index page
2018-05-10 10:39:54 -07:00
Ilya Dmitrichenko cfff1ad490 Fix link to Flux (#8452) 2018-05-10 10:38:54 -07:00
Andreas Jaeger 7a268e95ab Fix concepts/api-extension/custom-resources.md (#8459)
* Fix concepts/api-extension/custom-resources.md

All tables were wrongly formatted, add proper second line so that hugo
formats them nicely again.

Add missing empty line before lists so that they get displayed as lists.

Closes: #8392

* Fix one more table

Fix another wrong table heading in custom-resources.md as noticed
during review.
2018-05-10 10:31:54 -07:00
Andreas Jaeger 1ef1a3d7d6 Fix for kubctl/conventions (#8463)
As the linked document explains, initially "create" instead of "apply"
should be used. Fix wording.

Closes: #8265
2018-05-10 10:27:54 -07:00
Andreas Jaeger 0a5f7638cd Fix links in kubeadm.md (#8466)
With hugo transition, the links have been to "X.md", correct the
relative links to the new location.

Closes: #8440
2018-05-10 10:21:54 -07:00
Andreas Jaeger 5b49889f8c Fix wrong link due to reorg (#8467)
The link to the yaml file has changed with the hugo reorg, fix it.

Closes: #8449
2018-05-10 10:20:54 -07:00
Andreas Jaeger 28734b889e Fixes for reference/kubectl/overview.md (#8462)
Reading over the .md file, I fixed the following problems:

* Replace links to old location with new location.
* Fix missing shell quotation marks and shell annotations
* Fix wrong indent so that lists are shown correctly.
* Fix broken table, the "|" needs to be quoted to be rendered.
2018-05-10 09:37:54 -07:00
Ilya Dmitrichenko 3f2efb8689 Fix markdown issues (#8443) 2018-05-09 14:12:53 -07:00
Steve Perry 24d96f9bfe Put Kubernetes API ref docs in the left nav. (#8435) 2018-05-08 22:30:52 -07:00
Steve Perry 1bbd952249 Copy Federation API ref docs to /content. (#8433)
* Experiment: Copy Federation API ref docs to /content.

* Add _index.html files.

* Adjust redirects.

* Adjust directories.
2018-05-08 22:29:52 -07:00
Zach Corleissen e73a73ab2f Re-add kubefed to setup tools reference (#8422)
* Add kubefed files

* Add kubeadm files

* Add weights
2018-05-08 12:08:53 -07:00
Kaitlyn Barnard b39a726ab7 Restoring blog images folder (#8401)
* Restoring blog images folder

* updating images
2018-05-07 13:00:51 -07:00
juneharton 075e5dbd33 Add fix for error in kubeadm ref pages (#8374)
* add kubeadm-reset.md introductory text

* Added introductory text

* Fixed single quotes
2018-05-06 17:35:50 -07:00
juneharton 934232f5b6 Minor textual change for testing purposes (#8377) 2018-05-06 16:23:50 -07:00
Claire Lundeby 2b3291ac31 Style guide updates (#8360)
Updated capitalization on Pod, Volume, etc. based on the style guide & the capitalization used in Kubernetes 201.
2018-05-06 14:04:51 -07:00
Claire Lundeby 0ac89106cf #8346 HTML syntax instead of MD in HTML blocks (#8352)
* #8346 HTML syntax instead of MD in HTML blocks

See this Black Friday Markdown Syntax guide (https://github.com/russross/blackfriday/blob/master/testdata/Markdown%20Documentation%20-%20Syntax.text) 

When inside of a block-level HTML tag, like div for those emphasis boxes, you have to use HTML syntax instead of Markdown.

* use order list in note (test)

* convert remaining ol to note

* minor edit
2018-05-06 14:00:50 -07:00
Misty Stanley-Jones c2e423b862 Fix link opening in new window (#8368)
The way we previously did it in Jekyll doesn't work
with Black Friday. There are a few workarounds, but
the easiest way to fix it is to just change those
links to HTML email.
2018-05-06 13:47:50 -07:00
Sandra 294c670495 FIxing broken link (#8347) 2018-05-06 12:29:50 -07:00
Victor Giurgiu 17c0114fc8 [Issue #8336] Added a # symbol to What's next (#8353)
* [Issue #8336] Added a # symbol to What's next

Looking to see if the Table of contents will render properly if all the headers are H4 (####)

* use h2 instead of h4
2018-05-06 12:25:51 -07:00
Jonathan Katora 221c38d62d Update load-balance-access-application-cluster.md (#8351)
* Update load-balance-access-application-cluster.md

* Update load-balance-access-application-cluster.md

removed unnecessary code highlights.
2018-05-06 12:16:50 -07:00
Sandra f0a4d99389 More readable fix for issue #7957 (#8341)
* More readable fix for issue #7957

Replaces HTML entity-escaped text with Markdown-escaped text where necessary.

* Fixing the markdown discrepancy

Rendering consistently is for chumps
2018-05-06 12:12:50 -07:00
Tim McMackin 595e1455ca #4500: Split out tasks in cron jobs docs (#8337)
* first attempt

* Skipping these sections

* cleanup and style

* style

* move schedule info to schedule section

* link to example
2018-05-06 12:01:50 -07:00
paulbattagliag feff3c4a7f Fixed #8076 (#8344)
* Fixed #8076

Per bug 8076, added info about error message and workaround to reinstall Homebrew.

* Add note formatting
2018-05-06 11:43:50 -07:00
Zach Corleissen 33ba92c8ca
Update Hugo parser description (#8323) 2018-05-06 11:29:40 -07:00
Beth Aitman 17c98dcc90 Fix markdown issues (#8335) 2018-05-06 10:28:50 -07:00
Beth Aitman 740d14fdf2 Fix links to github view and edit pages (#8334) 2018-05-06 10:07:50 -07:00
Zach Corleissen d139fe6527
Blog post: Hugo migration (#8320)
* Supersedes #8288 with a post-Hugo location

* Adjusted time for earlier publishing

* Dropped blog post into http/

* Another time adjustment

* Update front matter

* Testing a location change

* Adding a top-level heading

* More tweaks
2018-05-05 18:57:43 +02:00
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00