Commit Graph

127 Commits (836629cb118e0f74545cc7d6d97aa6b9edfa1a16)

Author SHA1 Message Date
lovejoy efbcfeee7c typo fix (#8667) 2018-05-22 07:30:55 -07:00
Steve Perry 10e3c4df71 Fix link to Admission Webhooks section. (#8599) 2018-05-19 21:58:49 -07:00
WanLinghao 8b5226434b fix a link miss bug in volume description (#8585) 2018-05-19 10:03:51 -07:00
aburdenthehand df77bb6800 Added toc_hide=true flag to file frontmatter (#8633) 2018-05-18 16:17:50 -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
Andreas Jaeger 5b91a799e1 Hugo: Fix table layouts (#8487)
The tables are broken, fix them.

Closes: #8484
2018-05-18 10:22:50 -07:00
Jared 1da65603af Remove GKE specific content from this page (#8372)
https://github.com/kubernetes/website/issues/8262
2018-05-17 16:44:50 -07:00
Doug MacEachern e9c4637d92 Remove Photon references (#8411)
github.com/vmware/photon-controller is no longer maintained, as of Oct 2017.

See also: kubernetes/kubernetes#58096
See also: kubernetes/kubernetes#63510
2018-05-17 15:53:50 -07:00
kbatuigas c285768c66 Updated jobs-run-to-completion.md (#8379) 2018-05-17 15:37:52 -07:00
Steve Perry 169aadbbe1 Arrange the Extending Kubernetes section in the Concepts TOC (#8569)
* Left nav for Extending Kubernetes

* Redirect moved topics. Remove extraneous directory.
2018-05-16 12:26:52 -07:00
AdamDang 6ea6b70cee Typo fix: writeable->writable (#8564)
* Update pod-security-policy.md

* Update reconfigure-kubelet.md
2018-05-16 10:08:28 -07:00
Andreas Jaeger ed3fc99154 Hugo: Fix lists (#8511)
Fix display of lists, add empty lines before them so that hugo formats
them correctly as lists and not as paragraphs.
2018-05-15 23:22:29 -07:00
Jeff Poole c2f73e5862 Fixing a typo "Decfault" -> "Default" (#8521) 2018-05-15 23:18:31 -07:00
lovejoy 58b5cbdae4 unifying .spec.selector spelling (#8542) 2018-05-15 22:38:28 -07:00
Nikhita Raghunath de9f222993 custom resources: explain declarative API (#8543)
Currently, the link just points to a description of
what Kubernetes objects are and does not
explicitly state what a declarative API is. It is
not immediately clear to the reader what the term
means.

This commit tries to explain it explicitly so that
the link adds to the meaning and it is clearer to
the reader.
2018-05-15 22:36:30 -07:00
Steve Perry 068d599c42 Change H4 to H2 so TOC will appear. (#8515)
* Change H4 to H2 so TOC will appear.

* Remove italics in heading.
2018-05-15 14:38:27 -07:00
AdamDang 655f285b59 Typo fix: Kubernets->Kubernetes (#8531)
Kubernets->Kubernetes
2018-05-14 11:24:26 -07:00
Steve Perry ae459c7cbf Get Service Catalog topic into left nav. (#8517) 2018-05-13 08:01:25 -07:00
SilverFox ba54235d37 Fix broken link to local storage class (#8505) 2018-05-11 16:27:27 -07:00
AdamDang 8fcea2d268 Typo fix: formated->formatted and proper noun in capital (#8332)
* Typo fix: formated->formatted and proper noun in capital

formated->formatted 
Pod and Container are proper noun, in this doc, someplace are in capital, some are in lowercase. It's better to keep consistency.

* Update volumes.md
2018-05-11 11:53:29 -07:00
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
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
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
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 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
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
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