Commit Graph

1621 Commits (3999608ca671e1d3febb076ed5e8153caceb57b9)

Author SHA1 Message Date
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
Becca Powell 1e736d9555 Clarify preStop hooks in Termination of Pods (#11821)
* Update pod.md

* capitalize Pod
2019-01-02 15:52:48 -08:00
DrmagicE 1576c12e70 Fix #11982 (#11983)
* Update deployment.md

* Update nginx-deployment.yaml
2019-01-02 13:21:36 -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
Suraj Deshmukh 4eb78ea11a Update nodes to show the system reserved resources (#11908)
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2018-12-28 07:57:05 -08:00
Brad Jones 69521bd355
Remove devstub/kubernetes-api-php-client
This project looks to be abandoned. See https://github.com/devstub/kubernetes-api-php-client/issues/1
2018-12-27 14:28:15 -07:00
Dan Kohn fb7f32dd8d Fix Interactive Landscape references (#11905) 2018-12-26 16:12:27 -08:00
David Lovitch c8838cda7d Fix typo privelages->privileges (#11887) 2018-12-25 21:38:47 -08:00
Rajakavitha1 6b083d5339 Update cri.md (#11853)
I removed the instruction regarding the installation of docker (1.13.1) as listed in #11779 and updated the instructions for Docker CE (1.18.1) because the official Docker documents only have instructions for Docker CE and Docker EE as listed in https://github.com/docker/docker.github.io/blob/master/install/linux/docker-ce/ubuntu.md. It may not be a good idea to have instructions for Docker 1.13 in our documents considering that the Official Docker Install guide recommends uninstalling older versions.
2018-12-25 01:32:20 -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
makocchi 7fa4ff6310 Remove command prompts and separate commands from output [Authenticating] (#11851)
* remove command prompts and separate commands from output

* tweak comment
2018-12-22 17:05:56 -08:00
nuistzyw 0af727ef4f link (#11808)
Signed-off-by: Zhao Yuwei <zhaoyw-fnst@cn.fujitsu.com>
2018-12-21 17:44:38 -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
Philip Brown 6285545a24 Add note about need for lxd init (#11822)
* Add note about need for lxd init

As a first time user, I got a little lost, doing google searches for how to get lxd basically functional on my box. 
There were a lot of hand edits and tweaks suggested on various pages, until I discovered that all I had to do is run "lxd init" and follow the prompts.

* Update local.md
2018-12-21 13:46:01 +08:00
Jordan Liggitt 0e7b66a8f8 Fix `--runtime-config` syntax (#11835) 2018-12-20 17:30:23 -08:00
Jim Angel 885aaa4af3 removing non-supported versions (#11834) 2018-12-20 17:28:26 -08:00
Jintao Zhang 0838faec0a Fix cosConfigureHelper script address. (#11819)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2018-12-20 02:08:29 -08:00
Tim Hockin 701ebb2474 Update docs on labels and annotations (#11719)
Be clearer about character set and a couple minor tweaks on words.
2018-12-19 22:39:39 -08:00
Karen Bradshaw 8378cab0eb Clean up extra Note text (#11805) 2018-12-19 18:17:40 -08:00
Rajakavitha1 18e2376fcc Update cloud-providers.md (#11815)
Update the definition of monitor-delay and monitor-timeout as a fix for:  https://github.com/kubernetes/website/issues/11217
2018-12-19 18:03:25 -08:00
kohei acbac5661a fix link to flexvolume (#11800) 2018-12-18 17:26:44 -08:00
Michael Vorburger ⛑️ e10ae8de4d add OCP also to On-Premises VMs and Bare Metal on pick-right-solution.md (#11772) 2018-12-18 05:04:55 -08:00
James Peach 1d1ccd974d Minor grammar fix to agent OOM handling description. (#11797) 2018-12-17 21:55:37 -08:00
Ian Chakeres c79b4728ae Include Kubernetes abbreviation k8s (#11794)
I was at Kubecon last week, and a few times I encountered people who did not know that k8s == Kubernetes. Therefore, we should mention this abbreviation on the front page.
2018-12-17 16:57:53 -08:00
Niko Pen 8f6f6731c5 ExternalName cleanup (#11326)
* Remove old kube-dns note

* ExternalName IP clarification

* Add minor edits for clarity

* corrections

Co-Authored-By: nikopen <42466421+nikopen@users.noreply.github.com>
2018-12-17 11:03:04 -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
Allan Sun ff3d1b2024 Added new PHP client libr (#11465) 2018-12-16 21:16:30 -08:00
Karen Bradshaw 854ee5779c clean-up yaml variables surrounded by <> (#11490) 2018-12-16 21:09:09 -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
Chao Wang fe3032c56e Improve explanation of feature-gates/component relationship and usage (#11562) 2018-12-16 20:54:54 -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
WanLinghao a213182b10 Add description about BoundServiceAccountTokenVolume feature in serviceaccount admission controller (#11643)
* Add description about BoundServiceAccountTokenVolume feature in serviceaccount admission controller

* Update service-accounts-admin.md

* Update service-accounts-admin.md
2018-12-16 20:42:45 -08:00
shavidissa 5f7300c5fe Removed the TOC added into the MD (#11669)
Removed the TOC that was added manually as the TOC is generated by default now (else, there are two levels of the TOC on the page).
2018-12-16 19:43:34 -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
¯\_(ツ)_/¯ 9962142993 Add Rust client (#11657) 2018-12-16 19:38:15 -08:00
Dustin Decker 125927e87c remove reference to non-existent documentation (#11655) 2018-12-16 19:36:22 -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
Hiroki tktk ea03ca2a0b update --kubeconfig description (#11704) 2018-12-16 19:03:49 -08:00
Naoki Oketani 074a3cdad2 GCE: cluster/kube-up.sh creates 3 nodes by default (#11694) 2018-12-16 19:02:06 -08:00
Zach Corleissen 475ffbdd6c Clarify language for concept templates (#11737)
Clearer intro line

More edits
2018-12-16 19:00:13 -08:00
Joseph Irving 7f9e1d59fc clarify Job behaviour once active deadline seconds is exceeded (#11745) 2018-12-16 18:33:00 -08:00
Karen Bradshaw 6202a635bd fix kubeadm-init, extra caution text (#11762) 2018-12-16 18:00:18 -08:00
William Chia 55a483022c move port flag to expose (#11778)
moved `--port=8080` from `kubectl create` to `kubectl expose`
2018-12-16 17:34:16 -08:00
Michael Vorburger ⛑️ b04c6f58dd add minishift to pick-right-solution.md (#11770) 2018-12-16 04:45:04 -08:00
Michael Vorburger ⛑️ a115b10aff add OpenShift Container Platform (OCP) to pick-right-solution.md (#11771) 2018-12-16 03:28:34 -08:00
MengZeLee a2919a91a8 update kubeadm reset (#11734)
* update kubeadm reset

The reset process does not  clean up iptables rules , we should do so manually.

* add empty line and end with :
2018-12-15 00:06:27 -08:00
Alex Contini 11a52d31c3 updates to kubecon banners (#11760)
* updates

* updates

* Update list.html
2018-12-14 09:36:49 -08:00
Pingan e8b9a4eace fix link in reconfigure-kubelet (#11736) 2018-12-13 03:09:04 -08:00
Zefool 5fdf928a6e Add flexVolume to list and add anchor. (#11614)
* Add flexVolume to list and add anchor.

* Update, typo fix
2018-12-13 02:15:22 -08:00
Irfan Ur Rehman 445deb5cd9 Blog post for federation v2 (#11620) 2018-12-12 14:27:58 -08:00
Lubomir I. Ivanov 5b480a8ccb kubeadm-ha: fix variables under "initial-cluster" (#11700) 2018-12-11 21:35:28 -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
JoeWrightss 95acd44db7 Fix some typos: ips -> IPs (#11456) 2018-12-11 16:26:37 -08:00
VM Brasseur e151dab4b0 OpenContrail -> Tungsten Fabric (#11436)
* OpenContrail -> Tungsten Fabric

OpenContrail has joined the Linux Foundation Networking Fund and rebranded as Tungsten Fabric to better reflect its open community engagement separate from its Juniper Network roots.

This edit updates the doc to reflect the name change and that Tungsten Fabric is a separate entity from Juniper's Contrail product.

* Include TF in the header 

To further reinforce that Contrail and TF are different things.
2018-12-11 16:15:58 -08:00
Naoki Oketani 2e1219d1fa modified confusion of cert and key. (#11630) 2018-12-11 16:12:54 -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
JoeWrightss 1ed4d92bce Typo fixed: Kuberentes -> Kubernetes (#11451) 2018-12-11 15:58:03 -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
Joseph Heck 938881ea87 suggesting the path that works more reliably first (#10954)
Signed-off-by: Joe Heck <heckj@mac.com>
2018-12-11 14:27:13 -08:00
Gyuho Lee bcbf0c9451 blog: add etcd post for December 11, 2018 (#11524)
* blog: add etcd post for December 11, 2018

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>

* Update 2018-12-11-current-status-and-future-roadmap.md
2018-12-11 09:48:18 -08:00
Gagandeep S. Chhabra a0b1017b82 Typo: repeated words (#11640) 2018-12-11 09:41:28 -08:00
lIuDuI 9381759a14 update multiple-zones.md (#11600) 2018-12-11 06:27:58 -08:00
Harshvardhan Karn 74f4f48545 fix typo in high-availabilty (#11678)
Signed-off-by: harshvkarn <harshvkarn54@gmail.com>
2018-12-10 23:34:30 -08:00
yanghaichao12 b6db60aff1 Fix typos in add-entries-to-pod-etc-hosts-with-host-aliases (#11639) 2018-12-10 23:12:09 -08:00
Jordan Liggitt 75ed07f716 Add information on supported version skew and upgrade order (#11060)
* Add information on supported version skew and upgrade order

* address comments

* added cloud-controller-manager

* format headers
2018-12-07 16:06:31 -08:00
Babak "Bobby" Salamat 6eeb305bbe Update docs for taints and their version promotions (#11494) 2018-12-07 11:11:10 -08:00
Louis f54578208d Update storage-classes.md (#11604) 2018-12-06 22:58:27 -08:00
Andrew Chen 2fc30aab67 Remove distracting, superfluous links from Learn Kubernetes Basics (#11593) 2018-12-06 18:36:02 -08:00
Yang Li 838ba5c01d Blog NCW Shanghai: image captions and copyediting (#11590)
* Use Hugo figure shortcodes to display image captions

* Along with copyediting fixes
2018-12-06 08:02:26 -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 05e7c7ea72 fixe the example for dns-pod-service (#11516)
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-12-05 21:37:27 -08:00
Duffie Cooley c4f888efac fixed typo and clarified mitigation steps. (#11556) 2018-12-05 17:55:50 -08:00
Carolyn Van Slyck d0861dc7ab Fix link to k8s CoCC (#11548)
* Fix link to k8s CoCC

* Wordsmithing

* fiddle with mailto link
2018-12-05 15:35:21 -08:00
Lubomir I. Ivanov 1b5415d36a kubeadm-ts-guide: add entry about centos and docker 1.13.87 (#11534)
* kubeadm-ts-guide: add entry about centos and docker 1.13.87

* Copyedit for clarity
2018-12-05 14:36:15 -08:00
Josh Berkus 783226a86f Shanghai ncw post (#11550)
* Blog post about Shanghai NCW.  Submitting for website.

* Update 2018-12-05-new-contributor-shanghai.md

* Update 2018-12-05-new-contributor-shanghai.md

* Added required image credit to NCW Shanghai blog post, since image info doesn't display in the actual blog.
2018-12-05 12:56:53 -08:00
oneoneonepig 91622abbfe Update kubelet-tls-bootstrapping.md (#11547)
* Update kubelet-tls-bootstrapping.md

Typo

* Update kubelet-tls-bootstrapping.md

Capitalize K in Kubernetes
2018-12-05 10:18:50 -08:00
Josh Berkus dc39c23e0e Blog post about Shanghai NCW. Submitting for website. (#11441)
* Blog post about Shanghai NCW.  Submitting for website.

* Update 2018-12-05-new-contributor-shanghai.md

* Update 2018-12-05-new-contributor-shanghai.md
2018-12-05 10:00:14 -08:00
Kaitlyn Barnard 77c39e41df adding grpc post (#11549) 2018-12-05 09:35:24 -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
Nikhita Raghunath 6cab82306e kube-apiserver: remove merge conflict marker (#11543) 2018-12-05 08:33:41 -08:00
Nikhita Raghunath cd04d3ff71 Fix references to patchMergeKey and patchStrategy in types.go (#11546) 2018-12-05 08:19:26 -08:00
Jintao Zhang 1a43f78b63 add default enabled plugin PersistentVolumeClaimResize (#11527)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2018-12-05 06:20:33 -08:00
Pierre-Yves Aillet 037eb2460e #11431 Remove load balance access task (#11518) 2018-12-05 05:03:45 -08:00
Ismail Alidzhikov 11ab628259 Update pod ready++ link (#11525) 2018-12-04 19:35:02 -08:00
Naoki Oketani 218be4010f modified -kubeconfig option to --kubeconfig (#11529) 2018-12-04 19:26:47 -08:00
Babak "Bobby" Salamat 27f5d74234 Fix a typo in pod priority and preemption doc (#11523) 2018-12-04 17:37:21 -08:00
Kaitlyn Barnard c1191dfa10 updated Adform logo (#11507) 2018-12-04 17:32:56 -08:00
Pierre-Yves Aillet 9bd11ab887 Fix coredns link (#11517) 2018-12-04 14:37:44 -08:00
Lucas Käldström 551489f196 kubeadm GA blog post (#11462)
* kubeadm GA blog post

* Change file name and add post metadata

* Update CSS for blog post tables

* More formatting and wording changes

* Change build process to allow for displaying future blog posts

* Add links to command documentation

* Change blog post date and address PR feedback

* More wording updates
2018-12-04 08:44:17 -08:00
yanghaichao12 7408605d04 Fix some grammar errors in custom-resources.md (#11476) 2018-12-04 01:36:24 -08:00
Kaitlyn Barnard 91466122fa 1.13 release blog post (#11501)
* 1.13 blog post

* Update and rename 2018-12-03-kubernetes-1-13-release.md to 2018-12-03-kubernetes-1-13-release-announcement.md

* Update 2018-12-03-kubernetes-1-13-release-announcement.md

* Delete 2018-11-07-grpc-load-balancing-with-linkerd.md
2018-12-03 17:24:11 -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 0c987f419f fix Minikube 404 error. (#11461) 2018-12-02 19:17:02 -08:00
David Somers-Harris 1e933a1a96 replace `run` with `create deployment` (#11392)
* replace `run` with `create deployment`

because `kubectl run` is deprecated

* korean

* removing ko files
2018-11-30 12:51:59 -08:00
Ashish Billore 1fca2fe97e Updated list all pods with -o wide comment (#11394)
Minor updates to the comment of:
// List all pods in plain-text output format and include additional information (such as node name).
$ kubectl get pods -o wide
2018-11-30 07:31:17 -08:00
Pingan d459ee4265 fix broken link for KubeletConfiguration (#11423) 2018-11-30 02:06:59 -08:00
hongkunyoo 28c2089c8d Update on pod-priority-preemption.md (#11418)
* number Pods --> number of Pods
* add comma(,) for clarity.
2018-11-29 20:53:20 -08:00
Zach Corleissen d1df4b6437 Add guidelines for working with localized content (#11415)
Clarify about where to look for specific l10n tasks

More accurate link pointer

Update link for upstream contributions
2018-11-29 19:36:59 -08:00
Kishore Chekuru a81ba11b35 Update what-is-kubernetes.md (#11399)
fat is offensive
2018-11-29 13:28:46 -08:00
chenrui 47d8c9a9fd Remove redundant close tags and little bit formatting (#11389) 2018-11-29 05:28:01 -08:00
Bastian Hofmann f16d26c375 Add SysEleven MetaKube as hosted solution (#11393) 2018-11-29 05:26:27 -08:00
Ashley Schuett 5950336475 update link to CloudProvider Interface (#11228) 2018-11-28 13:56:45 -08:00
Bruno M. Custódio 333f8183f8 Fix the "my-scheduler-as-kube-scheduler" ClusterRoleBinding. (#11112)
Signed-off-by: Bruno Custodio <brunomcustodio@gmail.com>
2018-11-28 08:33:39 -08:00
Zhou Tao 09e07c9f21 fix non-existing "CloudProvider Interface" link (#10953)
minor change, just get 404 error when clicking the url and try to fix it.
2018-11-28 07:53:31 -08:00
Joost Hietbrink 795c418633 Updated ingress.md (#11213)
Typo serivceName.
2018-11-28 07:46:01 -08:00
Avi Deitcher 2067cf868c Further updates to TLS Bootstrapping (#11258)
* Further updates to TLS Bootstrapping

* Further updates
2018-11-28 07:18:57 -08:00
Ashish Billore 3b742cdfd3 Updated 'exec' description (#11365)
Minor updates to 'exec' operation's description, completed it with '.'
2018-11-28 05:20:40 -08:00
Jared 51efca2f76 Blog Issue triage (#11371)
* Blog Issue triage

SIG-Docs decided that we only maintain blog entires <1 year in age. Updating our triage guidelines to reflect this.

* Fix typo, link markup, two misplaced modifiers
2018-11-28 05:10:28 -08:00
Pingan c3e5b565da unneed to use flag --all (#11372) 2018-11-28 04:55:28 -08:00
chenDT bfefb311b9 fix some 404 errors (#11352) 2018-11-27 01:29:22 -08:00
Chao Wang 307ad134ad fix the Feature Gates status (#11339) 2018-11-26 21:49:46 -08:00
Ernesto Hegi 9c53721234 Update expose-intro.html (#11309)
Replaces the word fungible with an easier to read synonym like exchangeable.
2018-11-26 21:16:15 -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
hongkunyoo 28c96996c1 Fix typo on service.md (#11345)
* he --> The
* my-service.prod.svc.CLUSTER --> my-service.prod.svc.cluster.local
2018-11-26 20:51:52 -08:00
zqm19941101 14eb3e0e92 fix typo: controlle->controller (#11342) 2018-11-26 20:34:10 -08:00
Orlando 7c04f85d15 Fix typo on serviceName (#11329) 2018-11-26 17:42:52 -08:00
RA489 b8b71b6845 fix ssh-tunneling link (#11299)
* Update master-node-communication.md

* Update master-node-communication.md
2018-11-26 14:33:51 +08:00
chenrui 95cff3894f Remove comment-out lines and fix closing tag (#11281) 2018-11-25 18:56:31 -08:00
Chao Wang 2dff910ab9 add DynamicAuditing to feature gate document (#11292) 2018-11-26 10:24:02 +08:00
Vladimir Rutsky a628a0595b Fix link on DaemonSet AppArmor loader example (#11288)
It was moved from kubernetes/contrib to kubernetes/kubernetes repository in
c7b70969bc
2018-11-25 18:11:00 -08:00
Joseph Heck 8a7254c0b8 follow up from https://github.com/kubernetes/website/pull/10958 (#11039)
* follow up from https://github.com/kubernetes/website/pull/10958

and a bit of additional example work

Signed-off-by: Joe Heck <heckj@mac.com>

* Update ingress.md
2018-11-24 23:28:46 -08:00
Hongzhi 7ff9425768 The link should refer to the current website (#11171)
Change the link from official site to current site
2018-11-24 18:51:52 -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
Rostislav M. Georgiev 4f675f3052 kubeadm: Warn about overlapping networks (#11225)
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-11-24 08:05:36 -08:00
WanLinghao c23d8f6531 fix a 404 error in kubeadm desription page (#11244) 2018-11-24 07:37:24 -08:00
Avi Deitcher 4d30a79573 Revamp TLS bootstrapping doc (#11181)
* Revamp TLS bootstrapping doc

* Add capitalization, remove Latin abbreviations, clarify intro

* minor intro tweak
2018-11-23 04:53:45 -08:00
RoopSai Krishna f9071fd916 document nodeAffinity field for PersistentVolume (#10617) 2018-11-21 20:43:46 -08:00
Shaw Ho a55ae93c84 Add kube-scheduler secure options usage (#10269) 2018-11-21 19:21:57 -08:00
yanghaichao12 fa7916a469 Fix an error in cloud-providers.md (#11147) 2018-11-20 22:50:36 -08:00
svetkars f4957353b6 Fix links and info about the Rackspace solution. (#11139) 2018-11-20 17:24:34 -08:00
houjun 192c693c0a fix control aspect of PodSecurityPolic to include RunAsGroup (#11108) 2018-11-20 17:01:37 -08:00
Liuduii b5b8539a8e Remove excess Spaces (#11106) 2018-11-20 07:10:46 -08:00
Sunghoon Kang fd6db18d1d Change ReplicaSets example in service networking (#11110) 2018-11-20 06:54:52 -08:00
Kayce Basques 59c4712807 add feedback widget to bottom of docs (#11037) 2018-11-20 05:44:49 -08:00
gparvind db774186b5 yaml code formatting fix for v1.12.0-rc.1 changelog (#11105) 2018-11-19 20:55:24 -08:00
Daniel Bastos 703336cacd Improve overall sentence clearness and understanding (#11102) 2018-11-19 19:34:24 -08:00
Karen Bradshaw 9a34fa470d fix typo ref contrib (#11096) 2018-11-19 17:54:07 -08:00
Qiming d3eaeef3fc Reorder concepts sections (#11032)
Order after this PR:

overview: 20
architecture: 30
containers: 40
workloads: 50
service-networking: 60
storage: 70
configuration: 80
policy: 90
cluster-administration: 100
extend-kubernetes: 110

Closes: #8570
2018-11-19 13:05:13 -08:00
JoeWrightss cc6a7fdc4e fix typo and update punctuation (#11028) 2018-11-19 13:03:29 -08:00
Joseph Heck 486f5d01b0 making list of hosts under TLS more explicit, fixes #11065 (#11066) 2018-11-19 10:23:49 -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
yanghaichao12 07d156a483 Fix some errors in certificates.md (#11075) 2018-11-19 00:35:58 -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
Anastas Dancha 8790759a24 add examples using "rollout" (#10583)
* add examples using "rollout"

since "rolling-update" is deprecated, add example using "rollout"

* better deprecation reference

Referenced version where `rolling-update` was deprecated
Separated `rollout` example into it's own block
2018-11-18 18:36:34 -08:00
Karen Bradshaw 9b1d77e07f clean-up jsonpath additional functions list (#11027) 2018-11-18 18:27:56 -08:00
Benedikt Franke 4f6f159dcb The FlexVolume plugin supports ReadWriteMany depending on the driver (#11014)
I was able to successfully use https://github.com/juliohm1978/kubernetes-cifs-volumedriver to mount a SMB share from multiple nodes. The current docs are misleading, as it is generally possible.
2018-11-18 18:26:08 -08:00
Stig Otnes Kolstad c8050aa0d9 Update scratch.md (#11038)
The files are automatically extracted after downloading in release v1.12.2.
2018-11-18 18:19:23 -08:00
JoeWrightss 1d9698d079 Typo fix "availabe" -> "available" (#11036)
fix "availabe" -> "available" in line 13
2018-11-17 18:20:40 -08:00
Karen Bradshaw f7d235cf64 update ol ul li bullet to disc (#10714)
* update ol ul li bullet to disc

- update ol ul li bullet to disc
- move note out of list so that list numbers are correct
- fix typo

* futher clean-up
2018-11-16 14:38:29 -08:00
Qiming 9d5eae7b79 Rename block entries as workaround for content types (#10625)
As reported by issue #8953, we currently cannot properly handle dots in
the file name for blogs. These dots are causing problems in links for
many pages. This PR renames the blog entries to remove dots in file
names.

Closes: #8953
2018-11-16 14:12:00 -08:00
Joseph Heck fe46040b2e rewrite of ingress (#10958)
* rewrite of ingress

- reset and rewritten to provide more clarity and directness on what
  ingress is and does.

* cleanup from review

- also normalized Ingress -> ingress through-out
2018-11-16 12:37:21 -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
Adam Connelly 2bfdd42aa7 Added documentation about stringData (#10938)
* Added documentation about stringData

I've added some documentation about the stringData field, including a simple example showing how it can be used.

* fixup! Added documentation about stringData

* fixup! Added documentation about stringData
2018-11-16 11:37:48 -08:00
yanghaichao12 c174445858 Fix some errro in kubelet.md (#11010) 2018-11-16 11:34:26 -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
JoeWrightss 1dd231b8c3 fix typo error: Paricipate -> Participate (#11025) 2018-11-16 10:31:17 -08:00
yanghaichao12 3154c260e9 Fix an error in custom-resources.md (#11020) 2018-11-16 10:29:24 -08:00
Jordan Liggitt bcae10b195 Fix vsphere node name docs (#11017) 2018-11-16 10:27:41 -08:00
Will Beason 2c3438919c Fix ResourceQuota doc (#11016)
We don't support multiple ResourceQuota definitions in the same namespace.
2018-11-16 10:25:57 -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
shavidissa a24381103a Minor updates (#11021)
- Added a missing full stop.
- Separated the details on the --type flag under the respective section. 
- Linked to the page on setting up Minikube locally.
- Introduced the VM abbreviation when used for the first time on the page.
2018-11-16 10:22:21 -08:00
hongkunyoo cb88b43438 Adding name arguement in kubeadm-config.yaml (#10948)
In AWS cloud platform, omitting the name while initializing etcd cluster
causes "Couldn't find local name "$HOSTNAME in the initial cluster configuration"

It seems that the etcd tries to find short hostname, not the FQDN hostname.
To avoid this, passing the name explicitly to etcd configuration solved the problem.

[related issue1](https://github.com/coreos/bugs/issues/2054)
[related issue2](https://github.com/kubernetes/kubeadm/issues/653)
2018-11-16 09:16:57 -08:00
Aivars Sterns 7875c40544 Update kubespray.md (#10992)
* Update kubespray.md

Add note about vault discontinuation and upgrade ansible minimal requirements

* fix typo
2018-11-16 07:05:11 -08:00
Rohit Agarwal 41319e8059 Update NVIDIA GPU instructions for GCP (#10970) 2018-11-16 07:02:02 -08:00
shavidissa cfb257146f Copy-edit (#10966)
- The intro section had repeated text on visiting the community page. Refactored this content.
- Minor changes to content.
- Added links to Slack and the SIG docs mailing list.
2018-11-16 07:00:23 -08:00
shavidissa 210b5ddb09 Copy-edit based on the style guide (#11003)
* Copy-edit based on the style guide

Made the following changes:
- Used present tense.
- Removed latin phrases
- {{< tab name=“Content File #1” include=“example1” />}} was not shown as code. Updated it.
- Copy-edited the description for include under Tabs.

* Updated the text based on the comments
2018-11-16 06:31:12 -08:00
Chao Wang e91aba3b45 cleanup k8s101/201 resource left (#11008) 2018-11-15 05:33:54 -08:00
Chao Wang b2c893ee22 fix the display of Downloading Kubernetes title in docs/setup (#11012) 2018-11-15 05:25:03 -08:00
Liuduii f866725ba8 Update 2016-07-00-Cross-Cluster-Services.md (#11009) 2018-11-15 05:00:36 -08:00
hintss ecfdcf643f Fix 3 links that were pointing at blog.kubernetes.io (#10731)
* fix 3 links that were pointing at the old blog URL

* Fix the 4th blog link
2018-11-14 18:01:44 -08:00
nepomucen d69f6b2353 Fix missing selector subcommand (#10982)
For accuracy the second command "kubectl set" in the pipeline under the example`s breakdown should contain subcommand: selector
2018-11-14 17:45:18 -08:00
Jay 3d8f4a2e73 Kubernetes Repository URL HTTPS (#10983) 2018-11-14 17:39:18 -08:00
shavidissa 4f1198c270 Minor change (#10990)
Minor typo: Content template to concept template.
2018-11-14 17:16:48 -08:00
Mumshad Mannambeth d9cfd8b6f3 Add KodeKloud online training for CKAD Preparation course (#10991)
* Add KodeKloud online training

* Add KodeKloud online training
2018-11-14 17:15:14 -08:00
Stéphane Este-Gracias 73190caeca Fix typo (#10993) 2018-11-14 16:14:02 -08:00
Karen Bradshaw ccac3c19b8 clean up conventions toc (#10939)
- clean up toc
- update with a table
2018-11-14 14:59:56 -08:00
Indradhanush Gupta cb8aae1b0d Fix instructions to start minikube with RBAC (#11002)
When starting minikube with
`--extra-config=apiserver.Authorization.Mode=RBAC`, the apiserver
container exits with the following error:

```
error: unknown flag: --Authorization.Mode
```

Starting it with `--extra-config=apiserver.authorization-mode=RBAC`
instead fixes the issue.
2018-11-14 14:34:12 -08:00
Pierre-Yves Aillet 8879db8080 Add Container lifecycle hooks to glossary (#10984)
* Add Container lifecycle hooks to glossary

* Add container definition tooltip

* Fixes after review
2018-11-14 14:28:39 -08:00
Nikhita Raghunath cb11cce55c Update current state of features for custom resources (#10994) 2018-11-14 14:27:09 -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
Pingan f15d772569 Mark rkt as deprecated in kubelet flags(--container-runtime) (#10895) 2018-11-13 17:42:24 -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
Daniel M Barlow 2f3cf662b1 Rename 'Reusing Docker' section (#10885)
May make it easier to see the importance of this section
2018-11-13 17:37:41 -08:00
June Yi 76c65a8418 Use absolute URLs and avoid aliases in the tutorial (#10924) 2018-11-13 17:36:06 -08:00
Chenrui.He 08dd5440d7 To prevent downtime for the api-server, when the two commands are run in far seccession (#10961) 2018-11-13 17:27:24 -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
shavidissa 11b9854296 Corrected a minor issue in linking to Slack (#10967)
The current document had a minor issue: " Ask for sponsorship in the #sig-docs channel on the Kubernetes Slack instance](https://kubernetes.slack.com) "

I am assuming you wanted to link #sig-docs channel on the Kubernetes Slack instance to https://kubernetes.slack.com. Therefore, corrected it.
2018-11-13 17:18:20 -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
Stig Otnes Kolstad 8d8c55a8d5 Disable line wrapping base64 output (#10724) 2018-11-11 17:39:51 -08:00
Clyde D'Souza b17c9018f1 Fixed typo (#10950)
Removed extra parenthesis ')' from linked item.
2018-11-11 17:22:50 -08:00
Liuduii e992177e2c Remove some extra Spaces (#10949) 2018-11-11 17:21:29 -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
Steve Wong f555cbd467 Add VMware Cloud PKS to solutions list (#10900) 2018-11-10 11:35:35 -08:00
Pingan 71656718c9 Remove redundant feature state (#10933) 2018-11-09 09:14:06 -08:00
Bily Zhang 23d434254c Fix typos: functionizing -> functionalizing (#10925)
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-08 11:18:30 -08:00
Cody Clark e74e9394cd Fix numbered lists (#10887)
* Fix numbered lists

* Update hello-minikube.md

* Update hello-minikube.md

* Update hello-minikube.md

* Update hello-minikube.md

* Update hello-minikube.md

* Update hello-minikube.md

* Update hello-minikube.md

* remove redundant note labels
2018-11-08 11:13:04 -08:00
Zach Corleissen c34ef23f3c Add blog post for l10n update (#10874)
* Add blog post for l10n update

Minor tweaks

More minor tweakS

Still more tweaks

Yet more tweaks

typo fix

Add link to Shanghai KC+CNC

Change date to 8 Nov

* Update 2018-11-08-kubernetes-docs-update-i18n.md

* Update 2018-11-08-kubernetes-docs-update-i18n.md
2018-11-08 10:51:39 -08:00
MengZeLee d929d4fff4 Fix wrong parameters (#10905) 2018-11-08 09:48:30 -08:00
bhack 656a8373f0 Update Kompose version (#10908) 2018-11-08 09:47:00 -08:00
TaoBeier cdffeb267f Rename experimental-bootstrap-token-auth to enable-bootstrap-token-auth (#10907)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2018-11-08 09:45:30 -08:00
Karen Bradshaw 80f1d57912 toc clean-up (#10918) 2018-11-08 09:43:55 -08:00
David Xia 6c0d7300d5 Remove redundant "Note:" prefixes (#10920)
Hugo shortcodes already create prefixes as [explained here][1].

  [1]: https://github.com/kubernetes/website/blob/master/content/en/docs/contribute/style/style-guide.md#shortcodes
2018-11-08 04:44:05 -08:00
Silvia Teresa Sandy Martinez 0347d2388f Added feature-gates deprecation guidelines and policy as per discussi… (#10294)
* Added feature-gates deprecation guidelines and policy as per discussion: SIG-architecture meeting

* Update deprecation-policy.md

Fixes and initial feedback incorporated.

* Removed unneeded sentence

Removed complicated sentence that is better phrased one sentence later.

* Incorporated feedback - Sept 22nd.

Re-structured following key ideas from the feedback.

* Fixed nits 7th October

Fixed nits 7th October

* Incorporated feedback Oct 25th

Incorporated 'invocation triggers warning' and what to do when disabling a no-op.

*  fixed "tide"

Announced for completed

* Incorporated feedback from sig docs
2018-11-08 02:57:43 -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
William Morgan 08d0e1b93c add "grpc load balancing on kubernetes without tears" blog post (#10891)
* add grpc load balancing with linkerd blog post

* remove date from filenames

I can follow instructions.

* update links with new date-less paths

* Update grpc-load-balancing-with-linkerd.md
2018-11-07 09:17:10 -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
David Rubin e839031292 Update officially supported client libraries (#10792) 2018-11-06 10:31:11 -08:00
Dennis Schridde 2f395f1ded Fix formatting of Kubernetes Meets High Performance blog post (#10901) 2018-11-06 10:01:52 -08:00
Tim Bannister 07d043b3f1 Fix typos in kubeadm impl details (#10898) (#10899) 2018-11-06 00:08:23 -08:00
Aleks fd7a788fe7 Update HAProxy ingress line (#10794)
* Update HAProxy ingress line

HAProxy Technologies offers support for the free available haproxy ingress controller

* Updated the haproxy wording from feedback

Updated the haproxy wording from feedback of @tengqm

* Remove doc artefacts
2018-11-06 00:01:29 -08:00
Pingan f922e3f2e9 -output -> --output (#10897) 2018-11-05 23:54:35 -08:00
Cody Clark a0b97a3e5d Update tutorial to work with Katacoda, No Install (#10797)
* Update tutorial to work with Katacoda, No Install

* Update hello-minikube.md
2018-11-05 11:31:11 -08:00
Karen Bradshaw 18343eb44b clean-up minikube toc (#10873)
* clean-up minikube toc

- clean-up minikube toc
- clean-up localkube link

* update sub-headers

* added link to kubeadm

- added link to kubeadm
- clean-up link to kubectl config set-context
2018-11-05 10:01:07 -08:00
Cody Clark e0168fd8dc Tutorial cleanup: Delete K8s 101 and 201 (#10786)
* Delete k8s201.md

* Delete k8s101.md
2018-11-05 09:29:14 -08:00
zhangmingld d01b76d080 fix word err in Disruption (#10884) 2018-11-05 06:17:32 -08:00
Wang Bing 15518689c7 Fix typo (#10877) 2018-11-05 03:35:37 -08:00
Juan Vallejo 795de19c07 add note informing users of env var updates (#10819) 2018-11-04 21:45:58 -08:00
Jake Crawford 6d7f27ea45 Fix typo in word repositories (#10883) 2018-11-04 21:32:19 -08:00
MengZeLee 7ebdd661d7 Modified into appropriate words (#10768)
* Modified into appropriate words

* Modified into appropriate words
2018-11-03 04:37:07 -07: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
Robert de Bock 1749327bf1 Describe what file to edit (#10790)
It was not clear where the yaml blob should be saved in. Added a single like that clears up what file to edit.
2018-11-02 10:44:37 -07:00
Pingan eac1cb6d34 remove node condition ConfigOK (#10772) 2018-11-02 10:43:25 -07:00
Iain Foulds b9ffbb1eba Update naming for Azure Kubernetes Service (#10799) 2018-11-01 15:39:53 -07:00
Casey Davenport a9abd82512 Update version of Calico/Canal in kubeadm docs (#10802) 2018-11-01 15:35:01 -07:00
Moonhyuk Choi a9c6b4dba0 Update default 'image-gc-high-threshold' (#10703)
When I check the kubelet option document and actual kubelet config value, default is 85 instead of 90.
2018-11-01 14:03:26 -07:00
Shivam Khandelwal 5c4646c92b Updated broken link to Issue Template (#10781)
This links seems to be broken after the kubernetes/kubernetes#68774 merge.
2018-11-01 13:42:44 -07:00
Zach Corleissen 310576fe00 Allow subfolders to inherit OWNERS from parent folders (#10809)
Remove redundant line for kbarnard10
2018-11-01 13:12:58 -07:00
Andrew Chen 6cd8128475 Fix secondary nav to use Home (#10800) 2018-11-01 05:44:44 -07:00
Andrew Chen 781eb3055a Add back IBM png logo (#10798) 2018-10-31 14:59:22 -07:00
Robin Rakowski 2123433ed7 update to start.md fixing broken links (#10787)
Changed the two previously-broken links in the "Sign the CLA" section of the page to point to current working pages.
2018-10-30 16:54:33 -07:00
Alex Contini 4ef17b6612 svg logo test (#10619)
* Add files via upload

* Update index.html

* Delete ibm_featured_logo.png
2018-10-30 14:35:44 -07:00
Cody Clark a4131ec661
Merge pull request #10759 from shiveshabhishek/typo-fix
Minor typo-fix in 2018-05-29-announcing-kustomize.md
2018-10-30 12:33:13 -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
Sapphire Mason-Brown 034c600993 Correct '--output' flag in cheatsheet (#10758) 2018-10-30 10:02:30 -07:00
KevinTHU 46c75bcf19 need create /etc/docker directory first for adding /etc/docker/daemon.json (#10769)
otherwise there will be an error, and the file /etc/docker/daemon.json will not be added.
2018-10-30 09:57:47 -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
zqm19941101 d698035dfa fix typo (#10771) 2018-10-30 09:47:13 -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
cewuandy 9de1d6eb7e fix docker-cli-to-kubectl.md (#10711)
* fix docker-cli-to-kubectl.md

* remove shortcode toc

* edit kubectl for Docker Users Overview
2018-10-30 09:42:16 -07:00
Gergely Csatari 54279883d4 Adding DANM (#10679)
* Adding DANM

Adding a new item to the list of cluster networking
solutions.

Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>

* Corrections of received comments

for https://github.com/kubernetes/website/pull/10679

Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
2018-10-30 09:34:05 -07:00
Yuexiao Wang 7b183afad4 add case with systemd MountFlags for kubeadm troubleshooting (#10742)
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-10-29 19:25:23 -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
Shivesh Abhishek a96eb2c2ff Minor typo-fix in 2018-05-29-announcing-kustomize.md
Signed-off-by: Shivesh Abhishek <shivesh.abhishek@mayadata.io>
2018-10-29 02:36:15 +05:30
kvaps a2fa50fc9a ltsp post: not officially supported note (#10754)
* add: not officially supported note

* fix: networking explanation
2018-10-27 09:57:14 -07:00
erganzi c3dee1ed7f Update deployment.md (#10748)
fixed a small mistake
2018-10-27 02:22:20 -07:00
Michael 7c21f17cf3 Blog Post: Tips first KubeCon Presentation (Pt. 2) (#10510)
* Blog Post: Tips first KubeCon Presentation (Pt. 2)

Part 2 about experiences from my first KubeCon presentation. Probably delay by 1w before approving.
Pre-review and collaboration with @kbarnard10 and @parispittman.

**Note:** needs fix for the link to part 1 after the first one has been released.

First part PR here: https://github.com/kubernetes/website/pull/10509

* Update Tips-For-First-KubeCon-Presentation-Part-2.MD

* Update and rename Tips-For-First-KubeCon-Presentation-Part-2.MD to 2018-10-26-tips-for-first-kubecon-presentation-part-2.md
2018-10-26 09:33:38 -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
Francois Tur 140b3da098 - remove the mention to survey. It is about to close. (#10735) 2018-10-25 14:55:54 -07:00
Karen Bradshaw 90e5647ce0 Fix typo (#10734) 2018-10-25 14:31:54 -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
Pierre-Yves Aillet 6a812006f0 Add Aggregation Layer to glossary (#10535)
* Add Aggregation Layer to glossary

* Fix after review

* Adjustments after review
2018-10-25 14:04:32 -07:00
Florian Arthofer 84e3e3a7b2 Added link for Dynatrace (#10629)
Added link to Dynatrac k8s monitoring info page
2018-10-25 12:47:08 -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
William Zhang bf9cdf7a60 Enable volume limit feature by default (#10728)
Signed-off-by: William Zhang <warmchang@outlook.com>
2018-10-25 10:17:35 -07:00
李永信 91e8ad433f typo fix about further (#10723)
Signed-off-by: Yongxin Li <yxli@alauda.io>
2018-10-24 06:26:08 -07:00
Martin Hoefling da3fbcf3ed Fix incorrect naming of the flag (#10713)
The flag is called --resolv-conf.
2018-10-23 20:25:18 -07:00
Claudia J.Kang 8eaf56e8f1 Update l10n READMEs link (#10669)
* New link about Localizing Kubernetes Documentation

This commit adds a link about Localizing Kubernetes Documentation in
README.md's Contributing to the docs section.

Fixed : #10485, #10622

Signed-off-by: Claudia J. Kang <claudiajkang@gmail.com>

* Update l10n guide about adding l10n README files.

This commit adds a link process about the l10n README files in
localization.md.

Fixed : #10485, #10622

Signed-off-by: Claudia J. Kang <claudiajkang@gmail.com>
2018-10-23 15:56:57 -07:00
Stephan Fabel 0e46d4682d remove "recommended" from Minikube description (#10701)
Now that there are multiple predictable and stable upstream solutions to deploy Kubernetes, we should not express an opinion as to which one to recommend without also mentioning the reasons for it.
2018-10-23 15:07:36 -07:00
SataQiu 60293a7717 fix some typos (#10704)
* fix some typos

* s/they/there
2018-10-23 15:06:24 -07:00
Jordan Liggitt 6705b17ebc Update instructions for viewing rbac denials in the log (#10674) 2018-10-23 11:30:38 -07:00
Chao Wang 255d95da31 fix a clerical error in audit truncate description (#10651) 2018-10-23 08:44:29 -07:00
Xinzhao Xu e8362f9401 reference: fix dead links in extensible-admission-controllers (#10672) 2018-10-23 08:41:30 -07:00
David T. Crosby 809741c478 Update overview.md (#10665) 2018-10-23 08:39:31 -07:00
W. Trevor King e8e61870c9 content/en/docs/setup/multiple-zones: Fix "pods in some pods" typo (#10664)
The previous version is from cbbf1fa6 (Multizone: docs, 2016-03-16, #140).
2018-10-23 07:34:32 -07:00
Rui Cao 1f1ab6576e Fix typo: assoications -> associations (#10708)
Signed-off-by: Rui Cao <ruicao@alauda.io>
2018-10-23 07:19:32 -07:00
LiuDui d565f7de6a Remove excess Spaces (#10706) 2018-10-23 04:32:44 -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
Yuexiao Wang 1046a70d43 remove redundant for Jaguar (#10694)
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-10-22 18:31:36 -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
Stewart-YU 0b34cec135 update Deployment.md (#10649)
both `extension.vabeta1` and `apps.v1` in deployments, when run `kubectl ` op about `deploy`, we should add apiversion
2018-10-19 13:00:01 -07:00
Michael 940d089d30 Blog Post: Tips first KubeCon Presentation (Pt. 1) (#10509)
* Blog Post: Tips first KubeCon Presentation (Pt. 1)

Part 1 about experiences from my first KubeCon presentation.
Pre-review and collaboration with @kbarnard10 @parispittman.

* Update Tips-For-First-KubeCon-Presentation-Part-1.MD

* Update and rename Tips-For-First-KubeCon-Presentation-Part-1.MD to 2018-10-18-tips-for-first-kubecon-presentation-part-1.md
2018-10-18 13:56:30 -07:00
Chao Wang c9c236c4bf fix the output for rolling back a deployment (#10597) 2018-10-17 23:31:36 -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
Sam Fleming 544e9e4089 Show clusterIP in Services diagrams instead of ServiceIP (#10663)
* Use clusterIP instead of ServiceIP in graphs and documentation

Using ServiceIP instead of clusterIP in images can be confusing when
they're showing the clusterIP.

Since the SVGs are updated, the "Note" is now redundant.

* Update out-dated service diagram PNGs
2018-10-17 17:16:31 -07:00
Karen Bradshaw 5e1579a199 fix glossary entry for quantity (#10653) 2018-10-17 17:13:00 -07:00
kvaps 11e438a270 Blog Post: Network bootable servers farm with LTSP (some fixes) (#10466)
* upd: small changes, bump docker version

* Update 2018-10-02-network-bootable-farm-with-ltsp.md

* add: why not coreos

* add: why not coreos
2018-10-17 17:08: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
Chao Wang d0173320b8 audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
Bob Killen a6b876a9d4 fix kubecon event name in contrib summit blog post (#10640) 2018-10-16 13:29:04 -07:00
Bob Killen f386a59fc8 Add NA contributor Summit Blog Post (#10630)
* add NA contrib summit blog post

* Update 2018-10-16-kubernetes-2018-north-american-contributor-summit.md
2018-10-16 11:58:59 -07:00
AdamDang df90172c3b Update implementation-details.md (#10626) 2018-10-16 00:16:50 -07:00