yongsong you
aa17a3cf20
bash syntax error ( #9199 )
...
bash variable missing right curly brace.
2018-06-22 06:34:05 -07:00
Nicolas Lamirault
ec95f6b815
Typo: name of the secret ( #9200 )
...
Change the name of the secret in the patch command
2018-06-22 04:48:06 -07:00
Luc Perkins
30cc06432b
Fix link to kube-dns README ( #9130 )
2018-06-19 11:47:32 -07:00
Chuck Ha
a2c651f60c
Improvements to etcd set up ( #9088 )
...
Signed-off-by: Chuck Ha <ha.chuck@gmail.com >
2018-06-18 08:49:33 -07:00
makocchi
255ff2014b
Fix coredns chart value ( #8970 )
...
* fix helm values for coredns
* fix note style
2018-06-15 13:16:29 -07:00
makocchi
b5e3452661
wrap by warning tags ( #9068 )
2018-06-15 12:44:29 -07:00
CaoShuFeng
f63149e375
notice api permissions about mirror pods ( #9010 )
...
* notice api permissions about mirror pods
* Copyedit
2018-06-15 11:48:29 -07:00
Takuya N
3ed3ae82de
Update Kuberbetes Blog URLs ( #8612 )
...
- blog.kubernetes.io => kubernetes.io/blog/
- Kubernetes blog => Kuberentes Blog
- Remove *.html
2018-06-15 10:19:29 -07:00
dandersondavidp
77cf8d542b
update to include sudo for various commands ( #9031 )
...
Also, if the kubernetes.list does not exist you will not be able to edit it, so adding touch and then add the line will prevent errors with installing via apt-get.
2018-06-15 09:48:28 -07:00
Timothy St. Clair
c09c48b2dc
Overall cleanup for kubeadm setup guide. ( #8981 )
...
* Overall cleanup for kubeadm setup guide.
* Add sonobuoy verification next step
* Partial copyedits
Hit a place where we also have formatting issues, plus a TODO (removed bc these changes go live as soon as merged). More work to do, but this should help the bottleneck for now.
* Address comments from reviewers
* Copy edits, fiddly bits, and clearer warnings
Incorporated feedback from @mistyhacks, fixed many nits, reorganized some **Note:** content more sensibly.
* Revised title per feedback
2018-06-13 11:23:29 -07:00
makocchi
982cbd453b
use note short tags ( #9023 )
2018-06-12 16:17:28 -07:00
YaweiWu
5eb313aa1e
add etcd CA for apiserver ( #8836 )
2018-06-11 18:25:26 -07:00
chenyb4
02e3bcbb32
Fix kubectl_install doc centos default not install bash-completion ( #8888 )
...
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com >
2018-06-11 16:59:27 -07:00
Stewart-YU
6ce976318c
update debug-application-cluster/termination.yaml ( #8837 )
2018-06-11 16:43:27 -07:00
Andreas Jaeger
b11a514313
Fix docs/tasks page TOC ( #8999 )
...
This pages did not use any template and the displayed toc started
with two bullet points. Use the concept template.
2018-06-11 11:58:27 -07:00
Nikhita Raghunath
6094a7ea6e
service catalog: add doc fixes ( #8729 )
2018-06-08 11:35:52 -07:00
Travis Rhoden
e690ca416e
Remove GCE references from service-access-application-cluster.md ( #8765 )
...
Remove links and references that are GCE specific. (#8764 )
2018-06-06 13:52:26 -07:00
Masaya Aoyama (@amsy810)
908f40f5b8
"Getting started gce" deadlink ( #8742 )
...
* Getting started gce deadlink
1.
modify for kubernetes/website link
2.
remove unnecessary .md link
* modify link from github.com to kubernetes.io
* revert blogs modification
* revert blog post for meta char
2018-06-05 13:42:56 -07:00
Di Xu
9e0bff5b4f
uses file path not url when creating configmap ( #8611 )
2018-06-04 18:56:54 -07:00
RaviSantosh Gudimetla
11089d602d
Rescheduler Doc changes ( #8906 )
...
* Rescheduler Doc changes
Rescheduler now works with only DaemonSet pods.
* Update guaranteed-scheduling-critical-addon-pods.md
2018-06-04 18:47:54 -07:00
Chen Hong
7569e58485
fix some unsatisfied. ( #8746 )
...
* fix some unsatisfied.
* fix
* add mysql-pv.yaml for run-single-instance-stateful-application
* fix some errors.
2018-06-04 14:24:54 -07:00
Yujun Zhang
d03745376c
Fix errors in configure-multiple-schedulers.md ( #8540 )
...
* Fix errors in configure-multiple-schedulers.md
- Failed to push docker image
- Errors found in my-scheduler logs
```
...
E0515 06:36:28.180428 1 reflector.go:205] k8s.io/kubernetes/vendor/k8s.io/client-go/informers/factory.go:130: Failed to list *v1beta1.ReplicaSet: replicasets.extensions is forbidden: User "system:serviceaccount:kube-system:default" cannot list replicasets.extensions at the cluster scope
```
* Replace double quote with backticks for code strings
* Use `system:kube-scheduler` instead of `cluster-admin`
* Create dedicated service account for `my-scheduler`
2018-06-04 08:04:53 -07:00
Masaya Aoyama (@amsy810)
6cdfa80b8d
kube-router document is moved (dead link) ( #8741 )
...
NG: https://github.com/cloudnativelabs/kube-router/tree/master/Documentation#try-kube-router-with-cluster-installers
OK https://www.kube-router.io/docs/user-guide/#try-kube-router-with-cluster-installers
For example, this page contain dead link.
https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy/
Note:
China page don't have this link.
2018-06-01 13:08:56 -07:00
Masaya Aoyama (@amsy810)
127b52afaf
[mod] Client library link is dead ( #8734 )
...
NG: https://kubernetes.io/docs/reference/client-libraries/
OK: https://kubernetes.io/docs/reference/using-api/client-libraries/
For example, this page contain dead link.
https://kubernetes.io/docs/reference/
Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/client-libraries/
Note:
China page don't have this link.
2018-06-01 12:58:57 -07:00
chenhonggc
e49f288730
execute tcp liveness probe instance ( #8721 )
...
* execute tcp liveness probe instance
* fix wrong file reference
2018-05-31 16:21:55 -07:00
Mark Janssen
ed9af72c6f
Document using a custom CoreDNS image repository ( #8574 )
2018-05-31 15:45:57 -07:00
Justin Santa Barbara
4453e3a483
Fix typo fom -> from ( #8758 )
2018-05-29 23:37:55 -07:00
Justin Santa Barbara
d920131838
Typos: information, annotations ( #8761 )
...
Fix two small typos.
2018-05-29 22:04:54 -07:00
Melissa Anderson
83d9cef8a9
Update service-access-application-cluster.md ( #8699 )
...
* Update service-access-application-cluster.md
Fix code snippet formatting and indentation in ordered list (#8698 )
* Fixes code formatting using code fences
Here's a pass with code fences. It seems to work well, and I indented the code fences in the source for readability, even though it wasn't needed for proper indentation in the rendered output.
I wasn't able to use code fences and get the text "The response to a successful request is a hello message:" on its own line. I can achieve that using indentation, but for consistency's sake I used the code fences and placed the text with the paragraph above it.
* Adds `shell` to the code fences
2018-05-25 14:04:32 -07:00
Ruben Orduz
b4b3ad2bc7
Adding flavor text about kubeadm capabilities ( #8739 )
...
Signed-off-by: Ruben Orduz <rubenoz@gmail.com >
2018-05-25 05:07:32 -07:00
Ruben Orduz
385045a051
linkfix ( #8732 )
...
Signed-off-by: Ruben Orduz <rubenoz@gmail.com >
2018-05-25 00:07:31 -07:00
Masaya Aoyama (@amsy810)
13d6183a38
Federation link is dead ( #8735 )
...
NG: https://kubernetes.io/docs/reference/generated/federation/
OK: https://kubernetes.io/docs/reference/federation/
For example, this page contain dead link.
https://kubernetes.io/docs/concepts/cluster-administration/federation/#api-resources
Old page is this, and I trace link from this page.
I think this change is meanable, so I think its change is correct.
https://v1-9.docs.kubernetes.io//docs/reference/generated/federation/
Note:
China page don't have this link.
2018-05-25 00:01:31 -07:00
chenhonggc
673b729451
Fix wrong format ( #8740 )
...
* style
* define-command-argument-container format
2018-05-24 23:58:34 -07:00
chenhonggc
4cab117f42
Define environment variable container style ( #8743 )
...
* define-environment-variable-container format
* run-stateless-application-deployment format
2018-05-24 23:55:32 -07:00
Lubomir I. Ivanov
7da6818a1d
install-kubeadm: update the recommended Docker version ( #8643 )
...
Bump the recommended version to 17.03.
17.03 is verified by SIG-Node and is much more recent than 1.12.
2018-05-23 00:02:31 -07:00
Vijay Bellur
cea9d904e6
Update safely-drain-node.md ( #8683 )
...
Fix a minor typo
2018-05-22 22:45:32 -07:00
Nick Birnberg
95a5f2245a
Update references to proper subdirectory ( #8686 )
2018-05-22 22:30:33 -07:00
Brad Topol
7ace5d4e21
Add configure link description ( #8641 )
...
* Add configure link description
I added a configure link description. Just having a link
on a page with no introductory context seemed awkward.
Signed-off-by: Brad Topol <btopol@us.ibm.com >
* removing unnecessary header
* updated text to be active voice
2018-05-22 14:59:25 -07:00
lovejoy
ff2df75315
Fix: Change direct link to relative link and fix the wrong link ( #8581 )
2018-05-22 14:58:26 -07:00
Tim Fogarty
0c5c9a5fdd
Fix codeblock formatting for kubeadm install ( #8660 )
...
A tab shortcode was using angle brackets even though the
contents were markdown. This caused a formatting issue.
This switches the tab to use the `%`-delimiter to properly
render the markdown.
2018-05-21 14:28:15 -07:00
Weibin Lin
3953da98b0
Update debug-service.md --- add ipvs part on kube-proxy ( #8652 )
2018-05-21 09:38:51 -07:00
Qiming
314084404d
Last batch change approvers to reviewers ( #8644 )
...
This is meant to be the last change for issue #7432 .
Closes:# 7432
2018-05-21 08:55:51 -07:00
Steve Perry
d8e4ebb2fe
Add weights for topics under Tasks > Run App. ( #8602 )
2018-05-19 21:52:49 -07:00
Steve Perry
4207de7d63
Improve left nav for Tasks. ( #8582 )
...
* Add weights to first three Task sections.
* Add one more weight.
2018-05-19 21:43:52 -07:00
Steve Perry
eb420cf183
Add weights, move files: Tasks>AdminClust>NetPol. ( #8634 )
...
* Add weights, move files: Tasks>AdminClust>NetPol.
* Update _index.md
2018-05-19 20:54:51 -07:00
Steve Perry
9c94281570
Add weighs and move files under Tasks > Access App. ( #8625 )
2018-05-19 20:40:51 -07:00
Steve Perry
cbc950b6b2
Add weights, move files: Tasks>AdminClust>MemCPU ( #8635 )
...
* Add weights, move files: Tasks>AdminClust>MemCPU
* Move yaml files.
2018-05-19 20:35:51 -07:00
James Wen
396858644e
Remove extra '$' char from 'kubectl patch' example ( #8626 )
2018-05-18 16:35:53 -07:00
aburdenthehand
df77bb6800
Added toc_hide=true flag to file frontmatter ( #8633 )
2018-05-18 16:17:50 -07:00
Chris
1f14ee8619
Trivial: fix typo "evictions are be allowed" ( #8615 )
2018-05-18 13:14:51 -07:00