yanghaichao12
8372a20edd
Fix typos ( #13196 )
2019-03-15 09:24:58 -07:00
makocchi
fcbb89a2af
Remove command prompts and split command outputs ( #13015 )
...
* Remove command prompts
* Add comments before commands
2019-03-15 09:16:58 -07:00
Amir M. Saeid
80b73a4c03
Use correct kubelet config name ( #13185 )
...
At its current form minikube fails to start with following error:
unknown flag: --AllowedUnsafeSysctls
Renaming it to allowed-unsafe-sysctls works as expected.
2019-03-15 02:58:57 -07:00
Jiacheng Xu
3d509106b9
Update assign-cpu-resource.md ( #13154 )
...
Remove the "do not" since you should not skip the steps if you don't have metric-server running.
2019-03-13 08:33:39 -07:00
Jintao Zhang
2b3ced6a00
fix certificate command ( #13152 )
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com >
2019-03-13 08:31:41 -07:00
Dipak Pawar
2a45c9ca35
removes extra /configmap from ui.properties path ( #13150 )
2019-03-13 08:29:42 -07:00
Dani Comnea
56021dc671
Reorganize Federation tasks so we have it group and under one topic ( #12900 )
...
* Reorganize Federation tasks so we have it group and under one topic
* Intended replacement
2019-03-12 13:38:39 -07:00
Dani Comnea
da20b139da
Update configure-service-account task file to reference pod spec file from examples dir ( #13065 )
2019-03-12 12:38:39 -07:00
chenrui
4f5d3ce834
Fix typo in dns-horizontal-autoscaling.md ( #13051 )
...
* `turning` -> `tuning`
* Remove duplicate `'s control`
2019-03-12 12:28:39 -07:00
Karthik Gaekwad
03cc1d8508
Adds a section for OKE cluster upgrades ( #13134 )
2019-03-12 11:40:39 -07:00
Jiacheng Xu
0e1858674f
Update assign-memory-resource.md ( #13037 )
...
Remove the "do not" since you should not skip the steps if you don't have metric-server running.
2019-03-12 10:30:42 -07:00
makocchi
23dacbb83b
Update command outputs to k8s 1.13 based ( #12771 )
...
* Update command outputs to k8s 1.13 based
* Update command outputs to k8s 1.13 based (2)
* Add the way to download the example manifest and change datetime in a pod log
* create a job from remote url
* Update content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md
Co-Authored-By: makocchi-git <makocchi@gmail.com >
2019-03-12 10:24:42 -07:00
yanghaichao12
9e471e389c
Fix typos ( #13120 )
2019-03-12 10:14:39 -07:00
Dani Comnea
e38f800d81
Add codenew shortcode to configure-pod-configmap task file and sanitize the example files ( #13078 )
2019-03-11 20:28:38 -07:00
Neha Yadav
92e602c438
Minikube: Cleanup everything to start new machine ( #12749 )
...
* Minikube: Cleanup everything to start new machine
* Quick fixes
2019-03-08 11:30:55 -08:00
Tim Bannister
a8fed37937
Tweaks to write K8s as proper noun ( #12979 )
...
* Expand k8s abbreviation
* Capitalize K8s in table header
2019-03-07 15:48:06 -08:00
Draven
966e56f32f
doc: remove extra used in job document ( #12945 )
2019-03-07 15:30:11 -08:00
Mizuki Urushida
98d1ab4c92
Fix indentation of EncryptionConfiguration sample ( #12876 )
2019-03-07 15:04:10 -08:00
YouenZeng
d88352b000
Fix Powershell script issue ( #12858 )
...
Fix syntax issue of Powershell script, update environment key to KUBECONFIG
2019-03-07 14:50:13 -08:00
sureshpalemoni
273f3fa713
Change in Storage Value in Example Scenario ( #12831 )
...
In the calculation of this `Allocatable` will be `14.5 CPUs`, `28.5Gi` of memory and
`88Gi` of local storage. - It was 98Gi for storage instead of 88Gi which is derived after negating System-Reserved+Kube-reserved+eviction+hard
2019-03-07 14:42:07 -08:00
Dani Comnea
4bd46900b2
Update debug-pod-replication-controller task file and fix the kubectl grep ( #12797 )
2019-03-07 14:24:12 -08:00
Anna Nguyen
d110471a35
Clarified step of getting Kubernetes cluster name; fixed quoting in c… ( #12718 )
...
* Clarified step of getting Kubernetes cluster name; fixed quoting in command that sets `APISERVER`.
Need to set `CLUSTER_NAME` before using it.
The single quote in the `APISERVER` command prevented the expansion of the `CLUSTER_NAME` variable.
* Remove whitespace
2019-03-07 14:12:13 -08:00
Neha Yadav
d3cca48e3f
Code snippents shouldn't include the command prompt ( #12779 )
2019-03-07 01:31:05 -08:00
WanLinghao
268c9473a5
Add docs to illustrate how to schedule pod to specific node ( #12871 )
2019-02-27 21:22:19 -08:00
Dani Comnea
fb4c7d138f
Update the fine-parallel-processing-work-queue.md task file to remove $ and also remove text which is not appropiate for end user ( #12793 )
2019-02-27 21:14:58 -08:00
Tim Bannister
04ddaa4711
Reference glossary definitions in “Connect a Front End to a Back End Using a Service” ( #12706 )
...
* Reference terms in glossary
* Enable syntax highlighting for shell snippets
2019-02-27 21:11:22 -08:00
Dani Comnea
2f6bee10ca
Update the parallel-processing-expansion.md task file and remove $ ( #12794 )
2019-02-27 21:07:48 -08:00
Tim Bannister
96a5f3f970
Move Docker credentials import to task documentation ( #12668 )
...
* Move docker credentials import to task documentation
Relevant to #12072
* Call out helpful note about per-namespace secrets
2019-02-27 20:21:48 -08:00
Dani Comnea
f0d8c8a79c
Update debug-service.md's tasks file to remove $ from kubectl and turn some questions into bullet list ( #12798 )
2019-02-27 18:07:46 -08:00
Cody Clark
0bbe2db0be
Fix Ingress callouts, links, nav, and templating ( #12720 )
...
* Fix Ingress callouts, links, nav, and templating
* Update ingress.md
* Update ingress-minikube.md
* Delete .md that caused 404
* Delete .md that caused 404
* Update ingress-controllers.md
* Update ingress-minikube.md
* spell check pass
* Update ingress.md
* Update ingress-minikube.md
2019-02-27 15:15:30 -08:00
Tim Bannister
79b182529e
Adjust for Minikube running RBAC by default ( #12851 )
2019-02-27 09:10:29 -08:00
Linus Lee
924d764233
Fix bugs about kubeadm upgrading. ( #12809 )
...
* Fix bug about kubeadm upgrading
It will lead to the following error if using `yum upgrade -y kubeadm --disableexcludes=kubernetes` command:
<https://serverfault.com/questions/943696/fatal-unexpected-error-when-reading-kubeadm-config-configmap-clusterconfigurat >
Running `yum upgrade -y kubeadm --disableexcludes=kubernetes` command will upgrade the kubeadm to v1.13 but kubeadm v1.13 could not upgrade the v1.12 kubeadm cluster.
* Update kubeadm-upgrade-1-12.md
* Update kubeadm-upgrade-1-12.md
* Update kubeadm-upgrade-1-12.md
2019-02-24 20:14:42 -08:00
Frederiko Costa
252f4d5261
add --csr-only option on kubeadm ( #12766 )
...
* add --csr-only option
The flag `--use-csr` is no longer available as of 1.13 on. Got replaced by `--csr-only`.
* replace deprecated kubeadm cert renewal flag
2019-02-24 20:06:22 -08:00
Hongbin Mao
bc9235fa4b
Update horizontal-pod-autoscale-walkthrough.md ( #12777 )
2019-02-22 03:13:18 -08:00
June Yi
8e5d7e4829
Make k8s.io/docs/home to support i18n ( #12570 )
...
* Make k8s.io/docs/home to support i18n
* Apply kbhawkey's review comment
2019-02-21 08:24:20 -08:00
Tim Bannister
59a34796c9
Improve namespaces walkthroughs ( #12686 )
...
* Reference glossary entry for namespace
* Call out namespace names
2019-02-18 19:25:50 -08:00
Kenny Ho
bb2d30a821
Add AMD GPU node labeller to scheduling-gpus.md ( #12530 )
...
* Add AMD GPU node labeller to scheduling-gpus.md
* Add AMD GPU node labeller to scheduling-gpus.md
* Fixed typo
* Fix stray typo, wording issue
2019-02-17 19:47:53 -08:00
Cody Clark
a96ea24939
Updates to Ingress ( #12465 )
...
* Create ingress-minikube.md
* Update ingress.md
* Move Ingress controllers content to own page
* Link to Set up Ingress on Minikube with the NGINX Controller task
* Minor edits
* Create ingress-controllers.md
* Update ingress-controllers.md
2019-02-17 18:36:33 -08:00
Avi Deitcher
ef8967997c
Document proxy flows ( #12305 )
2019-02-17 18:16:00 -08:00
Dr Luke Angel
c613b54671
Updated ReadMe ( #11967 )
...
* Updated ReadMe
Added windows commands
* Update configure-access-multiple-clusters.md
* Update configure-access-multiple-clusters.md
* Update configure-access-multiple-clusters.md
2019-02-17 17:38:57 -08:00
Andrew Sy Kim
35d0d34959
remove cloud controller manager docs on using Initializers for PV labeling ( #12375 )
2019-02-17 08:26:48 -08:00
Dario Maiocchi
f156d51ddb
Improve doc on certificates ( #12579 )
2019-02-17 07:45:06 -08:00
Nick Fox
60b804ec8f
Add service path to CRD webhook conversion example ( #12542 )
...
* Add service path to CRD webhook conversion example
* Update wording in CRD conversion example to indicate it is serving traffic
Co-Authored-By: nrfox <nickfox25@gmail.com >
2019-02-17 07:36:11 -08:00
WanLinghao
f0d0309086
Fix a invalid jump link in hpa documentation ( #12676 )
2019-02-16 23:32:26 -08:00
André Martins
0a5ff4417d
network-policy-provider: updating cilium documentation for v1.4.0 ( #12627 )
...
Signed-off-by: André Martins <aanm90@gmail.com >
2019-02-14 21:50:21 -08:00
Naoki Oketani
3eb1148568
Update fluentd 0.12 to 1.0 in the example ( #12557 )
...
* Update fluentd 0.12 to 1.0 in the example
* .editorconfig removed trailing spaces
2019-02-13 03:42:24 -08:00
Damini Satya
63e57d102e
Fix #9805 - Correct tags to avoid HTML encoding issue ( #12523 )
2019-02-13 03:36:11 -08:00
Tomas Kral
32211de0f5
Update debug-service.md ( #12599 )
...
use smaller case `v` for adjusting logging level
2019-02-13 02:15:06 -08:00
Brendan Wrafter
bc3a0369af
Minor Type ( #12545 )
...
The frontend service should show type of "LoadBalancer"
2019-02-13 01:50:44 -08:00
Florian Breisch
832a05e006
Optimize Linux shell installation ( #12358 )
...
Use `mv` instead the combination of `cp` and `rm` to put minikube into `/usr/local/bin`
2019-02-13 00:47:03 -08:00