Commit Graph

644 Commits (73ef2c557b4b888655516ee23af031768163788f)

Author SHA1 Message Date
Shifali-Srivastava fcc71aabef Link updated (#13767)
The link for one function in the line "Most of the common code are located in the framework file that leaves only one function to be implemented for different conversions" has been changed.
Resolving issue #13760
2019-04-14 18:24:00 -07:00
Danny Berger 8db85ff4d2 Update api-conventions.md link references (#13786) 2019-04-14 18:14:00 -07:00
Rajesh Deshpande 67aa1fa26a Define container environment variables using Secret data (#13800)
* Example for injecting single secret as env variable

Define a container environment variable with data from a single Secret

* Env variable using secret data

* Update pod-single-secret-env-variable.yaml

* Adding example for multiple env variable using secrets

Adding example for multiple env variables using secrets

* Create pod-secret-envFrom.yaml

* Update pod-multiple-secret-env-variable.yaml

* Update pod-multiple-secret-env-variable.yaml

* Update pod-multiple-secret-env-variable.yaml

* Update pod-single-secret-env-variable.yaml

* Update pod-multiple-secret-env-variable.yaml

* Update pod-single-secret-env-variable.yaml

* Different ways to add env variable using secret

Adding different ways to add env variable in pod using secret

* Correcting formatting issues

Correcting formatting issues

* Correcting format issue
2019-04-14 17:48:00 -07:00
Song Kun 64700c0ab1 Use better format for kubectl install guide (#13810) 2019-04-14 17:41:59 -07:00
makocchi 49ef5c3486 Update command outputs to k8s 1.13 based and split command outputs (#13014)
* Update command outputs to k8s 1.13 based and split command outputs

* Add comments before commands

* fix comments for consistency reason
2019-04-09 22:38:14 -07:00
Subrata Paul bd8721baad Updated horizontal-pod-autoscale.md file with newer command names. (#13519)
HPA command names updated to --horizontal-pod-autoscaler-downscale-stabilization in the document.
2019-04-09 19:02:12 -07:00
Ricardo Cordeiro 5d83dcbf46 Fixes `runAsGroup` security context example (#13535) (#13538) 2019-04-09 18:56:12 -07:00
Marc Sensenich 8c6f0d39db Correct spelling kubeadm-upgrade-1-14.md (#13619)
Ugrade => Upgrade
2019-04-09 18:36:12 -07:00
Supriya Sirbi a4629ca423 Issue #13651 Update Debug Services (#13652)
Change the command to use Alpine Image instead of Busy Box
2019-04-09 18:34:12 -07:00
Abhishek Jaisingh 0173c3a567 Add Info about OOM Kill (#13723)
* Add info about OOM Kill

Add details about OOM Kill in case if memory limit is not specified

* Fix Minor Typo
2019-04-09 18:20:12 -07:00
Supriya Sirbi 552f6ab73a Issue #13637 Update developing-cloud-controller-manager.md (#13654)
Register CloudProvider Interface link added
2019-04-08 18:05:05 -07:00
yanghaichao12 ab98b03e8b Fix typos (#13609) 2019-04-04 10:27:51 -07:00
Blade 3dac0bb857 update url of kubelet-config-file types (#13603) 2019-04-04 10:23:53 -07:00
Taher Bohari f5f13f9a0f Update console output as per configmap data (#13540)
Actual Console Output :
root@ubuntu:~/practice1$ kubectl create -f https://k8s.io/examples/configmap/configmap-multikeys.yaml
configmap/special-config created
root@ubuntu:~/practice1$ kubectl get configmaps special-config
NAME             DATA   AGE
special-config   2      17s
root@ubuntu:~/practice1$ kubectl get configmaps special-config -o yaml
apiVersion: v1
data:
  SPECIAL_LEVEL: very
  SPECIAL_TYPE: charm
kind: ConfigMap
metadata:
  creationTimestamp: "2019-03-30T06:52:22Z"
  name: special-config
  namespace: default
  resourceVersion: "1404079"
  selfLink: /api/v1/namespaces/default/configmaps/special-config
  uid: 5ec833dd-52b8-11e9-b4c7-005056ad4679
root@ubuntu:~/practice1$ kubectl create -f https://k8s.io/examples/pods/pod-configmap-volume.yaml
pod/dapi-test-pod created
root@ubuntu:~/practice1$ kubectl logs dapi-test-pod
SPECIAL_LEVEL
SPECIAL_TYPE

Need to update this manfiest as well : pods/pod-configmap-volume-specific-key.yaml
2019-04-01 09:22:36 -07:00
makocchi 58dcb32e32 remove command prompts (#13418) 2019-04-01 09:20:35 -07:00
Taher Bohari f01978c872 Update configure-upgrade-etcd.md (#13505) 2019-03-28 11:57:56 -07:00
Oleg Atamanenko 691d84cb86 Fixed broken link rendering (#13413)
Fixed broken link rendering
2019-03-27 16:38:47 -07:00
Arthur Deschamps a00049f411 Update namespaces-walkthrough.md (#13388) 2019-03-27 16:36:47 -07:00
Tim Bannister 784201de61 Note Google Cloud needs of Service Cloud Installer (#13243) 2019-03-27 22:28:59 +08:00
Patrick fd51c68e80 changing references to metrics-server to resource-metrics-pipeline from core-metrics-pipeline (#13446) 2019-03-27 14:03:01 +08:00
Pancongwen 369f8d3053 Update kubeadm-upgrade-1-13.md (#13438)
fix typo of 'Ugrade'
2019-03-26 08:17:24 -07:00
Naoki Oketani f6f40d5d5b fix a broken link (#13421) 2019-03-26 07:03:24 -07:00
Michelle Au be48fb38e9 Remove storage protection task page (#13402) 2019-03-26 06:59:22 -07:00
Jim Angel 851ef58fa8 Official 1.14 Release Docs (#13174)
* Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S. (#11752)

* Added documentation about Poseidon-Firmament scheduler

* Fixed some style issues.

* Udpated the document as per the review comments.

* Fixed some typos and updated the document

* Updated the document as per the review comments.

* Document timeout attribute for kms-plugin. (#12158)

See 72540.

* Official documentation on Poseidon/Firmament, a new multi-scheduler  (#12343)

* Removed the old version of the Poseidon documentation. Incorrect location.

* Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S (#12069)

* Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S. (#11752)

* Added documentation about Poseidon-Firmament scheduler

* Fixed some style issues.

* Udpated the document as per the review comments.

* Fixed some typos and updated the document

* Updated the document as per the review comments.

* Updated the document as per review comments. Added config details.

* Updated the document as per the latest review comments. Fixed nits

* Made changes as per latest suggestions.

* Some more changes added.

* Updated as per suggestions.

* Changed the release process section.

* SIG Docs edits

Small edits to match style guidelines.

* add plus to feature state

* capitalization

* revert feature state shortcode

since this is a Kubernetes extension, not a direct feature, it shouldn't use the regular feature state tagging.

(cherry picked from commit 7730c1540b)

* Remove initializers from doc. It will be removed in 1.14 (#12331)

* kubeadm: Document CRI auto detection functionality (#12462)

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>

* Minor doc change for GAing Pod DNS Config (#12514)

* Graduate ExpandInUsePersistentVolumes feature to beta (#10574)

* Rename 2018-11-07-grpc-load-balancing-with-linkerd.md.md file (#12594)

* Add dynamic percentage of node scoring to user docs (#12235)

* Add dynamic percentage of node scoring to user docs

* addressed review comments

* delete special symbol (#12445)

* Update documentation for VolumeSubpathEnvExpansion (#11843)

* Update documentation for VolumeSubpathEnvExpansion

* Address comments - improve descriptions

* Graduate Pod Priority and Preemption to GA (#12428)

* Added Instana links to the documentation (#12977)

* Added link to the Instana Kubernetes integration

* Added Instana link for services section

Added Instana and a link to the Kubernetes integration to the analytics services section and broadened the scope to APM, monitoring and analytics.

* Oxford comma /flex

* More Oxford commas, because they matter

* Update kubectl plugins to stable (#12847)

* documentation for CSI topology beta (#12889)

* Document changes to default RBAC discovery ClusterRole(Binding)s (#12888)

* Document changes to default RBAC discovery ClusterRole(Binding)s

Documentation for https://github.com/kubernetes/enhancements/issues/789 and https://github.com/kubernetes/kubernetes/pull/73807

* documentation review feedback

* CSI raw block to beta (#12931)

* Change incorrect string raw to block (#12926)

Fixes #12925

* Update documentation on node OS/arch labels (#12976)

These labels have been promoted to GA:
https://github.com/kubernetes/enhancements/issues/793

* local pv GA doc updates (#12915)

* Publish CRD OpenAPI Documentation (#12910)

* add documentation for CustomResourcePublishOpenAPI

* address comments

fix links, ordered lists, style and typo

* kubeadm: add document for upgrading from 1.13 to 1.14 (single CP and HA) (#13189)

* kubeadm: add document for upgrading from 1.13 to 1.14

- remove doc for upgrading 1.10 -> 1.11

* kubeadm: apply amends to upgrade-1.14 doc

* kubeadm: apply amends to upgrade-1.14 doc (part2)

* kubeadm: apply amends to upgrade-1.14 doc (part3)

* kubeadm: add note about "upgrade node experimental-control-plane"

+ add comment about `upgrade plan`

* kubeadm: add missing "You should see output similar to this"

* fix bullet indentation (#13214)

* mark PodReadinessGate GA (#12800)

* Update RuntimeClass documentation for beta (#13043)

* Update RuntimeClass documentation for beta

* Update feature gate & add upgrade section

* formatting fixes

* Highlight upgrade action required

* Address feedback

* CSI ephemeral volume alpha documentation (#10934)

* update kubectl documentation (#12867)

* update kubectl documentation

* add document for Secret/ConfigMap generators

* replace `kubectl create -f` by `kubectl apply -f`

* Add page for kustomization support in kubectl

* fix spelling errors and address comments

* Documentation for Windows GMSA feature (#12936)

* Documentation for Windows GMSA feature

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Enhancements to GMSA docs

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Fix links

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Fix GMSA link

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add GMSA feature flag in feature flag list

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Relocate GMSA to container configuration

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add example for container spec

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Remove changes in Windows index

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Update configure-gmsa.md

* Update configure-gmsa.md

* Update configure-gmsa.md

* Update configure-gmsa.md

* Rearrange the steps into two sections and other edits

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Fix links

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add reference to script to generate GMSA YAMLs

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Some more clarifications for GMSA

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* HugePages graduated to GA (#13004)

* HugePages graduated to GA

* fixing nit for build

* Docs for node PID limiting (https://github.com/kubernetes/kubernetes/pull/73651) (#12932)

* kubeadm: update the reference documentation for 1.14 (#12911)

* kubeadm: update list of generated files for 1.14

NOTE: PLACEHOLDERS! these files are generated by SIG Docs each
release, but we need them to pass the k/website PR CI.

- add join_phase* (new sub phases of join)
- add init_phase_upload-certs.md (new upload certs phase for init)
- remove alpha-preflight (now both init and join have this)

* kubeadm: update reference docs includes for 1.14

- remove includes from alpha.md
- add upload-certs to init-phase.md
- add join-phase.md and it's phases

* kubeadm: update the editorial content of join and init

- cleanup master->control-plane node
- add some notes about phases and join
- remove table about pre-pulling images
- remove outdated info about self-hosting

* kubeadm: update target release for v1alpha3 removal

1.14 -> 1.15

* kubeadm: copy edits for 1.14 reference docs (part1)

* kubeadm: use "shell" for code blocks

* kubeadm: update the 1.14 HA guide (#13191)

* kubeadm: update the 1.14 HA guide

* kubeadm: try to fix note/caution indent in HA page

* kubeadm: fix missing sudo and minor amends in HA doc

* kubeadm: apply latest amends to the HA doc for 1.14

* fixed a few missed merge conflicts

* Admission Webhook new features doc (#12938)

- kubernetes/kubernetes#74998
- kubernetes/kubernetes#74477
- kubernetes/kubernetes#74562

* Clarifications and fixes in GMSA doc (#13226)

* Clarifications and fixes in GMSA doc

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Update configure-gmsa.md

* Reformat to align headings and pre-reqs better

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Reformat to align headings and pre-reqs better

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Reformat to fix bullets

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Reword application of sample gmsa

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Update configure-gmsa.md

* Address feedback to use active voice

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Address feedback to use active voice

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* RunAsGroup documentation for Progressing this to Beta (#12297)

* start serverside-apply documentation (#13077)

* start serverside-apply documentation

* add more concept info on server side apply

* Update api concepts

* Update api-concepts.md

* fix style issues

* Document CSI update (#12928)

* Document CSI update

* Finish CSI documentation

Also fix mistake with  ExpandInUsePersistentVolumes documented as beta

* Overall docs for CSI Migration feature (#12935)

* Placeholder docs for CSI Migration feature

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Address CR comments and update feature gates

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add mappings for CSI plugins

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add sections for AWS and GCE PD migration

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Add docs for Cinder and CSI Migration info

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Clarify scope to volumes with file system

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Change the format of EBS and Cinder CSI Migration sections to follow the GCE template

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Windows documentation updates for 1.14 (#12929)

* Updated the note to indicate doc work for 1.14

* first attempt at md export from gdoc

* simplifyig

* big attempt

* moving DRAFT windows content to PR for review

* moving content to PR in markdown for review

* updated note tags

* Delete windows-contributing.md

deleting this file as it is already ported to the github contributor guide

* fixed formatting in intro and cluster setup guide

* updating formatting for running containers guide

* rejiggered end of troubleshooting

* fixed minor typos

* Clarified the windows binary download step

* Update _index.md

making updates based on feedback

* Update _index.md

updating ovn-kubernetes docs

* Update _index.md

* Update _index.md

* updating relative docs links

updating all the links to be relative links to /docs

* Update _index.md

* Update _index.md

updates for windows services and ovn-kubernetes

* formatted for correct step numbering

* fix typos

* Update _index.md

updates for flannel PR in troubleshooting

* Update _index.md

* Update _index.md

updating a few sections like roadmap, services, troubleshooting/filing tickets

* Update _index.md

* Update _index.md

* Update _index.md

* Fixed a few whitespace issues

* Update _index.md

* Update _index.md

* Update _index.md

* add section on upgrading CoreDNS (#12909)

* documentation for kubelet resource metrics endpoint (#12934)

* windows docs updates for 1.14 (#13279)

* Delete sample-l2bridge-wincni-config.json

this file is not used anywhere

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Rename content/en/docs/getting-started-guides/windows/_index.md to content/en/docs/setup/windows/_index.md

moving to new location

* Delete flannel-master-kubectl-get-ds.png

* Delete flannel-master-kubeclt-get-pods.png

* Delete windows-docker-error.png

* Add files via upload

* Rename _index.md to add-windows-nodes.md

* Create _index.md

* Update _index.md

* Update add-windows-nodes.md

* Update add-windows-nodes.md

* Create user-guide-windows-nodes.md

* Create user-guide-windows-containers.md

* Update and rename add-windows-nodes.md to intro-windows-nodes.md

* Update user-guide-windows-containers.md

* Rename intro-windows-nodes.md to intro-windows-in-kubernetes.md

* Update user-guide-windows-nodes.md

* Update user-guide-windows-containers.md

* Update user-guide-windows-containers.md

* Update user-guide-windows-nodes.md

* Update user-guide-windows-containers.md

* Update _index.md

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

fixing the pause image

* Update intro-windows-in-kubernetes.md

changing tables from html to MD

* Update user-guide-windows-nodes.md

converting tables from HTML to MD

* Update intro-windows-in-kubernetes.md

* Update user-guide-windows-nodes.md

* Update user-guide-windows-nodes.md

* Update user-guide-windows-nodes.md

updating the numbering , even though it messes up the notes a little bit. Jim will file a ticket to follow up

* Update user-guide-windows-nodes.md

* update to windows docs for 1.14 (#13322)

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

* Update intro-windows-in-kubernetes.md

* Update user-guide-windows-containers.md

* Update user-guide-windows-nodes.md

* Update intro-windows-in-kubernetes.md (#13344)

* server side apply followup (#13321)

* change some parts of serverside apply docs in response to comments

* fix typos and wording

* Update config.toml (#13365)
2019-03-25 15:06:16 -07:00
Mauricio Galindo 4e21e218c0 Update managing-tls-in-a-cluster.md (#13341)
per the godocs:
 // RootCAs defines the set of root certificate authorities
 // that clients use when verifying server certificates.
// If RootCAs is nil, TLS uses the host's root CA set.
2019-03-22 14:50:09 -07:00
chenrui 5a5f77db64 Fix relative links issue in English content (#13307)
* `http://kubernetes.io/docs/` -> `/docs/` in content/en folder

* `https://kubernetes.io/docs/` -> `/docs/` in content/en folder
2019-03-20 16:05:05 -07:00
Rajesh Deshpande 9b6c4365da Fixing force delete statefulset pod link (#13299)
Correcting document page link of 'force delete stateful set pods' page.
2019-03-19 22:06:23 -07:00
Avi Deitcher b080758cd4 Document issues when client CA options conflict (#12890)
* Document issues when client CA options conflict

* Update content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md

Co-Authored-By: deitch <avi@deitcher.net>

* Update content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md

Co-Authored-By: deitch <avi@deitcher.net>

* Update content/en/docs/tasks/access-kubernetes-api/configure-aggregation-layer.md

Co-Authored-By: deitch <avi@deitcher.net>
2019-03-19 17:32:25 -07:00
Dani Comnea ad77c02575 Add a note on how to delete kubectl config user name (#13257) 2019-03-19 11:12:23 -07:00
Dani Comnea d85ac2686f Update debug-cluster and crictl files to get them consistent with the style guidelines (#13183) 2019-03-19 10:24:33 -07:00
Dani Comnea ed7f0adc74 Update automated-tasks-with-cron-jobs to align on style guidelines and fix some typos (#13184) 2019-03-15 16:36:58 -07:00
Daniel Weibel 783ee875d0 Clarify kubectl shell autocompletion documentation (#13060)
* Clarify kubectl autocompletion documentation (#12405)

* Clarify kubectl autocompletion documentation (#12405)

Remove comments.

* Clarify kubectl autocompletion documentation

Fix according to review.

* Clarify kubectl autocompletion documentation

Use selectable tabs.

* Fix note callouts in various sections

* Clarify kubectl autocompletion documentation

Change wording of intro paragraph.
2019-03-15 09:45:10 -07:00
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
Marcin Kłopotek e7626d7687 Add option to install kubectl on Windows via scoop (#12359)
* Add option to install kubectl via scoop

* Review suggestions

* Fixed tab rendering

* Fixed list numbering
2019-02-12 20:42:51 -08:00
Himanshu Pandey 008de6a6ea Fixed a minor space issue (#12576) 2019-02-12 06:26:17 -08:00
Kanshi e7878a37ae Correcting default HPA sync period (#12544)
Horizontal Pod Autoscaler default sync period is 15 seconds
1b28775db1/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
mdshoaib707 b9140c7500 Updated the word from "you" to "your" (#11475)
Edited the grammatical mistake from "you" to "your"
2018-12-05 21:47:30 -08:00
Yuexiao Wang eef6919e3d Minor improvements on upgrade for kubeadm (#11540)
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-12-05 08:42:00 -08:00
Pierre-Yves Aillet 037eb2460e #11431 Remove load balance access task (#11518) 2018-12-05 05:03:45 -08:00
Pierre-Yves Aillet 9bd11ab887 Fix coredns link (#11517) 2018-12-04 14:37:44 -08:00
Jim Angel 27b7b453a9 Official 1.13 Release Docs (#11401)
* Update metadata.generation behaviour for custom resources (#10705)

* update docs promoting plugins to beta (#10796)

* docs update to promote TaintBasedEvictions to beta (#10765)

* First Korean l10n work for dev-1.13 (#10719)

* Update outdated l10n(ko) contents (#10689)

fixes #10686

* Translate concepts/overview/what-is-kubernetes in Korean (#10690)

* Translate concepts/overview/what-is-kubernetes in Korean

* Feedback from ClaudiaJKang

* Translate concepts/overview/components in Korean (#10882)

* Translate concepts/overview/components in Korean #10717

* Translate concepts/overview/components in Korean

* Translate concepts/overview/components in Korean

* Apply Korean glossary: 서비스 어카운트

* Translate concepts/overview/kubernetes-api in Korean (#10773)

* Translate concepts/overview/kubernetes-api in Korean

* Applied feedback from ianychoi

* kubeadm: update the configuration docs to v1beta1 (#10959)

* kubeadm: add small v1beta1 related updates (#10988)

* ADD content/zh/docs/reference/setup-tools/kubeadm/kubeadm.md (#11031)

* ADD content/zh/docs/reference/setup-tools/kubeadm/kubeadm.md

* ADD content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init.md

* Update content/zh/docs/reference/setup-tools/kubeadm/kubeadm.md

Accepted

Co-Authored-By: YouthLab <tsui@highyouth.com>

* do not change 'master' or 'worker' nodes to '主从'

* Doc updates for volume scheduling GA (#10743)

* Doc updates for volume scheduling GA

* Make trivial change to kick build

* Document nodelease feature (#10699)

* advanced audit doc for ModeBlockingStrict (#10203)

* Rename EncryptionConfig to EncryptionConfiguration (#11080)

EncryptionConfig was renamed to EncryptedConfiguration and added to
the `apiserver.config.k8s.io` API group in Kubernetes 1.13.

The feature was previously in alpha and was not handling versions
properly, which lead to an originally unnoticed `v1` in the docs.

* content/zh/docs/reference/setup-tools/kubeadm/kubeadm-init.md

* trsanlate create-cluster-kubeadm.md to chinese (#11041)

* trsanlate create-cluster-kubeadm.md to chinese

* Update create-cluster-kubeadm.md

* update the feature stage in v1.13 (#11307)

* update new feature gates to document (#11295)

* refresh controller role list on rbac description page (#11290)

* node labeling restriction docs (#10944)

* Update 1.13 docs for CSI GA (#10893)

* dynamic audit documentation (#9947)

* adds dynamic audit documentation

* Copyedit for clarity

See also inline question/s

* Fix feature state shortcode

* Update feature state

* changes wording for dynamic audit flag behavior

* Minor copyedit

* fix dynamic audit yaml

* adds api enablement command to dynamic audit docs

* change ordering dynamic audit appears in

* add references to dynamic audit in webhook backend

* reword dynamic audit reference

* updates stages field for audit sink object

* changes audit sink api definition; rewords policy

* kubeadm: remove kube-proxy workaround (#11162)

* zh-trans content/en/docs/setup/independent/install-kubeadm.md (#11338)

* zh-trans content/en/docs/setup/independent/install-kubeadm.md

* Update install-kubeadm.md

* Update dry run feature to beta (#11140)

* vSphere volume raw block support doc update (#10932)

* Add docs for Windows DNS configurations (#10036)

* Update docs for fields allowed at root of CRD schema (#9973)

* Add docs for Windows DNS configurations

* add device monitoring documentation (#9945)

* kubeadm: adds upgrade instructions for 1.13 (#11138)

* kubeadm: adds upgrade instructions for 1.13

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* add minor copyedits

Addressed a couple of copyedit comments a bit more cleanly.

* kubeadm: add improvements to HA docs (#11094)

* kubeadm: add information and diagrams for HA topologies

* kubeadm: update HA doc with simplified steps

* kubeadm: update HA doc with simplified steps

* edit ha, add new topology topic, reorder by weight

* troubleshoot markdown

* fix more markdown, fix links

* more markdown

* more markdown

* more markdown

* changes after reviewer comments

* add steps about Weave

* update note about stacked topology

* kubeadm external etcd HA upgrade 1.13 (#11364)

* kubeadm external etcd HA upgrade 1.13

Signed-off-by: Ruben Orduz <rubenoz@gmail.com>

* Update stacked controlplane steps

* kubeadm cert documentation (#11093)

* kubeadm certificate API and CSR documentation

* copyedits

* fix typo

* PR for diff docs (#10789)

* Empty commit against dev-1.13 for diff documentation

* Complete Declarative maangement with diff commands

* Second Korean l10n work for dev-1.13. (#11030)

* Update outdated l10n(ko) contents (#10915)
* Translate main menu for l10n(ko) docs (#10916)
* Translate tasks/run-application/horizontal-pod-autoscale-walkthrough (#10980)
* Translate content/ko/docs/concepts/overview/working-with-objects/kubernetes-object in Korean #11104 (#11332)
* Pick-right-solution page translates into Korean. (#11340)
* ko-trans: add jd/..., sap/..., ebay/..., homeoffice/... (#11336)
* Translate concept/workloads/pods/pod-overview.md (#11092)

Co-authored-by: June Yi <june.yi@samsung.com>
Co-authored-by: Jesang Myung <jesang.myung@gmail.com>
Co-authored-by: zerobig <38598117+zer0big@users.noreply.github.com>
Co-authored-by: Claudia J.Kang <claudiajkang@gmail.com>
Co-authored-by: lIuDuI <1693291525@qq.com>
Co-authored-by: Woojin Na(Eddie) <cheapluv@gmail.com>

* Rename encryption-at-rest related objects (#11059)

EncryptionConfig was renamed to EncryptedConfiguration and added to
the `apiserver.config.k8s.io` API group in Kubernetes 1.13.

The feature was previously in alpha and was not handling versions
properly, which lead to an originally unnoticed `v1` in the docs.

Also, the `--experimental-encryption-provider-config` flag is now called
just `--encryption-provider-config`.

* Documenting FlexVolume Resize alpha feature. (#10097)

* CR webhook conversion documentation (#10986)

* CR Conversion

* Addressing comments

* Addressing more comments

* Addressing even more comments

* Addressing even^2 more comments

* Remove references to etcd2 in v1.13 since support has been removed (#11414)

* Remove etcd2 references as etcd2 is deprecated

Link back to the v1.12 version of the etcd3 doc for
the etcd2->etcd3 migration instructions.

I updated the kube-apiserver reference manually,
unsure if that is auto-generated somehow.

The federation-apiserver can still potentially
support etcd2 so I didn't touch that.

* Remove outdated {master,node}.yaml files

There are master/node yaml files that reference
etcd2.service that are likely highly out of date.
I couldn't find any docs that actually reference
these templates so I removed them

* Address review comments

* Final Korean l10n work for dev-1.13 (#11440)

* Update outdated l10n(ko) contents (#11425)

fixes #11424

* Remove references to etcd2 in content/ko (#11416)

* Resolve conflicts against master for /ko contents (#11438)

* Fix unopened caution shortcode

* kubeadm: update the reference docs for 1.13 (#10960)

* docs update to promote TaintBasedEvictions to beta (#10765)

* First Korean l10n work for dev-1.13 (#10719)

* Update outdated l10n(ko) contents (#10689)

fixes #10686

* Translate concepts/overview/what-is-kubernetes in Korean (#10690)

* Translate concepts/overview/what-is-kubernetes in Korean

* Feedback from ClaudiaJKang

* Translate concepts/overview/components in Korean (#10882)

* Translate concepts/overview/components in Korean #10717

* Translate concepts/overview/components in Korean

* Translate concepts/overview/components in Korean

* Apply Korean glossary: 서비스 어카운트

* Translate concepts/overview/kubernetes-api in Korean (#10773)

* Translate concepts/overview/kubernetes-api in Korean

* Applied feedback from ianychoi

* kubeadm: update the configuration docs to v1beta1 (#10959)

* kubeadm: add small v1beta1 related updates (#10988)

* update new feature gates to document (#11295)

* Update dry run feature to beta (#11140)

* kubeadm: add improvements to HA docs (#11094)

* kubeadm: add information and diagrams for HA topologies

* kubeadm: update HA doc with simplified steps

* kubeadm: update HA doc with simplified steps

* edit ha, add new topology topic, reorder by weight

* troubleshoot markdown

* fix more markdown, fix links

* more markdown

* more markdown

* more markdown

* changes after reviewer comments

* add steps about Weave

* update note about stacked topology

* kubeadm: update reference docs

- add section about working with phases under kubeadm-init.md
- update GA / beta status of features
- kubeadm alpha phase was moved to kubeadm init phase
- new commands were added under kubeadm alpha
- included new CoreDNS usage examples

* Generate components and tools reference

* Add generated federation API Reference (#11491)

* Add generated federation API Reference

* Add front matter to federation reference

* Remove whitespace from federation front matter

* Remove more whitespace from federation front matter

* Remove superfluous kubefed reference

* Add frontmatter to generated kubefed reference

* Fix kubefed reference page frontmatter

* Generate kubectl reference docs 1.13 (#11487)

* Generate kubectl reference docs 1.13

* Fix links in kubectl reference

* Add 1.13 API reference (#11489)

* Update config.toml (#11486)

* Update config.toml

Preparing for 1.13 release, updating the config.toml and dropping the 1.8 docs reference.

* update dot releases and docsbranch typo

* adding .Site. to Params.currentUrl (#11503)

see https://github.com/kubernetes/website/pull/11502 for context

* Add 1.13 Release notes (#11499)
2018-12-03 17:21:11 -08:00
chenDT bfefb311b9 fix some 404 errors (#11352) 2018-11-27 01:29:22 -08:00
Ruben Orduz 5cd6a43042 rename ha upgrade doc to match non ha version (#11327)
Signed-off-by: Ruben Orduz <rubenoz@gmail.com>
2018-11-26 21:09:34 -08:00
André Martins 41a042feef admin-cluster/network-policy-provider: update Cilium documentation (#11214)
Signed-off-by: André Martins <aanm90@gmail.com>
2018-11-24 08:17:45 -08:00
Niko Pen f0711ca742 bigger or equal kubeadm version (#11226) 2018-11-24 08:07:28 -08:00
Liuduii b5b8539a8e Remove excess Spaces (#11106) 2018-11-20 07:10:46 -08:00
yongsong you 9ceb6650d6 add a missing step in kubeadm-upgrade flow. (#10722)
In case of external etcd, we should also modify `kubeadm-config.yaml` to set `api.advertiseAddress` to the local node's IP address.
2018-11-19 10:21:47 -08:00
adisky b82bf96203 Redirect to decoding a secret (#10594)
In this Document Encrypting Secret data at REST, the example to verify
decrypt secret is bit confusing, on running
$ kubectl describe secret secret1 -n default
"should match mykey: mydata" never match because data is enoded,
This commit redirects it to decoding the secret
2018-11-18 18:40:10 -08:00
Cliff Burdick b5a09f68de Fixing yaml (#10541)
The current YAML doesn't work since hugepages requires you to include memory and/or CPU limits as well, or you get the error: "HugePages require cpu or memory".
2018-11-18 18:38:22 -08:00
Sandeep Rajan 6f3b8cbd9b Update documentation on CoreDNS (#10923)
* update documentation on CoreDNS

* Update dns-custom-nameservers.md

Fixed nit noted in comments and cleaned up a few more things while I was in there. This whole topic needs a complete redo, but this PR is an iterative improvment. Thanks!
2018-11-16 12:35:38 -08:00
Bernat Moix a0fd05ce41 Fix typo in ip-masq-agent user guide (#11023) 2018-11-16 11:27:50 -08:00
CaoShuFeng 28f02d5121 fix audit config format (#9970) 2018-11-16 11:05:29 -08:00
Quy Le Ngoc 905588105a Fix typo in kubectl-plugins.md (#11015)
`kubectk-foo-bar-baz-arg1` => `kubectl-foo-bar-baz-arg1`
2018-11-16 10:24:00 -08:00
Rohit Agarwal 41319e8059 Update NVIDIA GPU instructions for GCP (#10970) 2018-11-16 07:02:02 -08:00
Jay 3d8f4a2e73 Kubernetes Repository URL HTTPS (#10983) 2018-11-14 17:39:18 -08:00
Karen Bradshaw b38adb0075 update, remove third party resource links (#11001) 2018-11-14 14:25:39 -08:00
erganzi 4514602b29 Update debug-service.md (#10760)
-q is quiet, nothing will output.
2018-11-13 18:04:23 -08:00
Kenichi Omichi 8359d2013c Remove unnecessary kubelet as upgraded package (#10941)
The first step of [1], kubeadm is necessary to be upgraded because we
need to run kubeadm upgrade plan. Then, the line shows `upgrade kubeadm:`.
However, the commandline contains kubelet also. That seens copy&paste
mistake and unnecessary. This removes it.
In addition, the format of another tab is broken. This fixes it also by
naming another tab.

[1]: https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-12/#upgrade-the-control-plane
2018-11-13 17:40:50 -08:00
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