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
Giri Kuncoro
fbfb8c4087
Update kubeadm-init.md for broken url ( #8562 )
...
* Update kubeadm-init.md
Fix broken kubeadm token link
* Fix more broken links in kubeadm-init.md
Broken links are fixed including kubeadm-join, kubeadm-upgrade, and kubeadm-reset
2018-05-16 10:18:28 -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
CaoShuFeng
3b750716e1
fix crd output example ( #8520 )
2018-05-15 23:16:29 -07:00
Kazuki Suda
3665ac54cf
Fix lost environment variables ( #8527 )
2018-05-15 23:14:30 -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
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
Bjørn Erik Pedersen
228bdfbab4
Remove double head tag ( #8319 )
...
It is also included in the base template to make it well formed.
2018-05-15 15:41: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
Misty Stanley-Jones
6bbc4df29b
Add Misty to approvers ( #8555 )
...
Also added clarifying comments about reviewers
vs approvers and de-duped a couple entries
Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
2018-05-15 15:28:31 -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
Xianglin Gao
f8f20e7472
Update .gitignore to ignore vscode stuffs ( #8510 )
...
Signed-off-by: Xianglin Gao <xianglin.gxl@alibaba-inc.com>
2018-05-12 07:53:25 -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
Steve Perry
83f4ede02a
Redirect kubefed ref pages to Hugo locations. ( #8509 )
...
* Redirec kubefed ref pages to Hugo locations.
* Fix mistakes in redirects.
2018-05-11 18:06:27 -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
Steve Perry
4966646c83
Redirect command-line ref docs. ( #8504 )
...
* Redirect command-line ref docs.
* Fix mistake in redirection.
* Fix mistakes in redirects.
2018-05-11 12:00: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
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