William Zhang
7975b282da
Fix the link to repo kubernetes/cloud-provider ( #10912 )
...
Signed-off-by: William Zhang <warmchang@outlook.com >
2018-11-13 17:39:15 -08:00
Eyal Levin
5992f5180a
Minor text edit ( #10981 )
...
Using "The" indicates that the question mark was already discussed previously, which is not the case.
2018-11-13 17:24:15 -08:00
Kevin Morgan
897c02e36e
Update for clarity ( #10909 )
...
We receive a lot of customer queries around HPA not communicating with metrics-server where the core issue is that metrics-server is not installed. Feedback has been that this wasn't explicitly clear, suggesting this change in wording to assist.
2018-11-11 19:05:26 -08:00
Bily Zhang
aa4ea8d95b
Fix issues in content ( #10943 )
...
* Fix issues in content
Signed-off-by: mooncake <xcoder@tenxcloud.com >
* rollback file
2018-11-10 19:56:21 -08:00
bhack
656a8373f0
Update Kompose version ( #10908 )
2018-11-08 09:47:00 -08:00
Leah Hanson
273ae81ff3
Correct formatting of note on creating a secret. ( #10919 )
...
Note should not be code-formatted and command should be inside note
block.
Signed-off-by: Leah Hanson <lhanson@pivotal.io >
2018-11-07 18:53:40 -08:00
Luc Perkins
d65e1790ff
Add admonition type to shortcode ( #9482 )
...
* Change existing admon blocks
* Fix includes issue
2018-11-06 11:33:04 -08:00
Juan Vallejo
795de19c07
add note informing users of env var updates ( #10819 )
2018-11-04 21:45:58 -08:00
Tjeerd Jan van der Molen
c5b28b7e81
Update install-minikube.md ( #10793 )
...
Clarify that the --vm-driver none option only works on a linux environment
2018-11-02 10:45:53 -07:00
RaviSantosh Gudimetla
315c716774
Deprecate critical pod annotation ( #10733 )
2018-10-30 10:17:58 -07:00
erganzi
19dbe8d584
Update ingress.md ( #10752 )
...
Fix a small mistake
2018-10-30 10:05:08 -07:00
erganzi
d607ce8541
Update hpa.md ( #10749 )
...
not rs
2018-10-30 10:03:51 -07:00
Rui Cao
f8179c11a7
Fix typo: preferrable -> preferable ( #10774 )
...
Signed-off-by: Rui Cao <ruicao@alauda.io >
2018-10-30 09:53:08 -07:00
NoNE
36c0aa21eb
Added an explanation for using the double dash symbol ( #10661 )
...
* Added an explanation for using the double dash symbol
* Changing to note block.
* Update get-shell-running-container.md
2018-10-30 09:50:44 -07:00
LiuDui
654a589167
Delete some extra space ( #10741 )
...
Delete some extra space
2018-10-30 09:45:56 -07:00
Caio
5bab86b2b3
Code style not working on kubernetes.io ( #10727 )
...
* Code style not working on kubernetes.io
Code style based on tab works on github markdown, but it is not working on kubernetes.io. In addition to that, `<your-pv-name>` argument on line 50 is hidden on kubernetes.io, because it is being processed as a HTML tag.
* Update change-pv-reclaim-policy.md
Indentation fix
Language of the code specified
2018-10-30 09:44:40 -07:00
erganzi
6f3eabd240
Update federated/job.md and federated/namespaces.md ( #10762 )
...
* Update namespaces.md
fix it.
* Update job.md
fix it
2018-10-28 23:10:23 -07:00
erganzi
c3dee1ed7f
Update deployment.md ( #10748 )
...
fixed a small mistake
2018-10-27 02:22:20 -07:00
William Zhang
5d592fbee3
fix spelling errors in doc repo ( #10434 )
...
* fix spelling errors in content/en/docs/concepts/containers/
Signed-off-by: William Zhang <warmchang@outlook.com >
* fix spelling errors in HPA, StatefulSet, SA
Signed-off-by: William Zhang <warmchang@outlook.com >
2018-10-26 09:07:21 -07:00
Lee Gaines
65eac71489
Updated the numbering of instructions ( #10401 )
...
* Updated the numbering of instructions
All of the instructions were numbered like this:
1. do something
1. then do this
1. finally, do this.
I just changed them accordingly to be 1-2-3. There was also a case typo in the `LOG_LEVEL=info` which should be `LOG_LEVEL=INFO` based on the data in the yaml file.
* Update numbered list formatting
* [WIP] test snippet fix
* more numbered list/snippet fixes
2018-10-25 14:08:57 -07:00
MengZeLee
04163e9a7c
removing toc shortcode. ( #10720 )
2018-10-25 11:02:31 -07:00
meirlaker
8f2bb3d6ad
Fix typo: update --> updated ( #10726 )
2018-10-25 10:50:40 -07:00
李永信
91e8ad433f
typo fix about further ( #10723 )
...
Signed-off-by: Yongxin Li <yxli@alauda.io >
2018-10-24 06:26:08 -07:00
Chao Wang
255d95da31
fix a clerical error in audit truncate description ( #10651 )
2018-10-23 08:44:29 -07:00
Nikhita Raghunath
712f463ba1
Remove docs for migration from TPRs to CRDs ( #10707 )
...
* Add sttts as a reviewer to CRD docs
* Remove docs for migration to CRDs as TPRs are not relevant anymore
TPRs were removed in 1.8
2018-10-23 04:24:29 -07:00
takonomura
f82237f061
Fix a broken link in /docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha/ ( #10693 )
2018-10-22 12:40:19 -07:00
likeXXxx
776485e2f7
fix a typo ( #10695 )
...
* fix a typo
* fix a typo
2018-10-22 11:25:26 -07:00
Gregory Hanson
548b538f72
Bug in coredns ConfigMap spec ( #10585 )
...
Missing the `data` label in configmap spec. Attempting to create the file as is results in:
```
error: error validating "STDIN": error validating data: ValidationError(ConfigMap): unknown field "Corefile" in io.k8s.api.core.v1.ConfigMap; if you choose to ignore these errors, turn validation off with --validate=false
```
2018-10-17 17:27:28 -07:00
Karen Bradshaw
5e1579a199
fix glossary entry for quantity ( #10653 )
2018-10-17 17:13:00 -07:00
Brandon Philips
fe40954ebd
tasks-with-cron-jobs: explain the steps expression ( #10540 )
...
The `/` steps expression is used throughout this doc but is never explained. Worse, it isn't actually part of the "normal" Cron spec linked in Wikipedia and is an extension added to vixiecron
2018-10-17 16:51:00 -07:00
Rob Hirschfeld
caf3defcad
Adding Kubernetes Kubeadm + Digital Rebar integration for On-Prem installs ( #10118 )
...
* add Digital Rebar KRIB to installer lists
* second review, minor cleanups
* address corrections flagged by @neolit123
* resolve merge - fix table
* add Digital Rebar KRIB to installer lists
* second review, minor cleanups
* address corrections flagged by @neolit123
2018-10-17 12:28:23 -07:00
Jeff Billimek
c8ce7c3b18
adding missing step for additional control plane nodes ( #10600 )
...
There appears to be a missing step instructing the user to apply the kubeadm-config on each of the additional control plane nodes
2018-10-15 06:40:46 -07:00
nownabe
753f57f0e6
Tweak Horizontal Pod Autoscaler documentation ( #10596 )
...
* Use consistent terms
* Fix typo
2018-10-12 06:21:18 -07:00
chenDT
e6611e3100
Fix some "capture prerequisites" errors in docs/tasks. ( #10270 )
...
Multiple "capture prerequisites" can only display the last one, so we need to
merge multiple "capture prerequisites".
2018-10-11 14:21:04 -07:00
Juan Vallejo
275c8c6721
address additional comments from pr #10259 ( #10539 )
2018-10-09 18:10:03 -07:00
Scott Brenner
a7e41d80db
Minor typo fix ( #10567 )
...
Not sure what's supposed to be here, proposing removing it.
2018-10-09 14:52:03 -07:00
erganzi
27202920f3
Update memory-constraint-namespace.md ( #10530 )
...
update memory request to 100MiB corresponding the yaml content
2018-10-09 05:15:31 -07:00
William Zhang
83fc9324e1
Fix issue #10520 ( #10554 )
...
Signed-off-by: William Zhang <warmchang@outlook.com >
2018-10-09 04:50:06 -07:00
CaoShuFeng
cf73622b61
fix discription about horizontal pod autoscale ( #10557 )
2018-10-09 04:42:09 -07:00
CaoShuFeng
cdd25ae6ef
update description about cron jobs ( #10183 )
...
* update description about cron jobs
Fixes: https://github.com/kubernetes/website/issues/10177
* grammar edits
2018-10-05 15:20:55 -07:00
njain1985
e4dcc4682b
Update resource-usage-monitoring.md ( #9980 )
...
* Update resource-usage-monitoring.md
Add New Relic Kubernetes monitoring integration
* Update resource-usage-monitoring.md
Implemented the suggested changes, thanks for pointing out.
* Remove unneeded toc and add punctuation
2018-10-04 10:50:15 -07:00
Kenny Ho
11e937be26
Add support information for AMD GPUs ( #10436 )
2018-10-03 20:55:57 -07:00
LiuDui
ab96cc7b25
The version information displayed on the page is outdated ( #10407 )
2018-10-03 20:42:22 -07:00
Justin Santa Barbara
f39bc10631
Rewrite links for environment-variable-expose-pod-information to new location ( #10209 )
...
We have a redirect, so these links aren't broken, but we shouldn't
rely on the redirect - that ends up with long chains of complicated
redirects and makes validating the markdown harder.
2018-10-03 20:35:42 -07:00
Denis Salamanca
af2207017f
Removed "touch" on sources.list.d ( #10427 )
...
touch is not necessary as the "tee" command will create the file regardless if it exists or not
2018-10-03 19:45:58 -07:00
Florian Breisch
4e0ee8b5c6
Fix misspelled plugin configuration option ( #10421 )
2018-10-03 19:43:16 -07:00
SataQiu
f950f0977e
update version info ( #10408 )
2018-10-03 19:40:34 -07:00
LiuDui
96e18455cf
Modified version information ( #10406 )
2018-10-03 19:39:13 -07:00
caberdoz
ade133f06d
Update update-daemon-set.md ( #10290 )
...
The default strategy for the update changed from 'OnDelete' to 'RollingUpdate' since Kubernetes 1.8:
https://v1-8.docs.kubernetes.io/docs/api-reference/v1.8/#daemonsetupdatestrategy-v1beta2-apps
2018-10-03 19:31:07 -07:00
Zach Corleissen
31517d13ee
Fix broken link, fix & add redirects ( #10122 )
2018-10-03 19:16:34 -07:00