Commit Graph

8874 Commits (200dd071a4c39156842f5f4e76a177cc6d313b00)

Author SHA1 Message Date
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
Tom Van Waardhuizen 088443fefb Update _redirects to fix doc contrib 404 (#8365)
* Update _redirects to fix doc contrib 404

Closes #8361

* Update _redirects
2018-05-06 12:54:51 -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
Steve Perry 79e4272b55 Manually copy k8s API ref docs to new Hugo site. (#8325)
* Manually copy k8s API ref docs to new Hugo site.

* Move k8s API ref docs to /static directory.

* Move k8s API ref docs up (not under /en).
2018-05-05 15:02:51 -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
Vyacheslav Semushin 7745f0e0c5 PSP: clarify the case with pod update (#8310)
* pod-security-policy.md: clarify the case with pod update.

* Minor grammatical fixes
2018-05-05 05:37:52 -07:00
Bin Liu f1eaf6ef73 Fix wrong pod name (#8306) 2018-05-04 15:59:51 -07:00
Bin Liu 7d0256e5a2 delete duplicated line (#8307) 2018-05-04 15:55:51 -07:00
EdwardCheng a40d0bf944 typo fix Boostrap -->Bootstrap (#8309)
I find one typo error.
Fix from "Boostrap" to "Bootstrap"
2018-05-04 15:47:51 -07:00
Jordan Liggitt 6c816ff9ff document pod downwardAPI fieldRef values (#8217) 2018-05-04 15:11:51 -07:00
David Aronchick 3ceca3fb05 Announcing Kubeflow 0.1 blog post (#8311)
* blog

blog

* Rename blog/_posts/foo to blog/_posts/http/2018-05-04-Announcing-Kubeflow-0.1.md

* Update 2018-05-04-Announcing-Kubeflow-0.1.md
2018-05-04 11:59:51 -07:00
Drew G. Wallace 4cb5d0895d Fix link to Kubernetes GitHub repository (#8303)
I am unable to locate the Source code or Docker container, but it's better than liking to an archived repo.
2018-05-03 21:22:51 -07:00
Rico Lin 5300028f6a Update local slack info (#8298)
Update local slack info to troubleshooting.md
2018-05-03 21:21:51 -07:00
AdamDang d5c07162c4 fix some typos (#8300)
* Update add-entries-to-pod-etc-hosts-with-host-aliases.md

* Update audit.md

* Update partner-script.js
2018-05-03 21:20:51 -07:00
Qiming 258a6fdd57 Refresh kube-component reference docs (#8283)
This PR updates the generated reference docs for kube-components.
The source used if from the 'release-1.10' branch of
kubernetes/kubernetes.
2018-05-03 10:07:52 -07:00
andyyoung01 cfa5cf8d9a Update kubeadm-alpha.md (#8148)
Ajusted the sequence of tab "node allow-post-csrs" and "node allow-auto-approve" to conform to the actual sequence of kubeadm alpha phase bootstrap-token.
2018-05-03 08:18:51 -07:00
Kaitlyn Barnard 7524b3e44e Adding new blog post (#8284) 2018-05-03 01:50:51 -07:00
Doug MacEachern a4c5c4e033 Route controller is not GCE specific (#8234)
There are implementations of the cloudprovider.Routes() interface in the aws, azure and openstack providers.
2018-05-01 08:36:17 -07:00
Mike Bryant dcfd0c3d8b Use octal instead of decimal in examples (#8278)
This is a more readable way of doing permissions, since
the examples use yaml.
2018-05-01 08:35:16 -07:00
Bill Pratt 3da5b0bce2 Use enable-admission-plugins flag for >=1.10 (#8198)
* Update admission-controllers.md

* Address code review feedback
2018-05-01 06:29:16 -07:00
Kaitlyn Barnard 572854a3bc Adding Blog Post: Developing on Kubernetes (#8193)
* adding blog post

* Address review comments

* Update 2018-05-02-developing-on-kubernetes.md

* resizing images

* changing image location

* updating dates
2018-05-01 05:30:16 -07:00
Kaitlyn Barnard 03a8f61de9 adding blog post (#8230) 2018-05-01 05:17:16 -07:00
Jared 7bf0460745
Update setup.yml 2018-05-01 10:04:33 +02:00
Andrew Chen 3436823424 Revert "K8smeetup Chinese Community Translation Library Migration - PR (#8184)"
This reverts commit 5341abda13.
2018-04-30 10:32:10 -07:00
Qiming 06dabe07b8 Avoid misleading camel words (#8075)
The term "`MutatingAdmissionWebhooks`" has no special meaning in the
docs. It is misleading because readers may think of it as the name of a
resource or field, or the name of the corresponding admission
controller. However, the name of the admission controller is in
singular. This PR proposes a change to avoid such misunderstandings.
2018-04-30 04:39:16 -07:00
Dylan Graham eaf4fb892a Update service.md (#8219)
* Update service.md

Update from ReplicationController and rolling-update to ReplcaSet and Deployment rollout

* Update service.md

Remove reference to deployment
2018-04-29 18:43:16 -07:00
Qiming 43bb7f45ca Document the limitation of the Admission Webhook (#8072)
In current implementation, the webhook *service* must be accessible at
port 443. The communication to the webhook may fail otherwise.
2018-04-29 18:39:16 -07:00
Ricardo Katz b3bb0b6e0a Adjust Service Tooltip Link (#8226)
Adjusts the Service Tooltip Link
2018-04-29 17:34:16 -07:00