Kanshi
e7878a37ae
Correcting default HPA sync period ( #12544 )
...
Horizontal Pod Autoscaler default sync period is 15 seconds
https://github.com/kubernetes/kubernetes/blob/1b28775db1290a772967d192a19a8ec447053cd5/pkg/controller/apis/config/v1alpha1/defaults.go#L159
2019-02-08 07:02:07 -08:00
Hongbin Mao
b3bfb4d6d0
fix cloudprovider link error ( #12539 )
2019-02-08 06:49:53 -08:00
Tim Bannister
c10411b469
Fix typo in cloud-controller-manager docs ( #12494 ) ( #12495 )
2019-02-04 15:42:54 -08:00
Scott Brenner
d04d15f506
replicationController -> ReplicaSet ( #12487 )
...
Proposing replacing `replicationController` with `ReplicaSet` here since ["ReplicaSet is the next-generation Replication Controller."](https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ ).
2019-02-04 15:25:03 -08:00
Himanshu Pandey
661a6db061
Minor line-break change ( #12504 )
2019-02-04 15:16:39 -08:00
Jun Gong
33d851c913
Update custom-resource-definitions.md: add validatingadmissionwebhook for validation ( #12371 )
...
Add validatingadmissionwebhook for validation in case someone does not know it.
2019-01-31 14:54:18 -08:00
James Ward
2ad6e9f124
Linux command to check CPU virtualization support ( #12376 )
2019-01-28 17:25:03 -08:00
Dr Luke Angel
134a391407
Minor type ( #11966 )
...
Removed an & that was not needed and would break on windows
2019-01-28 16:40:34 -08:00
azarnyx
e05a3c7e32
Update coarse-parallel-processing-work-queue.md ( #12402 )
...
the file needs to have permission to be executed with the command:
CMD /usr/bin/amqp-consume --url=$BROKER_URL -q $QUEUE -c 1 /worker.py
from Dockerfile https://kubernetes.io/examples/application/job/rabbitmq/Dockerfile
2019-01-28 12:25:39 -08:00
chenrui
ca4f474235
Add jsonpath approach for apiserver query ( #12350 )
...
* Add `jsonpath` approach for apiserver query
* Refine the wording with the approach description
* Refine the command log
* Move the itemized number back
2019-01-27 22:18:54 -08:00
makocchi
a254339aa2
remove command prompts and separate commands from output ( #12337 )
2019-01-23 22:32:09 -08:00
Rachael Graham
db1007a73c
Update configure-cloud-provider-firewall.md ( #12304 )
2019-01-23 08:55:05 -08:00
makocchi
5cf48aaaf2
remove command prompts and separate commands from output ( #12338 )
2019-01-23 01:06:28 -08:00
Naoki Oketani
a0ba90d196
added missing EOF ( #12265 )
2019-01-21 13:14:25 -08:00
Anh Le (Andy)
ab2918bf31
Access Cluster: failed to grep on MacOS ( #12200 )
...
The related issue is here: https://github.com/kubernetes/website/issues/12199
2019-01-13 18:39:47 -08:00
Roy Lenferink
aa0da8f34a
Improved openshift, docker, ansible references ( #12201 )
...
* Fixed Openshift -> OpenShift
* Fixed ansible -> Ansible
* Fixed docker -> Docker
2019-01-13 18:26:49 -08:00
Roy Lenferink
1bc0d7c385
Improvements for markdown formatting ( #12193 )
...
* Fixed markdown formatting
* Resolved usage of 'shell' instead of 'yaml'
* Removed unknown 'log' keyword
2019-01-13 18:14:44 -08:00
yanghaichao12
6b90b6c6fc
Fix some typos ( #12183 )
2019-01-13 00:51:11 -08:00
Lubomir I. Ivanov
4ff6bbbfff
kubeadm-upgrade-1.13: add workaround for join control-plane ( #12145 )
2019-01-09 17:48:39 -08:00
tuanvcw
a0975dae25
Update for fixing broken download URL in k8s.io/docs/tasks/tools/install-minikube ( #12137 )
2019-01-08 19:08:14 -08:00
tuanvcw
ee2f708b0b
Fix broken download url in k8s.io/docs/tasks/tools/install-minikube ( #12124 )
2019-01-08 18:00:53 -08:00
Qiming
a4ddd33889
Move sample YAML files to the correct place ( #12123 )
...
This PR is also an attempt to fix #12117 .
Closes : #12117
2019-01-09 09:16:10 +08:00
Jason Hu
4f189afac1
Update dns-debugging-resolution.md ( #12012 )
...
There is a document error in the subsection named "Check for Errors in the DNS pod" , where the pod selector should coredns but not kube-dns.
2019-01-08 04:08:18 -08:00
tallaxes
a14ce37044
Update kubeadm-certs.md - remove prow link ( #12119 )
...
Left in by accident?
2019-01-08 03:55:02 -08:00
Karen Bradshaw
e0e71eded2
format cmd in prereq section ( #12057 )
2019-01-07 23:31:15 -08:00
Suraj Deshmukh
9b66c1acc1
Use staticPodPath in KubeletConfiguration ( #11916 )
...
Alongwith the kubelet flag you can also use the `KubeletConfiguration`'s
`staticPodPath` to specify the path to pick up the static pod configs.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com >
2019-01-07 09:29:47 -08:00
xiaotuanyu120
ea9e5ef7eb
Add base64 encoded data configuration ( #11793 )
...
for the issue [11774](https://github.com/kubernetes/website/issues/11774 )
2019-01-07 01:56:11 -08:00
Baptiste Gauduchon
8f00655971
Update proposal for configure-liveness-readiness-probes.md ( #11613 )
...
* Update proposal for configure-liveness-readiness-probes.md
Proposal regarding [issue 11587](https://github.com/kubernetes/website/issues/11587 )
* ✏️ corrected typo
* ✏️ corrected sentence
* Update configure-liveness-readiness-probes.md
2019-01-03 07:10:35 -08:00
Lubomir I. Ivanov
ffa36a9251
kubeadm: fix some issues in the upgrade-1.13 doc ( #11629 )
...
- use "control plane" instead of "master".
- upgrade a kubelet on the CP node only after the CP was upgraded.
- also instruct the user to update to the latest patch version of 1.13.
2019-01-02 16:59:47 -08:00
Raul Gonzales
578b006360
docs: uses mostly kubectl to demonstrate ( #11699 )
...
Simplify to run `kubectl` to obtain the desired values from resources
Changes: access-cluster-api.md
2019-01-02 11:19:21 -08:00
Luc Perkins
bcaef52219
Update Minikube installation docs ( #11417 )
...
* Add Minikube latest version shortcode and update installation doc
* Rework Minikube install instructions and remove unnecessary shortcode
* Re-add the --ignoreCache flag to make serve
2019-01-02 05:50:11 -08:00
David Lovitch
c8838cda7d
Fix typo privelages->privileges ( #11887 )
2018-12-25 21:38:47 -08:00
makocchi
a33ae0f00c
remove command prompts and separate commands from output ( #11847 )
2018-12-22 17:20:33 -08:00
makocchi
950bcbef2b
remove command prompts and separate commands from output ( #11848 )
2018-12-22 17:18:36 -08:00
makocchi
a52dfece47
use warning shortcodes ( #11849 )
2018-12-22 17:07:48 -08:00
Paulo
caabac594c
Update web-ui-dashboard.md ( #11833 )
...
wrong
```sh
$ kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
error: unable to read URL "https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml ", server reported 404 Not Found, status code=404
```
right
```sh
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml
```
github page
```sh
https://github.com/kubernetes/dashboard/blob/master/aio/deploy/recommended/kubernetes-dashboard.yaml
```
2018-12-20 21:50:42 -08:00
James Peach
1d1ccd974d
Minor grammar fix to agent OOM handling description. ( #11797 )
2018-12-17 21:55:37 -08:00
WanLinghao
3ccbb12585
cAdvisor web UI port has been deprecated since v1.10. This patch updates the description about it. ( #11426 )
...
* cAdvisor web UI port has been deprecated since v1.10. This patch update the description about it.
* Update resource-usage-monitoring.md
* Update resource-usage-monitoring.md
2018-12-16 21:28:43 -08:00
WanLinghao
7269c416ca
Add description about local http proxy setting's effect on liveness probe ( #11567 )
...
* Add description about local http proxy setting's effect on liveness probe
* Update configure-liveness-readiness-probes.md
2018-12-16 21:07:12 -08:00
Srinivas R Kulkarni
7ecf764f34
Use latest image for ubuntu ( #11592 )
...
14.04 does not work anymore. Gives socket error when connecting with rabbitmq
2018-12-16 20:49:43 -08:00
Eric Briand
c1e07bcb96
Fix formatting of schedule part ( #11665 )
...
* Fix formatting of schedule part
* Update automated-tasks-with-cron-jobs.md
2018-12-16 19:41:46 -08:00
Lentil Sun
8b264e3fcc
Fix: API version of 1.11.x to v1alpha2 and 1.12.x to v1alpha3 ( #11662 )
2018-12-16 19:39:58 -08:00
Jim Angel
e4994dc47c
Ui dashboard docs refresh ( #11653 )
...
* updating docs for Dashboard
* removing old images
2018-12-16 19:34:39 -08:00
Pingan
e8b9a4eace
fix link in reconfigure-kubelet ( #11736 )
2018-12-13 03:09:04 -08:00
AdamDang
f1c752ae51
Typo fix: federation control plan->federation control plane ( #11679 )
...
* Typo fix: federation control plan->federation control plane
Typo fix: federation control plan->federation control plane
* Update secret.md
2018-12-11 17:35:19 -08:00
lIuDuI
7021514755
Fix Wrong document ( #11697 )
2018-12-11 17:31:57 -08:00
Chao Wang
5e05d127e2
fix the command for checking dns pod ( #11603 )
2018-12-11 16:11:19 -08:00
lIuDuI
9833da206e
Update the version in the example ( #11598 )
2018-12-11 16:09:45 -08:00
Chao Wang
41d8a76c3c
fix audit backends decription ( #11535 )
2018-12-11 16:00:58 -08:00
hongkunyoo
f7cb097db4
Remove duplicated content. ( #11447 )
...
In distribute-credentials-secure.md,
It seems it has duplicated content with line from #82 to #85 .
2018-12-11 15:55:07 -08:00