Commit Graph

11321 Commits (b3e3332739ca59377d84a178b6b27b2208b3f28a)

Author SHA1 Message Date
Jingfang Liu b3e3332739 update kubectl "$" format (#13256) 2019-06-10 19:42:16 -07:00
shub-asa1 0c03137180 updated recommend key path for multiple certificates . (#13895)
this is fix for issue #13892 " In certificate-path table, values of recommend key path for certificates are missing."
2019-06-10 19:40:17 -07:00
Xiang Dai d865cc456e Add comment about where to run probe (#13815)
* Add comment about where to run probe

Add comment about where to run probe

Signed-off-by: Xiang Dai <764524258@qq.com>

* Update language

Signed-off-by: Xiang Dai <764524258@qq.com>

* Update language

Signed-off-by: Xiang Dai <764524258@qq.com>

* Update language

Signed-off-by: Xiang Dai <764524258@qq.com>

* fix grammar nits

Signed-off-by: Xiang Dai <764524258@qq.com>
2019-06-10 19:34:15 -07:00
Maya Kaczorowski a905be0ceb Add recommendation to use kms provider (#13264)
* Add recommendation to use kms provider

Add a warning to encrypting secrets documentation that if using a provider with secrets encryption, kms provider is preferred as it materially changes the threat model.

* Update encrypt-data.md

* Update encrypt-data.md

Updated to include kms provider is Beta sice 1.12

* Update encrypt-data.md
2019-06-10 19:30:16 -07:00
zhangqx2010 1e354c5b89 Update persistent-volumes.md (#14811)
Update PersistentVolume description.
2019-06-10 18:36:17 -07:00
fudali b237842659 add related note with pod deleted (#14709)
* feat: add job application has some error and restartPolicy is not Nerver pod will be delete note

* feat: optimize delete pods related suggestion

* Update jobs-run-to-completion.md
2019-06-10 18:34:16 -07:00
Weiliang Li 04f568d3a0 Update control-plane-flags.md (#14729) 2019-06-10 18:16:16 -07:00
Eirik Albrigtsen 9e1dc478a5 add clux/kube-rs client (#14759)
* add clux/kube-rs client

add [clux/kube-rs](https://github.com/clux/kube-rs) to list of
[community-maintained client
libraries](https://kubernetes.io/docs/reference/using-api/client-libraries/#community-maintained-client-libraries)

* reorder
2019-06-10 18:12:15 -07:00
Jakob Jarosch b67e560743 Remove Port Proxy reference (#14769)
The repository is no longer maintained and deprecated
2019-06-10 18:00:18 -07:00
Nicolas Rouquette 9909ef75a0 Updated podpreset.md to reflect changes in #71479 (#14764)
* Updated podpreset.md to reflect changes in #71479

See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#other-notable-changes-3

* Refactored explanation to facilitate localization.
2019-06-10 17:58:15 -07:00
Jarek Strzelecki feda4f90ec Update install-minikube.md (#14776)
Add message displayed when Hyper-V is already installed.
2019-06-10 17:50:15 -07:00
Nabarun Pal 277d206855 Fixes the IP addresses shown in the ip-masq diagram. (#14789)
The diagram can now be edited in draw.io

Issue #13917
2019-06-10 17:48:15 -07:00
Karen Bradshaw ba7f02ea4e fix padding for docs home on nav (#14807)
updated padding for docs home on nav
testing new sass->css, hugo extended
2019-06-10 17:38:15 -07:00
Chaminda Divitotawela 43021880be Update service.md (#14804)
Removed one 'means' from incorrect repeat.
2019-06-10 17:36:17 -07:00
codyc 1b9af9ad50 Federation Remediation Part Deux (#14140)
* first removal of federation

* more fixes
2019-06-10 17:32:15 -07:00
Weidong Cai 8b68f6a968 Add CSI type pv and description of CSI accessMode (#14798) 2019-06-10 16:16:15 -07:00
rptaylor 43ed5b7d25 add link to default admission controllers (#14808) 2019-06-10 16:00:22 -07:00
rptaylor 6a77a5a7c9 recommended admission controllers are enabled by default (#14784)
Since the recommended ones are already enabled by default, they do not need to be explicitly specified with `--enable-admission-plugins`
2019-06-10 07:43:08 -07:00
Marcin Stożek 7e63eb4b84 Add missing logrotate component to logging with streaming sidecar image (#14780) 2019-06-10 07:41:09 -07:00
Jay Pipes 4ac08fcccd improve arch/nodes.md info on Conditions and Allocatable (#14753)
* clarify Conditions section in arch/nodes.md

The field name is `conditions` (plural), so have the section name match
the field name. In addition, updates the JSON output of an individual
Condition to match all the fields returned in k8s 1.14+.

* add information about Allocatable to nodes.md

Since k8s 1.6, a Node object returns information about both the node's
capacity as well as the allocatable resources on the node. The latter is
a representation of the resources that are available for normal pods to
consume.

This patch adds information about capacity vs. allocatable to the
documentation about nodes and provides a link to where the reader can
find more information about reserving compute resources.
2019-06-10 07:39:08 -07:00
Jason Gwartz 1f9786ee50 Fixes PDB rounding docs (percentage as string instead of float) (#14788)
* Clarifies how to set `minAvailable` using a percentage

* Fixes other references to percentages
2019-06-10 20:54:27 +08:00
Jay Beale 8f4fe15e14 Correction: sysctl entries aren't annotations (#14796)
* Correction: sysctl entries aren't annotations 

First, thank you for your work on this documentation. It means so much to so many users. I found that the sysctl documentation linked here explains that sysctl pod security policy entries are in the spec field, not done via annotation. This corrects it, using as much of the original language as possible from the linked sysctl documentation.

* Update pod-security-policy.md
2019-06-10 20:53:41 +08:00
Luc Perkins 654db85168 Use Hugo extended for Sass/CSS (#13113) 2019-06-09 06:31:07 -07:00
rchowson c133a321c7 correct typo in home directory name (#14659)
home directory given as /etc/kuberentes/pki
should be /etc/kubernetes/pki
2019-06-07 19:05:06 -07:00
Dimitri Mitropoulos ce2f47192d small typo: extra verb (#14765) 2019-06-07 19:03:06 -07:00
Rémy Léone 871ba61574 Update bootstrap js because bootstrap 3.3.7 is vulnerable (#14775)
https://snyk.io/vuln/npm:bootstrap?lh=3.3.7&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit
2019-06-07 19:01:08 -07:00
Anthony Dahanne 7fe0d505f0 Fix typo, missing 's' for plural (#14783) 2019-06-07 14:15:57 -07:00
Gasmi Christophe aa96765c94 fix typo and wrong url (#14772) 2019-06-07 01:51:58 -07:00
Amina Waddiz 0fcc348eee docs-fr | concepts | services-networking | ingress (#13742)
* [docs-fr] init ingress.md

* [docs-fr] remove glossary

* [docs-fr] add definitions

* [docs-fr] add ingress spec

* add default backend and ingress types

* fix netlify error for the unfound yaml file

* [docs-fr] add TLS and loadbalancing

* [docs-fr] fix some french typos

* [docs-fr] replace 'équilibreur de charge' with 'load-balancer'

* [docs-fr] fix typo

* [docs-fr] fix french typos and syntax

* Update content/fr/docs/concepts/services-networking/ingress.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/concepts/services-networking/ingress.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/concepts/services-networking/ingress.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/concepts/services-networking/ingress.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/concepts/services-networking/ingress.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/concepts/services-networking/ingress.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/fr/docs/concepts/services-networking/ingress.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* [docs-fr] enhance syntax

* [docs-fr] update load-balancer spec

* [docs-fr] fix broken deployment

* [docs-fr] fix typos
2019-06-06 02:42:11 -07:00
Gasmi Christophe 019c774dd8 Revert "fix typo en/fr (#14749)" (#14750)
This reverts commit 07812a5ac8.
2019-06-06 01:08:13 -07:00
Gasmi Christophe 194a895011 revert on a name translation of card made by mistake (#14751) 2019-06-05 23:48:12 -07:00
Tim Bannister 86e0bef076 New upstream commit for code of conduct (Spanish) (#14631) 2019-06-05 23:20:13 -07:00
Rajesh Deshpande 6b9fd618b2 Adding example to show labels in POD yaml (#14439)
* Adding example to show labels in POD yaml

This page talk about labels and its usage. Also it talk about syntax for specifying labels. But it does not show how we can have labels in resource manifest. So with this PR i am adding example which shows that how we can have labels in pod manifest.

* Changes to resolve review comments

Changes to resolve review comments
2019-06-05 22:58:10 -07:00
André Martins 0e146f8df5 setup/independent: fix cilium installation guide for kubeadm (#14411)
Signed-off-by: André Martins <aanm90@gmail.com>
2019-06-05 22:56:10 -07:00
Rajesh Deshpande 1646be8def Adding annotation example (#14440)
* Adding annotation example 

Adding example to show how annotation looks like in manifest.  This will help users to understand where exactly we can use the annotations whose details are already given on this page. Annotation `imageregistry: https://hub.docker.com/`  used intentionally to make it more relevant as earlier section talk about registry address  annotation.

* Resolving review comments

Resolving review comments
2019-06-05 22:54:09 -07:00
Seth 7166553e72 Rs rollingupdate (#14462)
* Redirect to Deployment docs

* Redirect to Deployment docs

* change using to use

* typo

* fix extra file

* line wrap Deployment
2019-06-05 22:52:10 -07:00
Tim Bannister 5f7feacb32 Emphasize that cluster API v1 is deprecated (#14461) 2019-06-05 22:50:10 -07:00
Seth 11194bcd86 Update link and standardize language (#14482) 2019-06-05 22:40:11 -07:00
Casey Davenport 6c85c9c478 Update Calico to v3.7 (#14501) 2019-06-05 22:38:10 -07:00
Tim Bannister 7fef09fee1 Explain motivation for RuntimeClass (#14490) 2019-06-05 22:36:10 -07:00
Tim Bannister 7289483c7d Update “Autoscale the DNS Service in a Cluster” (#14525)
* Mark code blocks for syntax highlighting

* Use glossary tooltips where appropriate

* Reword DNS horizontal autoscaling task

- Mention that addons manager is deprecated
- Use unordered list for “What's next”

* Note AMD64 instruction set assumption

* Update to more recent cluster-proportional-autoscaler

Based on sample configuration in https://raw.githubusercontent.com/kubernetes/kubernetes/beba9921aa1a73431bf322ffa17df6b2aa314b0c/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml
2019-06-05 22:34:09 -07:00
Jinhua Tan ba2dc02c77 Translate docs/tasks/configure-pod-container/attach-handler-lifecycle-event in Chinese (#14605)
* Add zh/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md
Add zh/examples/pods/lifecycle-events.yaml

Translate zh/includes/task-tutorial-prereqs.md to chinese

* Apply suggestions from code review

Thanks for tengqm's review

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* Apply suggestions from code review

Thanks for tengqm's help again

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* Modify the order of text in markdown format

* Unified translation into 处理函数
2019-06-05 22:28:10 -07:00
Vageesha17 2e73fb64ee update pod-overview.md (#14758)
replaced the changed required in #14746
2019-06-05 22:18:10 -07:00
Supriya Sirbi 1aae32870d Issue #14703 - Update Images.md (#14757) 2019-06-05 22:16:11 -07:00
Supriya Sirbi fd6ec9bdb5 Update guestbook-logs-metrics-with-elk.md (#14755) 2019-06-05 22:14:10 -07:00
silenceshell 64d61cf283 fix markdown format (#14756)
![screenshot](https://silenceshell-1255345740.cos.ap-shanghai.myqcloud.com/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202019-06-06%20%E4%B8%8A%E5%8D%8811.08.13.png)
2019-06-05 22:12:11 -07:00
Timoses ac3e49b771 Kubespray supports Custom VM and BareMetal (#14717)
Kubespray supports Custom (On-premises VMs) & Custom (Bare Metal). 

https://kubespray.io states:

> Can be deployed on AWS, GCE, Azure, OpenStack, vSphere, Packet (bare metal), Oracle Cloud Infrastructure (Experimental), or Baremetal
2019-06-05 18:42:11 -07:00
Jay Pipes cbbaf04e72 use glossary defs in overview/components.md (#14721)
This patch promotes re-use of the existing kube-proxy glossary
definition by referencing it from overview/components.md. Similarly, we
move the definition of Container Runtime into a new glossary definition
so that other pages may refer to it.
2019-06-05 18:32:12 -07:00
Carlone c19c669c7c Fix typo in limit-range.md. (#14730) 2019-06-05 18:28:12 -07:00
Marko Mudrinić cdc2ccff40 Add KubeOne as AWS turnkey solution (#14737) 2019-06-05 18:00:13 -07:00