Guy Templeton
d9b19701c3
Update HPA Algorithm Docs for v1.15 ( #14728 )
...
Also changes a link to algorithm details from initial design proposal in Github.
2019-06-10 19:04:17 -07:00
Lubomir I. Ivanov
2a0f39fb41
kubeadm: update the reference documentation for 1.15 ( #14596 )
...
* kubeadm-ref: update placeholder generated files
* kubeadm-ref: include reset-phase.md document
Also update reset.md to reflect the addition of reset phases.
* kubeadm-ref: update authored content
* kubeadm-ref: remove imports for removed "config upload" commands
* kubeadm-ref: add page for kubeadm upgrade phases
2019-06-10 18:56:15 -07:00
Robert Krawitz
e45144f7e1
Graduate node PIDS limiting to beta ( #14425 )
2019-06-10 18:40:14 -07:00
Babak "Bobby" Salamat
5532ab32c1
Add a user document for the scheduling framework ( #14388 )
2019-06-10 18:38:13 -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
Jim Angel
c22345dc2f
Merge pull request #14496 from MrHohn/svc-lb-finalizer
...
Add a section for service load balancer cleanup
2019-06-10 20:27:39 -05: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
Vallery Lancey
71e69fd1b1
Added explanation of alpha non-preempting PriorityClasses to the "Pod Priority and Preemption" doc. ( #14599 )
2019-06-10 17:54:15 -07:00
M00nF1sh
b495bd1631
promote AWS-NLB Support from alpha to beta ( #14451 )
2019-06-10 17:52:16 -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
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
Zihong Zheng
9e102b5cbf
Add a section for service load balancer cleanup
2019-06-10 17:05:13 -07:00
Lubomir I. Ivanov
b51345a681
kubeadm-setup: update all setup related documents for 1.15 ( #14594 )
2019-06-10 16:18:19 -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
Kevin Taylor
d1bdefd251
VolumeSubpathEnvExpansion Beta Documentation ( #13846 )
2019-06-10 13:07:07 -07:00
Morten Torkildsen
12238578ae
Docs for feature: PDB support for custom resource with scale subresource ( #14519 )
2019-06-10 12:31:08 -07:00
Vladimir Vivien
1ab3957704
CSI Inline Ephemeral Documentation Update ( #14704 )
...
* CSI inline ephemeral ver update in doc
* CSI inline ephemeral feature-gate update
2019-06-10 12:29:10 -07:00
Rostislav M. Georgiev
b1a0711f11
kubeadm: Document new v1beta2 config format ( #14607 )
...
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com >
2019-06-10 12:27:16 -07:00
Jordan Liggitt
fc86f8fef9
Add custom resource quota example ( #14492 )
2019-06-10 12:25:10 -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
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
Jordan Liggitt
3ad640e8bc
Add webhook admission outline ( #14671 )
2019-06-09 21:15:05 -07: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
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
David Ashpole
e7b5f0e9f0
move podresources endpoint to beta ( #14622 )
2019-06-05 22:28:10 -07:00
Fabrizio Pandini
19e9d312ea
kubeadm-1.15-certs-renewal ( #14716 )
2019-06-05 22:20:10 -07:00
Vageesha17
2e73fb64ee
update pod-overview.md ( #14758 )
...
replaced the changed required in #14746
2019-06-05 22:18:10 -07:00
Deep Debroy
6e75d5c4de
Update CSI migration docs with Azure Disk/File details ( #14707 )
...
Signed-off-by: Deep Debroy <ddebroy@docker.com >
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
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