nhanpc
6b1ac1285b
Update missing kubever on weave network ( #8560 )
...
```
$ export kubever=$(kubectl version | base64 | tr -d '
> ')
$ kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version= "
error: unable to read URL "https://cloud.weave.works/k8s/net?k8s-version= ", server reported 400 Bad Request, status code=400
```
```
$ kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$kubever "
serviceaccount "weave-net" created
clusterrole.rbac.authorization.k8s.io "weave-net" created
clusterrolebinding.rbac.authorization.k8s.io "weave-net" created
role.rbac.authorization.k8s.io "weave-net" created
rolebinding.rbac.authorization.k8s.io "weave-net" created
daemonset.extensions "weave-net" created
```
2018-05-15 22:32:28 -07:00
Wen Gao
53d2e174d7
Typo fix: some word error ( #8524 )
...
* Typo fix: Acceptible=>Acceptable and componenets=>components
* Typo fix: Availablity=>Availability
* Typo fix: implicity=>implicitly
2018-05-15 17:48:28 -07:00
WanLinghao
b16dae5309
fix an error in example yaml file ( #8539 )
2018-05-15 17:37:27 -07:00
Misty Stanley-Jones
5851de6a90
Create initial smoke test page ( #8349 )
...
* Create initial smoke test page
* Add info about tables
* Address feedback
* Address feedback
* Add examples of admonitions and sidebars
* Fix HTML table
* Try admonition code block fix
* Address more feedback
2018-05-15 15:30:27 -07:00
Steve Perry
21fd86ed4b
Fix up Tutorials landing page and Tutorials left nav. ( #8557 )
...
* Fix up Tutorials landing page and Tutorials left nav.
* Add redirects. Fix bullet.
2018-05-15 15:29:27 -07:00
Bill Pratt
1782a21b47
Add enable-admission-plugins flag back in ( #8399 )
...
#8198 was overwritten with #8316 . Adding it back in
2018-05-15 15:27:27 -07:00
Nikhita Raghunath
4d93956ac4
Delete docs for ThirdPartyResources ( #8544 )
...
ThirdPartyResources (TPRs) were removed in v1.8. It is misleading
to still show the docs for TPRs for > v1.8. If one needs to read
docs for TPRs, they can switch to the v1.8 version of the docs
website.
However, the docs of migration of TPRs to CRDs are still not
removed because one can also migrate from v1.7 (when CRDs were
introduced) to v1.7+.
2018-05-15 15:21:29 -07:00
Chris Hiestand
374ed9a90f
update link to kube-router documentation ( #8406 )
...
documentation changed from `Documentation/` to `docs/`
2018-05-15 14:42:28 -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
Steve Perry
398a744b55
Move Install kubeadm topic under Install Tools. ( #8536 )
2018-05-15 14:37:30 -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
Bjørn Erik Pedersen
290aa53888
Fix tab titles in install-kubectl.md ( #8496 )
...
Fixes #8276
2018-05-12 07:54:27 -07:00
WanLinghao
0370a306c3
improve configure-projected-volume-storage.md ( #8434 )
...
modified: content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md
2018-05-12 07:52:25 -07:00
Daniel Galvez
73b57ea600
Fix formatting of yum repo. ( #8382 )
...
First, fix https:// address.
Secondly, previous formatting would display on the page as one line
altogether, which couldn't be pasted into a terminal correctly.
2018-05-11 16:32:30 -07:00
SilverFox
ba54235d37
Fix broken link to local storage class ( #8505 )
2018-05-11 16:27:27 -07:00
CaoShuFeng
9c61ef48a9
typo ( #8479 )
2018-05-11 16:26:27 -07:00
leigh schrandt
7fbad67fb9
Document kubeadm etcd serverCertSANs/peerCertSANs ( #8432 )
2018-05-11 14:03:29 -07:00
Nate Bhurinat Wangsutthitham
23b4aba07c
Update create-cluster-kubeadm.md ( #8391 )
...
Update flannel from v0.9.1 to v0.10.0
2018-05-11 13:30:27 -07:00
kbatuigas
3b0eb0ff9f
Updated 'when a worker node has been provisioned' ( #8378 )
2018-05-11 13:23:25 -07:00
Andreas Jaeger
0371eb560f
Fix toc in user-guide/walkthrough/k8s201.md ( #8471 )
...
The TOC looked like:
3. Deployments
1.1 Deployment Management
4. Services
1.1 Service Management
The problem is that the headings went from "##" to "####", use "###" for
second level heading to cleanup TOC.
2018-05-11 13:11:25 -07:00
Andreas Jaeger
e3116d3913
Fix application-developer/intermediate issues ( #8474 )
...
fix some hugo issues:
* Add missing empty line for list.
* Indent items correctly to avoid overlong line shown as code.
* Fix broken table
Closes : #8457
2018-05-11 13:10:28 -07:00
Andreas Jaeger
2532b57aaa
Hugo: Update rbac.md ( #8500 )
...
Fix broken list, all items were numbered as 1.
Use the shortcode for note and warnings in the list.
2018-05-11 13:09:26 -07:00
Anubhav
3b2781a70c
Users should choose network plugin before initializing cluster ( #8373 )
...
Before running `kubeadm init` users should be informed that the command might change depending on the network plugins they choose. It is better to provide it before presenting with `kubeadm init` so that they don't have to tear the cluster apart once they figure out they needed some extra parameters while running the command
2018-05-11 13:07:26 -07:00
Tom Van Waardhuizen
093b78bf00
Fix spacing so CLI samples render properly ( #8370 )
...
#8273
2018-05-11 13:06:27 -07:00
Daniel Rodriguez
386ca32f6c
Container Linux doc fixes ( #8366 )
...
* Container Linux doc fixes
portions of the URLs were missing their bash substitutions and the variable exports don't apply to the following commands without using 'export'
* Adjustments from PR
export is not needed, used proper bash expansion
* typos
2018-05-11 12:12:27 -07:00
Deirdre Storck
8f3ff94612
clarified roleref ( #8445 )
2018-05-11 12:10:30 -07:00
Andreas Jaeger
f10cca03f6
Fix typo in style-guide ( #8501 )
...
Add missing "/" to close the tag properly, the example is wrong
otherwise.
2018-05-11 12:05:26 -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
034a7c3fb9
Hugo: Fix admin/admission-controllers ( #8481 )
...
Fix a list that was formatted as paragraph due to missing newline.
Fix URLs so that they go to new location.
2018-05-11 11:08:27 -07:00
Andreas Jaeger
407f73de53
Hugo: Fix /admin/accessing-the-api ( #8480 )
...
Fix indent so that list is not shown as code.
Fix URL, replace it with new location.
2018-05-11 11:07:27 -07:00
Zach Corleissen
c35de70526
Re-add command line tools reference ( #8421 )
...
* Add CLI tools ref MD files
* Add TOC
* Add TOC weights
* Tweaking table formatting
* Update kube-scheduler.md
* Updates to kubelet
* Use latest version of docs (v1.10)
* Update docs to v1.10
* Tweak whitespace
* Update docs to v1.10
* Update docs to v1.10
* Update docs to v1.10
2018-05-11 10:21:25 -07:00
Steve Perry
593ad9796c
Put kubectl commands in left nav. ( #8502 )
2018-05-11 10:14:28 -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
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