Commit Graph

2638 Commits

Author SHA1 Message Date
Kubernetes Prow Robot c2f183b357
Merge pull request #27494 from SergeyKanzhelev/revert-25733-patch-1
Revert "update container-lifecycle-hooks.md for third hook handler i,.e. TCP"
2021-04-09 22:49:09 -07:00
Sergey Kanzhelev 0db9ae6f52
Revert "update container-lifecycle-hooks.md for third hook handler i,.e. TCP" 2021-04-09 13:36:25 -07:00
Han Kang c5bab50caf add back the link to stable metrics list 2021-04-08 14:21:36 -07:00
Tim Bannister ff6aa6e3b4 Mention API extensibility as a front-page feature
Kubernetes has really good options for extending and customizing its
behavior. Mention these right on the front page.
2021-04-08 21:57:13 +01:00
Tim Allclair 0c988b2dcb Correct dockershim runtime handler support 2021-04-07 15:49:24 -07:00
Qiming Teng 108149fa2f Add WebhookAdmission reference
This is a reference for WebhookAdmission config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

```shell
./genref -include apiserver-webhookadmission
```
2021-04-07 09:13:47 +08:00
Tim Bannister 965aa51daf Merge master into dev-1.21 to keep in sync, plus latest API reference
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Kubernetes Prow Robot 7841e9e509
Merge pull request #26725 from cristiklein/patch-1
Change to inclusive naming
2021-04-05 17:39:19 -07:00
Kubernetes Prow Robot dfaf833582
Merge pull request #27377 from sftim/20210401_namespace_default_label_name_tweaks
Improve docs for NamespaceDefaultLabelName
2021-04-05 08:09:14 -07:00
Tim Bannister c9ca131355 Tidy docs about EndpointSlice & related features
Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>
2021-04-05 15:53:21 +01:00
Kubernetes Prow Robot 7f2b282dbe
Merge pull request #26602 from tengqm/kube-scheduler-policy-config
Add reference doc for kube-scheduler policy
2021-04-03 10:02:12 -07:00
Kubernetes Prow Robot 8b45d0f687
Merge pull request #27346 from luolanzone/antrea
add antrea in network addon list
2021-04-01 20:22:12 -07:00
Qiming Teng 4d20ce5b29 Add reference doc for kube-scheduler policy
This is a reference for kube-scheduler policy config generated from
kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

```
./genref --include kube-scheduler-policy-config
```
2021-04-02 10:57:58 +08:00
Kubernetes Prow Robot 065cbfb9d0
Merge pull request #26596 from tengqm/kube-scheduler-config
Kube scheduler config
2021-04-01 18:48:11 -07:00
Tim Bannister 0bfff0bc5c Remove statement about the future 2021-04-01 21:43:48 +01:00
Tim Bannister 6c935b6f90 Improve docs for NamespaceDefaultLabelName 2021-04-01 21:43:47 +01:00
Qiming Teng ce76e0f875 Add reference for kube-scheduler config 2021-04-01 21:58:58 +08:00
Qiming Teng 79845b0c4a Add kubelet config reference
This is a reference for kubelet config generated from
github.com/tengqm/genref tool using the following command:

./genref -include kubelet-config
2021-04-01 21:53:14 +08:00
Luo Lan c8d20ea228 update antrea link based on review comment 2021-04-01 21:31:22 +08:00
Kubernetes Prow Robot ec6d03d84d
Merge pull request #26595 from tengqm/kube-proxy-config
Add kube-proxy config reference
2021-04-01 01:33:21 -07:00
Kubernetes Prow Robot 5f3e13e820
Merge pull request #27341 from kbhawkey/fix-replication-controll-text
fixup rc text
2021-03-31 17:31:21 -07:00
Qiming Teng 0d7d7470dd Add kube-proxy config reference
This is a reference for kube-proxy config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

./genref -include kube-proxy
2021-04-01 08:26:17 +08:00
Kubernetes Prow Robot 8cadfc4ffd
Merge pull request #27088 from maplain/service-internal-traffic-policy
Add documentation for Service InternalTrafficPolicy
2021-03-31 16:51:21 -07:00
Kubernetes Prow Robot bfa3449b05
Merge pull request #27032 from robscott/topology-aware-hints
Adding documentation for Topology Aware Hints
2021-03-31 16:49:21 -07:00
Rob Scott b9ec368cfc
Adding documentation for Topology Aware Hints 2021-03-31 15:28:48 -07:00
Fangyuan Li 66cb8f917d Add documentation for Service InternalTrafficPolicy 2021-03-31 15:24:07 -07:00
Kubernetes Prow Robot 5fac89acb0
Merge pull request #27093 from pacoxu/init-container/behavior
init container image change or container GC will not restart Pod sinc…
2021-03-31 11:35:21 -07:00
Tim Bannister eea1c895ac
Reinstate missing word 2021-03-31 19:31:02 +01:00
Rey Lejano f03e3aca62 follow up csi migration of cinder vol plugin in PR 26992 2021-03-31 09:04:37 -07:00
Kubernetes Prow Robot 1c42751367
Merge pull request #26992 from jsafrane/cinder-migration-on
CSI migration of Cinder volume plugin is on by default
2021-03-31 07:49:02 -07:00
Kubernetes Prow Robot c8acfdd5fb
Merge pull request #27092 from XudongLiuHarold/add-service-loadbalancer-class
Add documentation for Service LoadBalancerClass
2021-03-31 07:41:01 -07:00
Francesco Romani b4f485a6b0
Actualize podresources 1.21 (#27203)
* Actuallize podresources description

This commit updates description according to
https://github.com/kubernetes/enhancements/pull/1884

Update content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Signed-off-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>

* podresources: document the new feature gate

Signed-off-by: Francesco Romani <fromani@redhat.com>

* device plugins: add clarifications after review

- fix the AllocatableResourcesResponse comment
- describe the NUMA ID and explain the meaning of the field.

Signed-off-by: Francesco Romani <fromani@redhat.com>

Co-authored-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-31 04:39:00 -07:00
Luo Lan ae1650b2db add antrea in network addon list 2021-03-31 15:28:47 +08:00
Karen Bradshaw fe2f1e2da6 fixup rc text 2021-03-30 21:03:57 -04:00
Tim Bannister c3af732d1a Fix docs for volume health monitoring 2021-03-31 00:53:04 +01:00
Kubernetes Prow Robot fd721b8e95
Merge pull request #26970 from jiahuif/feature/leader-migration/task
(KEP-2436) Task: Controller Manager Leader Migration
2021-03-30 15:30:58 -07:00
Indeed 063edc95c7 add link to leader migration
to the "cloud controller manager" concept.
2021-03-30 13:41:41 -07:00
xing-yang 05cae37d56 Add doc for volume health monitoring 2021-03-30 16:12:07 +00:00
Morten Torkildsen d341b96fb3 Promote Pod Disruption Budgets to GA 2021-03-29 19:58:50 -07:00
Kubernetes Prow Robot aea393a0d0
Merge pull request #27070 from swetharepakula/eps-ga-docs
EndpointSlice API GA Doc Updates for 1.21
2021-03-29 15:49:56 -07:00
Kubernetes Prow Robot 87852360b3
Merge pull request #26723 from hbagdi/ingress-class-namespaced-params
Ingress class namespaced params
2021-03-29 11:23:57 -07:00
pacoxu ed7c4e7046 init container image change or container GC will not restart Pod since 1.20
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-03-29 17:19:56 +08:00
Kubernetes Prow Robot b8a717edf1
Merge pull request #27083 from soltysh/cronjob_ga
Update docs for CronJob GA
2021-03-28 23:08:44 -07:00
Xudong Liu fcfcc73a00
Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-28 21:35:41 -07:00
Xudong Liu 469b890e6c
Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-28 21:35:31 -07:00
Xudong Liu 81b8394561
Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-28 21:35:20 -07:00
Xiaopeng Han ecede1568a
update the correct operator link
The original link of `operator pattern` is a meaningless page. This commit updates the link to the correct `operator pattern` page.
2021-03-29 11:54:32 +08:00
Jihoon Seo 194fe99532 Update concepts/storage/volumes.md 2021-03-29 10:45:02 +09:00
Harold 3c1216c7ce Add detail documentation for service LoadBalancerClass 2021-03-27 18:01:42 -07:00
Kubernetes Prow Robot 279bf48616
Merge pull request #27143 from allcentury/patch-1
update assign-pod doc
2021-03-27 02:52:43 -07:00
Kubernetes Prow Robot 2d568916a9
Merge pull request #27101 from mengjiao-liu/update-rdb-link
[en] update volume rdb `Rados Block Device` link
2021-03-27 02:14:43 -07:00
Kubernetes Prow Robot 2d31364e3c
Merge pull request #26920 from SergeyKanzhelev/nameAsIdentifier
added note about the name being an identifier
2021-03-27 01:52:43 -07:00
Kubernetes Prow Robot 2fd1799846
Merge pull request #27242 from PI-Victor/merged-master-dev-1.21
Merge master into dev-1.21
2021-03-26 16:18:44 -07:00
Kubernetes Prow Robot d90858eacd
Merge pull request #26739 from ahg-g/ahg-pod-cost
ReplicaSet pod-deletion-cost annotation
2021-03-26 14:54:43 -07:00
Victor Palade ca046d9b1f Merge master into dev-1.21 to keep in sync 2021-03-26 21:29:52 +01:00
Maciej Szulik dba902447c
Update docs for CronJob GA 2021-03-26 16:51:42 +01:00
Kubernetes Prow Robot 3db583a9cd
Merge pull request #25733 from leventogut/patch-1
update container-lifecycle-hooks.md for third hook handler i,.e. TCP
2021-03-26 07:06:44 -07:00
Kubernetes Prow Robot 7f5b5b22dd
Merge pull request #26498 from max-cx/patch-2
Update control-plane-node-communication.md
2021-03-26 04:38:43 -07:00
Kubernetes Prow Robot 7956668252
Merge pull request #26473 from kakarotbyte/patch-1
Update service.md
2021-03-26 04:36:43 -07:00
Kubernetes Prow Robot ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
clean up use of word: just
2021-03-26 04:34:43 -07:00
Harry Bagdi 80391efa7e KEP-2365: documentation for namespace-scoped parameters reference 2021-03-26 13:34:46 +05:30
Kubernetes Prow Robot c9916c8713
Merge pull request #26675 from pacoxu/kubeadm/dual-stack
Kubeadm/dual stack support in 1.21
2021-03-25 22:08:44 -07:00
Jihoon Seo df3eabc37c
Fix line separation in concepts/architecture/nodes 2021-03-26 11:39:58 +09:00
pacoxu 5a6c4244c4 Add docs for dual-stack via kubeadm: examples
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-26 10:25:43 +08:00
David Porter b222a13525 Update graceful node shutdown beta docs 2021-03-25 18:05:32 -07:00
Kubernetes Prow Robot 3a13282d77
Merge pull request #27069 from YoyinZyc/update-metric-doc
Update doc for metric cardinality and disabled metric
2021-03-25 16:27:49 -07:00
Mike Dame 9ad6f7a17f Add documentation for LogarithmicScaleDown featuregate 2021-03-25 15:36:16 -04:00
yoyinzyc b07e515787 update the doc for disabled_metric(#99217) and metric_cardinality_enforcement(#99385) 2021-03-25 10:50:46 -07:00
Kubernetes Prow Robot d53aef4047
Merge pull request #26801 from pohly/generic-ephemeral-volumes-beta
generic ephemeral volumes: beta
2021-03-25 06:59:30 -07:00
Kubernetes Prow Robot 502742296d
Merge pull request #26730 from cezaryzukowski/dev-1.21
The Memory Manager official documentation
2021-03-25 04:51:30 -07:00
Swetha Repakula 02afb71016 Update EndpointSlice Docs
* Deprecate `endpointslices.discovery.k8s.io/v1beta1`
 * Removes `content/en/docs/tasks/administer-cluster/enabling-endpointslices.md`
 and redirects requests to that page to
 `content/en/docs/concepts/services-networking/endpoint-slices.md`
2021-03-24 14:48:02 -07:00
Akihito INOH b81f63776e Fix errors by linkchecker.py
This commit fixes errors which are shown by linkchecker.py on en/docs/*.
2021-03-24 13:41:56 +09:00
Patrick Ohly 4021005745 generic ephemeral volumes: beta
The feature is scheduled for becoming beta in 1.21.

In addition, the commit addresses some of the review feedback.
2021-03-23 18:23:58 +01:00
Abdullah Gharaibeh 290a652991 Docs for pod deletion cost feature 2021-03-23 11:41:49 -04:00
Adhityaa Chandrasekar cd61594559 job.md: add section on suspended jobs
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2021-03-23 14:13:17 +00:00
Cezary Zukowski 5927f96029 The Memory Manager official documentation
Signed-off-by: Cezary Zukowski <c.zukowski@samsung.com>
2021-03-23 08:35:20 +01:00
Ricardo Katz d0544c2f64
Default Namespace labels (#26995)
* Adds namespace default label docs

* Adds namespace default label docs

* Apply suggestions from code review

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Add feature gate page review

* Add common labels review

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-22 15:35:35 -07:00
Kubernetes Prow Robot fddac2d84d
Merge pull request #26993 from damemi/dev-1.21-random-downscale
Add description of replica controller scaledown sort logic
2021-03-22 09:49:44 -07:00
Anthony Ross 7be3cdcc91
update assign-pod doc
General grammar and spelling fixes.
2021-03-19 10:19:43 -07:00
Cristian Klein c5e0cc66d8
Update content/en/docs/concepts/overview/components.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-18 21:10:04 +01:00
pierre villard d0645e2384
Update control-plane-node-communication.md
Kubernetes Service is located on Default namespace. Not in all nespaces
2021-03-18 15:58:06 +01:00
Rey Lejano 9d56683e8b Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 3/17/21
Fixed merge conflict with /docs/reference/command-line-tools-reference/kube-apiserver.md and preferred master
2021-03-17 21:29:04 -07:00
mengjiao.liu 5ae7283deb update volume rdb `Rados Block Device` link 2021-03-18 10:27:24 +08:00
Kubernetes Prow Robot 7afd404212
Merge pull request #26818 from andyzhangx/azurefile-migration-dev1.21
Update Azure file feature gates for 1.21 beta
2021-03-17 17:53:19 -07:00
Kubernetes Prow Robot 014e124b48
Merge pull request #26799 from umohnani8/cri
Update docs for CRIContainerLogRotation
2021-03-17 17:51:19 -07:00
Karen Bradshaw 3ff5ec1eff clean up use of word: just 2021-03-17 19:57:40 -04:00
Mike Dame 10162f7776 Add description of replica controller scaledown sort logic 2021-03-17 16:41:30 -04:00
Kubernetes Prow Robot 70dd1479ad
Merge pull request #26484 from max-cx/patch-1
Update nodes.md
2021-03-17 13:21:19 -07:00
Urvashi Mohnani 4cff5d40c7 Update docs for CRIContainerLogRotation
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
2021-03-17 10:04:45 -04:00
Kubernetes Prow Robot bfb10f4d5e
Merge pull request #26958 from alculquicondor/indexed-job
Documentation for Indexed completion mode
2021-03-17 06:24:56 -07:00
Andy Zhang b1ed2166e7
Update volumes.md 2021-03-17 15:03:33 +08:00
Sergey Kanzhelev 607e086ffd converted Node to a separate section 2021-03-17 06:26:30 +00:00
Sergey Kanzhelev eb4b67d8a2
Update content/en/docs/concepts/overview/working-with-objects/names.md
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2021-03-16 23:22:10 -07:00
Aldo Culquicondor 552566fcfa Documentation for Indexed completion mode
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2021-03-16 16:54:44 -04:00
Kubernetes Prow Robot 3773ed06a1
Merge pull request #26805 from smarterclayton/beta_metrics
Mark scheduler pod resource metrics as beta
2021-03-16 13:46:42 -07:00
Kubernetes Prow Robot 6565ae6c90
Merge pull request #26991 from dec5e/patch-1
Update the note ragarding matchLabels vs matchExpressions in the Deployment document
2021-03-15 12:14:34 -07:00
Kubernetes Prow Robot ab2d1fb8b3
Merge pull request #27066 from Shegox/patch-1
clarify: add that binaryData is base64-encoded
2021-03-15 11:19:05 -07:00
Tobias 69172dfd8e
clarify: add that binaryData is base64-encoded 2021-03-15 15:38:29 +01:00
pacoxu 9c7c311ec2 correct the version of beta annotation for storage 2021-03-15 13:27:51 +08:00
Kubernetes Prow Robot 885daa22bf
Merge pull request #26646 from jailton/en/concepts/storage
Fix content/en/docs/concepts/storage/volumes.md
2021-03-14 14:49:05 -07:00
Jailton Lopes 3f6343225d
Rewriting the description in the background section of how the volume behaves when a pod ceases to exist.
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-03-13 23:03:21 -03:00
ChandaniM123 f4dee4c08b Merge remote-tracking branch 'upstream/master' into dev-1.21 2021-03-12 18:13:48 -05:00
Kubernetes Prow Robot be14fc367d
Merge pull request #26800 from pohly/storage-capacity-beta
storage capacity: beta
2021-03-11 17:48:18 -08:00
Sergey Kanzhelev 40950997be
Update content/en/docs/concepts/architecture/nodes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-11 17:19:23 -08:00
Jan Safranek f7e5f7cae0 CSI migration of Cinder volume plugin is on by default
Document that OpenStack Cinder CSI migration is enabled by default in
Kubernetes 1.21 and that corresponding CSI driver must be installed.
2021-03-10 17:34:06 +01:00
Andrei Artemov 4919d66afc Update the note ragarding matchLabels vs matchExpressions in the Deployment document 2021-03-10 15:58:10 +02:00
Kubernetes Prow Robot 9beb46d8c0
Merge pull request #26676 from chenxuc/master
Update operator page to list tools in alphabetical order
2021-03-09 17:59:13 -08:00
Qiming Teng 285986acda Fix section order under scheduling-eviction 2021-03-09 09:16:03 +08:00
Clayton Coleman f2464dcc5f
Mark scheduler pod resource metrics as beta
They will be part of 1.21 as beta stability.
2021-03-08 16:18:28 -05:00
Kubernetes Prow Robot 31c5e7bce2
Merge pull request #26826 from bridgetkromhout/1.21-563
Promote IPv4/IPv6 dual-stack support to Beta
2021-03-08 13:15:00 -08:00
Kubernetes Prow Robot 0b32f897b2
Merge pull request #26820 from ahg-g/nss
Document Pod affinity namespaceSelector
2021-03-08 11:09:00 -08:00
Kubernetes Prow Robot 6d15d0d011
Merge pull request #26661 from adrianludwin/image-pull-policy
Better document default imagePullPolicy behaviour
2021-03-08 00:15:45 -08:00
Abdullah Gharaibeh 07c5dbcbca Docs for pod affinity namespace selector and pod affinity corss-namespace quota scope. 2021-03-07 19:07:31 -05:00
Andy Zhang 1e77a684c2
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-07 21:28:40 +08:00
Sergey Kanzhelev 7a5da05b95 add inconistency message to Nodes page as well 2021-03-06 07:15:20 +00:00
Sergey Kanzhelev 6c60620ad4 added note about the name being an identifier 2021-03-06 06:42:50 +00:00
Victor Palade 70096affc5 Merge remote-tracking branch 'upstream/master' into dev-1.21 2021-03-05 17:05:24 +01:00
Kubernetes Prow Robot afedddbfa6
Merge pull request #26850 from Alan-Cha/master
Fix GitHub capitalization
2021-03-05 05:06:21 -08:00
Bridget Kromhout 99e46a58b4
Clarifying dual-stack as default in 1.21.
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-03-05 03:49:15 -06:00
Kubernetes Prow Robot 35e74c709d
Merge pull request #25460 from gavinfish/EnableAggregatedDiscoveryTimeout
Remove legacy feature gate EnableAggregatedDiscoveryTimeout for Aggregation layer
2021-03-04 17:16:21 -08:00
Tim Bannister 7d5cd32070 Tidy documentation on NetworkPolicy endPort field 2021-03-04 23:01:53 +00:00
Kubernetes Prow Robot 60935ce8cc
Merge pull request #26714 from rikatz/endport-netpol
Add netpol endport documentation
2021-03-04 14:58:22 -08:00
Alan Cha d717167e8b
Fix GitHub capitalization 2021-03-04 17:14:41 -05:00
Joe Marty 21b1e83147
Clarify sources of voluntary disruptions
See issue #22391
2021-03-04 09:54:52 -06:00
Patrick Ohly f5aaf40e88 storage capacity: beta
After the promotion to beta in 1.21, enabling the feature is easier
and mostly just depends on the CSI driver deployment.
2021-03-04 08:26:22 +01:00
Bridget Kromhout 31777fa6b5
Update to indicate dual-stack move to beta in 1.21
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-03-03 21:28:15 -06:00
Bridget Kromhout d8aa7224dd
Update content/en/docs/concepts/services-networking/dual-stack.md
Clarifying how to disable the dual-stack feature when necessary.

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-03 21:14:07 -06:00
Bridget Kromhout 3e7055c27f
Docs update for enhancement 563, release 1.21.
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-03-03 17:52:58 -06:00
andyzhangx 0d3e8f4a71 Update Azure file feature gates for 1.21 beta 2021-03-03 13:32:00 +00:00
Geoffrey Cline 5ead4bf8e8 revise docs for service DNS 2021-03-02 20:08:14 +00:00
Kubernetes Prow Robot b7454141d4
Merge pull request #26652 from MichaelWasher/container-environment
Update container-environment.md with fix about service environment variables not being cluster-wide
2021-03-02 01:13:20 -08:00
Kornel Bicskei a3986feedd
Update documentation for AWS ELB
Add more details on the mechanics of security group annotations as incorrect use could potentially cause an outage.
2021-03-01 21:05:35 -08:00
Ricardo Pchevuzinske Katz 77f868eb13 Add featuregate documentation and correct some doc suggestion 2021-03-01 17:43:31 -03:00
Adrian Ludwin d2239f3d7a Better document default imagePullPolicy behaviour
The `imagePullPolicy` field is set automatically based on the image tag
if it's initially omitted, but it is not updated if the image tag later
changes. This can lead to [confusing
behaviour](https://itnext.io/defaults-are-hard-kubernetes-deployment-edition-3b11095792f2).
This change attempts to warn users of this potential pitfall.
2021-03-01 14:40:03 -05:00
Naoki Oketani 5b29859b33 chore: fix invalid location.hash 2021-03-01 22:20:38 +09:00
Kubernetes Prow Robot d54500d55d
Merge pull request #25918 from slashr/master
Replaced deprecated ReplicationController with JobController
2021-02-27 19:20:38 -08:00
Kubernetes Prow Robot 451eb86491
Merge pull request #25541 from hezhizhen/patch-2
Fix syntax error
2021-02-27 19:18:38 -08:00
Kubernetes Prow Robot 903ee369b2
Merge pull request #26119 from neha-viswanathan/25833-migrate-page
Migrate https://kubernetes.io/docs/concepts/cluster-administration/certificates/ to tasks section
2021-02-27 18:26:38 -08:00
Zhizhen He 909dba3bb2
Refine the sentence 2021-02-28 10:23:54 +08:00
Kubernetes Prow Robot 7d051f9a09
Merge pull request #25459 from amyXia1994/patch-1
Update secret.md
2021-02-27 17:52:38 -08:00
Kubernetes Prow Robot e1acd19b60
Merge pull request #26741 from ChandaniM123/merged-master-dev-1.21
Merge master into dev-1.21 - 2/26/21
2021-02-27 16:48:39 -08:00
ChandaniM123 65de0bda77 Merge remote-tracking branch 'upstream/master' into dev-1.21 2021-02-26 20:30:32 -05:00
Ricardo Katz c0bb986cd6
Add review suggestions
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-02-26 17:34:57 -03:00
Abdullah Gharaibeh 05e03289a9 ttlafterfinish to beta 2021-02-26 14:52:47 -05:00
Cristian Klein 79113f3f68
Change to inclusive naming
See https://inclusivenaming.org/ on why "multi-master" should be avoided.
2021-02-26 10:32:30 +01:00
Kubernetes Prow Robot 18f3eae6ef
Merge pull request #26707 from veyu/patch-2
Clarify syntax requirements for label value
2021-02-25 13:36:16 -08:00
Ricardo Pchevuzinske Katz a799505a5e Add netpol endport documentation before release 2021-02-25 14:37:40 -03:00
Neha Viswanathan 41220636ec Migrate https://kubernetes.io/docs/concepts/cluster-administration/certificates/ to tasks section 2021-02-24 18:33:38 -08:00
Kubernetes Prow Robot 58aef59d6c
Merge pull request #26097 from alculquicondor/patch-1
Remove indication that a failed scheduling attempt removes the Pod
2021-02-24 17:41:25 -08:00
veyu bd55d498df
Clarify requirements for label value syntax 2021-02-24 18:58:22 +01:00
Michael Washer 4875e21a48 Resolve Control Plane misnaming 2021-02-24 16:00:18 +13:00
chenxuc 9548c08e17 List operator tools in alphabetical order
This is to update operator web page to
list operator tools in alphabetical order as well as other
minor improvements.
2021-02-23 18:26:00 +08:00
Michael Washer 89d90304c6 Update container-environment.md with fix about service environment variables not being cluster-wide 2021-02-21 18:14:06 +13:00
Will Hanstedt d042a1a687
Fix broken link
Attempt to resolve issue #26641. Redirected the "CoreOS' original article" link to an archived version of the article.
2021-02-20 23:57:53 -05:00
Zhizhen He 682d3c2550
Rephrase the sentence 2021-02-20 16:47:02 +08:00
Kubernetes Prow Robot 0f455192c1
Merge pull request #26630 from reylejano/merged-master-dev-1.21
Merge master into dev 1.21 - 2/19/21
2021-02-19 16:39:41 -08:00
Jailton Lopes 1077ed896f
Add glossary tooltip for “API server” to Resource Quotas concept
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-19 17:42:50 -03:00
Rey Lejano 736139e3e7 Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 2/19/21 2021-02-19 12:23:22 -08:00
Tim Allclair f65f808fb2 Mark PSP deprecated in the docs 2021-02-16 16:39:43 -08:00
Tim Allclair 6645f390f6 Remove "defalut" from the baseline policy name 2021-02-16 11:36:36 -08:00
Xianglin Gao 0ac2e87d87
Update flow-control.md
tiny for how to enable flowcontrol.apiserver.k8s.io/v1alpha1
2021-02-14 16:35:35 +08:00
Kubernetes Prow Robot 17660852a8
Merge pull request #26491 from asoorm/patch-1
Tyk Operator list of 3rd party ingress controllers
2021-02-13 19:41:04 -08:00
Max Leonov 9101931018
Update control-plane-node-communication.md
minor edits to improve readability
2021-02-13 19:58:37 +01:00
Kubernetes Prow Robot fdcda624b3
Merge pull request #26474 from shahincsejnu/master
fixed some typos and grammatical mistakes
2021-02-13 08:03:05 -08:00
Sahadat Hossain ee8e67ce9a
Update controlling-access.md 2021-02-13 17:18:20 +06:00
Ahmet Soormally 4e8a898912
Tyk Operator list of 3rd party ingress controllers
One more ingress Controller to add to the list of 3rd party Ingress providers.
2021-02-13 09:42:00 +00:00
Kubernetes Prow Robot 12dd36ef3d
Merge pull request #26488 from ChandaniM123/merged-master-dev-1.21
Merged master into dev 1.21 - 2/12/21
2021-02-13 00:41:04 -08:00
Max ce8395deda
Update nodes.md
minor punctuation changes to improve readability
2021-02-12 21:22:20 +01:00
Kubernetes Prow Robot 0a0dc4de36
Merge pull request #25022 from chiehmin/add-parition-field-for-ebs
docs: add partition field for EBS
2021-02-12 07:41:09 -08:00
wojtekt 507dc0aa20 Promote immutable secrets and configmaps to GA 2021-02-12 16:11:40 +01:00
Naoki Oketani 69e0994fb0 chore: fix a broken link "FrameworkHandle" 2021-02-12 21:40:39 +09:00
Sahadat Hossain 2ae6da3c19
Merge branch 'master' into master 2021-02-12 17:04:39 +06:00
sahadat_hossain 2c942aeb79 fixed grammatical mistake 2021-02-12 15:27:01 +06:00
sahadat_hossain d053563e8b fixed some typos and grammatical mistakes 2021-02-12 14:53:34 +06:00
kakarotbyte 72d6fb8cd1
Update service.md
The VPC CIDR was switched to Subnet CIDR. Reason why This was changed is because exposing entire VPC CIDR in the SG might have been consider as security threat.

 So updating the Document.

Code referenece 

https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go#L4008
2021-02-11 16:03:49 -06:00
Kubernetes Prow Robot 9afb531553
Merge pull request #26458 from pierrchen/runtimeclass
security: add container runtime class as an option to provider extra container security
2021-02-11 06:32:16 -08:00
Bin Chen 9a3347cd2d security: add container runtime class as an option to provider extra container security 2021-02-11 10:41:08 +11:00
Kubernetes Prow Robot 3c22c23255
Merge pull request #26446 from pierrchen/headless
service-network: add some clarity to headless service
2021-02-10 06:34:59 -08:00
Kubernetes Prow Robot 484df55083
Merge pull request #26429 from yaodingyd/patch-1
Fix indentation
2021-02-10 02:13:00 -08:00
Bin Chen 52f35431d9 service-network: add some clarity to headless service 2021-02-10 16:41:45 +11:00
Yao Ding 70ebc7f6ec
Update ephemeral-containers.md 2021-02-09 08:11:02 -05:00
Kubernetes Prow Robot 1f3478e635
Merge pull request #26435 from npu21/dualstack_en
Dual-stack docs correction
2021-02-09 05:08:58 -08:00
Kubernetes Prow Robot c24f62c16a
Merge pull request #26389 from kbhawkey/fixup-simply-usage
clean up use of word: simply
2021-02-09 02:02:40 -08:00
Kubernetes Prow Robot 539e524882
Merge pull request #26273 from Cweiping/feature/clairly_resource_quota_limit_for_PriorityClass
Clarify ResourceQuota limit for PriorityClass
2021-02-09 01:59:31 -08:00
Weiping Cai 188ccc220b
Clairly Resourcequota limit for PriorityClass
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-02-09 16:05:04 +08:00
Zhang Yong 0ec95934a2 Dual-stack docs correction 2021-02-09 11:05:57 +08:00
Yao Ding 6b19266c3e
fix indentation 2021-02-08 14:43:40 -05:00
Kubernetes Prow Robot 8637bc9630
Merge pull request #26350 from dippynark/clarify-pre-stop-hook-description
Clarify PreStop hook behaviour
2021-02-08 09:46:34 -08:00
Luke Addison cbf7a63a32 Add comma 2021-02-08 10:53:36 +00:00
Luke Addison 892aedc010 Address review comments 2021-02-08 10:52:15 +00:00
Karen Bradshaw 3fd65482e8 clean up use of word: simply 2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot f539da6b4d
Merge pull request #25425 from salva-gglez/caution_startingDeadlineSeconds
Add a caution message on CronJob Controller workload if using startingDeadlineSeconds
2021-02-07 03:29:12 -08:00
Naoki Oketani df34ae5314 fix an invalid location.hash 2021-02-05 23:30:29 +09:00
Arhell 08816b1438 correct name in service.md 2021-02-05 14:29:20 +02:00
Kubernetes Prow Robot d2e7f4acab
Merge pull request #26352 from kbhawkey/fixup-remove-word-easy
clean up use of word: easy
2021-02-04 10:48:26 -08:00
Bridget Kromhout ab5b0f97fd
Docs update
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-02-04 12:30:16 -06:00
Bridget Kromhout bed5567056
Dual-stack docs correction
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-02-04 11:59:21 -06:00
Jacob Henner c59e3f0c27 Remove ServiceAccount Secret automounting section
The "Automatic mounting of manually created Secrets" section of the
Secrets documentation previously suggesting using PodPresets. PodPresets
have been removed, there is no alternate facility described, and it's
unclear if auto-mounting secrets based on associations with
ServiceAccounts was ever supported. Accordingly, the section should be
removed.
2021-02-03 22:38:20 -05:00
Kubernetes Prow Robot 37bc491a2a
Merge pull request #25039 from kedark3/addHostPathVolume
added example linking to hostPath volume definition
2021-02-03 17:14:28 -08:00
Kedar Vijay Kulkarni 11ef740ede Added code style to `hostPath` 2021-02-03 09:11:00 -05:00
whoif f07f8d5f01
Update controller.md
Lowercase 's' to prevent misleading APIS as a whole word.
2021-02-03 16:57:01 +08:00
Kubernetes Prow Robot 6e95a6b5ad
Merge pull request #24769 from kbhawkey/kb-task-monitoring-stackdriver
remove stackdriver, elastic task pages
2021-02-02 21:14:28 -08:00
Kubernetes Prow Robot 7462297ee3
Merge pull request #26276 from shahincsejnu/master
solved issue #26274
2021-02-02 09:26:28 -08:00
Fredrik Jonsén b278dadced
Use https for haproxy.org links 2021-02-02 12:19:20 +01:00
Kubernetes Prow Robot 84e14d0c7d
Merge pull request #26104 from andrzejsydor/patch-4
Add example of using `xargs`
2021-02-01 17:00:27 -08:00
Karen Bradshaw 7d9916af0c clean up use of word: easy 2021-02-01 15:14:25 -05:00
Kubernetes Prow Robot 2f7b43d2bb
Merge pull request #26294 from stmcginnis/openstack-csi
Update link to Cinder CSI driver documentation
2021-02-01 11:57:49 -08:00
Kubernetes Prow Robot cf32de006e
Merge pull request #26307 from sgc109/patch-4
Update nodes.md to remove ambiguity
2021-02-01 10:39:49 -08:00
Luke Addison bfea67aa82 Clarify PreStop hook behaviour 2021-02-01 16:50:06 +00:00
Federico Gallo 329574f250
syntax
Replaced An for A
2021-01-31 18:53:53 -03:00
Sean McGinnis 3625bc5ba5
Update link to Cinder CSI driver documentation
The original link has moved due to docs restructuring in the
cloud-provider-openstack repo. Also correcting the capitalization.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-01-31 07:40:49 -06:00
Kubernetes Prow Robot c6a2add9db
Merge pull request #25972 from chintan8saaras/patch-1
Add EnRoute as one of the Ingress Controller API Gateway Options
2021-01-30 06:23:48 -08:00
Sungho Hwang 5e5953fe60
Update nodes.md 2021-01-30 18:18:55 +09:00
Sahadat Hossain 61a05b1058
Update daemonset.md 2021-01-28 16:13:26 +06:00
Kubernetes Prow Robot 2995708c0e
Merge pull request #26132 from chienfuchen32/patch-1
modify Design doc ttl-after-finish upstream
2021-01-26 18:27:39 -08:00
Kubernetes Prow Robot 4d5a5ec1b5
Merge pull request #26242 from marccampbell/patch-1
Better description of Job execution
2021-01-26 11:32:31 -08:00
Kubernetes Prow Robot e30a9bb3d9
Merge pull request #26169 from tomkivlin/tomkivlin-secret-style
Update secret.md to match style guide
2021-01-26 11:18:31 -08:00
Kubernetes Prow Robot b74478c86d
Merge pull request #26185 from piyushjain18/patch-1
Update service name in example of Name based virtual hosting
2021-01-25 13:41:00 -08:00
Marc Campbell 8a48273855
Better description of Job execution
Just a small clarification on the description of the responsibilities of a Job. Kubernetes doesn't ensure that the Pods are successful, but the scheduler's responsibility is to continue retrying until success. Updating the docs with a slight wording change to more accurately reflect that a Job won't ensure success, but it will continue retrying until success.
2021-01-25 12:57:00 -08:00
Kubernetes Prow Robot 6ce3a86545
Merge pull request #26203 from Btakuski/patch-1
Grammatical error in secret.md
2021-01-25 09:18:54 -08:00
Kedar Vijay Kulkarni 9be902bee0 added example linking to hostPath volume definition 2021-01-25 11:17:10 -05:00
hasheddan bf6dbd4c3f
Fix links to flexVolume documentation
A few links to the flexVolume documentation do not resolve correctly due
to case sensitivity in the page anchor. This updates those links to
resolve to the correct section of the volumes doc.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2021-01-23 08:45:26 -06:00
Bartlomiej Takuski 48004c99cc
Grammatical error in secret.md
Fixing a minor grammatical error in secret.md
2021-01-22 16:02:48 -06:00
Kubernetes Prow Robot d1b2709ae8
Merge pull request #25700 from devincd/master
Update container-lifecycle-hooks.md
2021-01-21 19:05:26 -08:00
Kubernetes Prow Robot 8038c7bf3b
Merge pull request #25900 from oke-py/25875
remove indication of enabling RuntimeClass feature gate since it is a GA feature
2021-01-21 18:59:27 -08:00
piyushjain18 991b35fd09
Update service name in example of Name based virtual hosting
`service2` is mapped to `second.bar.com` in the given example

```
- host: second.bar.com
    http:
      paths:
      - pathType: Prefix
        path: "/"
        backend:
          service:
            name: service2
            port:
              number: 80
```
2021-01-21 23:08:19 +09:00
chienfuchen32 9d3d5548a1 modify Design doc ttl-after-finish upstream 2021-01-20 23:24:59 +08:00
Tom Kivlin aec6ea4895
Update secret.md
Remove prepended URLs and re-word to avoid use of "we".
2021-01-20 10:23:49 +00:00
Naoki Oketani 9315b85fd7 restore not-outdated contents 2021-01-20 18:58:46 +09:00
Naoki Oketani 3b409773ae Update content/en/docs/concepts/containers/runtime-class.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-01-20 18:56:50 +09:00
Naoki Oketani 29dcf62d57 remove indication of enabling RuntimeClass feature gate since it is a GA feature 2021-01-20 18:56:47 +09:00
Mehedi Hasan 94d9efc71b
Fix grammatical in Desired versus current state. 2021-01-20 14:21:54 +06:00
Pulak Kanti Bhowmick a398bc0657 Fix NGINX Ingress Controller URl 2021-01-19 19:34:39 +06:00
Kubernetes Prow Robot 6633351917
Merge pull request #25778 from tengqm/fix-22624
Remove link to empty list for k8s metrics
2021-01-17 16:17:43 -08:00
Salvador González González 9cc4fde667
Remove v2 controller mention
I removed mention to v2 controller behaviour.
2021-01-17 09:36:18 +00:00
Kubernetes Prow Robot 216ca3f06b
Merge pull request #24930 from adamhjk/patch-1
Explain the insecure by default nature of secrets
2021-01-16 19:47:43 -08:00
Kubernetes Prow Robot 491790039e
Merge pull request #26115 from MIhirMishra/patch-2
Typo correction.
2021-01-16 19:23:43 -08:00
Kubernetes Prow Robot 6b8092f495
Merge pull request #26022 from moonming/patch-1
Update ingress-controllers.md
2021-01-15 17:29:43 -08:00
Mihir 84aea3fc2f
Typo correction. 2021-01-15 15:53:07 -07:00
Kubernetes Prow Robot 34e8b55faf
Merge pull request #26027 from tengqm/clean-podpreset
Clean PodPreset docs, examples and links
2021-01-15 07:39:51 -08:00
andrzejsydor 298432dc36
Add example of using `xargs`
Add example of using `xargs`
2021-01-15 10:01:45 +01:00
Aldo Culquicondor bda3cea5a6
Remove indication that a failed scheduling attempt removes the Pod
/sig scheduling
2021-01-14 14:47:31 -05:00
Kubernetes Prow Robot d37ab8abaf
Merge pull request #25839 from Marusyk/rmarusyk/25800
Add tooltip for CSI in persistent volume page
2021-01-14 11:25:32 -08:00
Kubernetes Prow Robot 826a91fe9a
Merge pull request #26074 from Haleygo/issue-97929
upgrade cfssl installations
2021-01-14 11:20:56 -08:00
Qiming Teng a11047c153 Clean PodPreset docs, examples and links 2021-01-14 13:26:29 +08:00
Haleygo 14bcdc0bc7 only change en 2021-01-14 09:50:00 +08:00
Nate Reid efc3c488ea
Update service.md 2021-01-13 17:04:26 -05:00
Kubernetes Prow Robot 33c494c4b2
Merge pull request #25613 from pingtimeout/patch-1
Clarify pod anti-affinity description
2021-01-13 10:16:36 -08:00
Karen Bradshaw 0166a0b08e add docs for version shortcodes 2021-01-12 17:20:33 -05:00
Kubernetes Prow Robot 28b393032b
Merge pull request #24995 from PrakherS/patch-1
Update pod-lifecycle.md
2021-01-12 11:42:35 -08:00
Kubernetes Prow Robot 0e8e614caa
Merge pull request #25483 from yue9944882/apf-slack-channel
References api-priority-and-fairness slack channel in the docs
2021-01-12 09:58:36 -08:00
Kubernetes Prow Robot 0b52aec1ae
Merge pull request #24986 from Cweiping/feature/add_note_for_termnating
Clarify pod phase Terminating
2021-01-12 09:54:35 -08:00
Kubernetes Prow Robot e53ca2f6ee
Merge pull request #25791 from rjain21/patch-2
Update overview.md
2021-01-11 18:40:25 -08:00
Rajesh Jain dba227ea41
Update overview.md
As suggested, removed the language related to common vernacular. I think the documentation is well written in the common labels section, and can possibly be enhanced as more and more of these labels are implemented. So, just a link in the best practice section is sufficient as suggested by you.
2021-01-11 16:12:37 -08:00
Kubernetes Prow Robot 8b86f5f172
Merge pull request #25985 from ajaygm/patch-1
Fixed deprecated delete cascade 'false' value
2021-01-11 10:26:24 -08:00
Kubernetes Prow Robot f5c6049168
Merge pull request #25899 from ydFu/patch-1
Fix some typo in runtime-class.md
2021-01-11 10:20:25 -08:00
Kubernetes Prow Robot 8fb9c90efb
Merge pull request #25950 from saintmalik/patch-1
Fix broken url in docs
2021-01-11 09:46:25 -08:00
Kubernetes Prow Robot 55d19775fc
Merge pull request #26003 from baczus/network_plugins/summary
Network Plugins: Add missing plugin to the summary section
2021-01-11 09:38:25 -08:00
Wen Ming ea55456454
Merge branch 'master' into patch-1 2021-01-11 09:00:07 +08:00
Qiming Teng 3173093b96 Fix a typo in persistent volumes pages 2021-01-10 15:24:51 +08:00
Kubernetes Prow Robot ebc5a71c51
Merge pull request #24959 from shubhamavi/patch-1
Adding AKO (Avi Kubernetes Operator) to the list of ingress controllers
2021-01-09 04:03:05 -08:00
Wen Ming ad119319cc
Update ingress-controllers.md
add Apache APISIX ingress controller
2021-01-09 14:39:47 +08:00
Kubernetes Prow Robot a66af45c21
Merge pull request #25871 from ydFu/patch-1
Add content in init-containers.md
2021-01-08 10:02:29 -08:00
Chintan Thakker a0b3e72851
Update EnRoute entry 2021-01-08 09:08:32 -08:00
Kubernetes Prow Robot 8260261d9e
Merge pull request #25567 from lostsquirrel/patch-8
Add missing word
2021-01-08 07:32:54 -08:00
Ader 177a1318ed Fix some typo in runtime-class.md .
Uniform case and adjustment description for smoother writing.

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-01-08 20:02:10 +08:00
Ajay 27ceb5928a
rephrased as suggested by tengqm
Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
2021-01-08 11:48:48 +05:30
Guangwen Feng 3ec2a6d5aa Fix typo
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-01-08 13:23:32 +08:00
Ajay 0be35d69dd
Update garbage-collection.md 2021-01-08 07:37:03 +05:30
baczus 9831c0080f
Add missing plugin to the summary section 2021-01-07 23:11:32 +01:00
Naoki Oketani e1f2ddd4f8 Fix a broken link in pod-overhead.md 2021-01-07 23:09:04 +09:00
Ajay c15a08afd1
Fixed deprecated delete cascade 'false' value
`kubectl delete --cascade=false` is now deprecated in favor of `kubectl delete --cascade=orphan`
2021-01-07 07:45:11 +05:30
SaintMalik f5b9d5dafe
Update disruptions.md 2021-01-06 19:59:02 +01:00
Kubernetes Prow Robot d897a03b38
Merge pull request #25965 from NillsF/patch-1
Network Policy: Add clarity about egress/ingress combination
2021-01-06 04:51:51 -08:00
Chintan Thakker 9c94fb01bc
Add EnRoute as an option
EnRoute is an actively maintained API Gateway Ingress controller built on [Envoy Proxy](https://envoyproxy.io/community.html). It is an [OSS project](https://github.com/saarasio/enroute) that includes support for advanced rate-limiting in the [community edition](https://getenroute.io/features).
2021-01-05 18:20:49 -08:00
Kubernetes Prow Robot 6a2a6398ed
Merge pull request #25937 from pokerfaceSad/patch-1
Modify words that may cause ambiguity in device-plugins.md
2021-01-05 12:17:59 -08:00
Nills Franssens 7277714c8f
Add clarity about egress/ingress combination
In reference to https://github.com/kubernetes/kubernetes/issues/97489 

Add clarity in the documentation about the case of having an egress and ingress policy where one is blocking and the other is allowing.
2021-01-05 09:14:10 -08:00
Kubernetes Prow Robot c7f5615cac
Merge pull request #25924 from Alpenbelieve/master
Fix the score value in docs/concepts/scheduling-eviction/resource-bin-packing.md
2021-01-05 08:25:59 -08:00
SaintMalik a7fd0c9ef7
Update disruptions.md 2021-01-05 16:53:58 +01:00
SaintMalik 49675afab8
Fix broken url in docs
## Summary

Easy navigation and easy reading for others
2021-01-05 04:47:39 +01:00
Kubernetes Prow Robot 4fa76e24df
Merge pull request #25940 from ydFu/pr-2
Add content in replicationcontroller.md
2021-01-04 17:19:57 -08:00
Kubernetes Prow Robot c010c97a4f
Merge pull request #25891 from ydFu/patch-2
Fix some typo in pod-overhead.md
2021-01-04 09:15:56 -08:00
XinYuan 41685331f3
Modify words that may cause ambiguity in device-plugins.md
The `/var/lib/kubelet/pod-resources/kubelet.sock` is required by device monitoring agent but not device plugin.
This word  `plugin` is ambiguous.

plugin -> device monitoring agent
2021-01-04 17:11:01 +08:00
Kubernetes Prow Robot 493069d2bf
Merge pull request #25859 from npu21/init-container
fix init container status describe fault
2021-01-03 18:15:55 -08:00
CDE fbd19bd65e
Update resource-bin-packing.md
The maximum score should be 10.
2021-01-03 19:24:49 +08:00
slashr 976c260ef4 Modified description 2021-01-03 10:22:36 +05:30
slashr 34f1d1911c Replaced deprecated ReplicationController with JobController for reference 2021-01-03 00:26:17 +05:30
Ader 9558f9b78b
Fix some typo in pod-overhead.md
Uniform case in pod-overhead.md(Kubelet → kubelet).
2020-12-31 17:21:41 +08:00
Kubernetes Prow Robot e15d776f5d
Merge pull request #25868 from Aut0R3V/patch-4
Corrected instance of WordPress written incorrectly.
2020-12-30 10:31:49 -08:00
Kubernetes Prow Robot 9db733d9a0
Merge pull request #25873 from ydFu/patch-2
Add Code blocks in pod-topology-spread-constraints.md
2020-12-30 10:07:50 -08:00
Kubernetes Prow Robot 1f862d96bd
Merge pull request #25756 from tengqm/improve-pod-overview
Update Pod overview
2020-12-30 09:57:49 -08:00
Ader 053103dc4a
Add Code blocks in pod-topology-spread-constraints.md
Add Code blocks in the Markdown spec to make it easy to read..
2020-12-30 20:57:11 +08:00
Ader 4ff57afdea
Add content in init-containers.md
Add description to make it easy to read.
* Distinguish between 'command'and 'output'.
2020-12-30 20:43:57 +08:00
AUT0R3V c4b818c1f1
Update common-labels.md 2020-12-30 14:35:16 +05:30
Zhang Yong 8e10900834 fix init-Container status describe fault 2020-12-30 11:16:15 +08:00
Ader abb825dd10
Add content in replicationcontroller.md
Add description to make it easy to read.
* Distinguish between 'command'and 'output'.
2020-12-29 09:34:03 +08:00
Roman Marusyk 37b5cb9e2a
Add tooltip for CSI 2020-12-28 23:56:44 +02:00
Ader aa571fbf8d Add content in job.md
* Add description to make it easy to read.

* Distinguish between 'command'and 'output'.

* Add the code blocks to the Markdown spec.
2020-12-28 09:44:04 +08:00
Qiming Teng 6f9a31a1fc Update Pod overview
This PR adds some clarifications about Pod update and Pod replacement,
which can be pretty confusing to new users.
2020-12-28 08:34:18 +08:00
Kubernetes Prow Robot f25bd774e1
Merge pull request #25781 from lostsquirrel/patch-9
change token_id to token-id
2020-12-23 17:28:26 -08:00
Rajesh Jain 0747ad3dbf
Update overview.md
Use Kubernetes Common Labels (e.g. app.kubernetes.io/name, etc.) if appropriate instead of customized ones.
2020-12-23 14:39:51 -08:00
Kubernetes Prow Robot c6db174ca9
Merge pull request #25078 from shekhar-rajak/92636_cron_syntax
Add basic cron syntax in documentation
2020-12-23 05:28:26 -08:00
lostsquirrel 89b3cc978b
change token_id to token-id 2020-12-23 16:48:01 +08:00
Johnny Lim b537556b2d
Fix typo 2020-12-23 15:21:12 +09:00
Qiming Teng 03a336a946 Remove link to empty list for k8s metrics 2020-12-23 13:58:54 +08:00
Eric Briand a2fa57e880
Fix link to Volume Plugin FAQ 2020-12-22 16:06:22 +01:00
Quinn Slack 0bc39aa27a
fix anchor link to "What's next" heading in operator docs 2020-12-21 20:46:53 -08:00
Kubernetes Prow Robot 7b82cafcd7
Merge pull request #25713 from ydFu/patch-1
Fix some typo in init-containers.md
2020-12-20 12:22:24 -08:00
Kubernetes Prow Robot 7dbc63babc
Merge pull request #25499 from mikegehard/patch-1
Make wording in overview more in line with the description
2020-12-20 07:36:25 -08:00
Levent Ogut dbcd6627cb
update container-lifecycle-hooks.md for third hook handler i,.e. TCP
unless I am missing something TCP handler is missing
2020-12-20 17:49:00 +03:00
Kubernetes Prow Robot 9b35120daa
Merge pull request #24602 from sftim/20201015_tweak_workloads_concept_overview
Tweak wording for Workloads overview
2020-12-19 03:58:26 -08:00
Ader 21c5750086
Fix some typo in init-containers.md
Fixed a typo in manage-resources-containers.md (Kubelet → kubelet)
2020-12-19 14:13:40 +08:00
Kubernetes Prow Robot fad300a30e
Merge pull request #25457 from Kartik494/updatedoc
Retitle “Configuring kubelet Garbage Collection"
2020-12-18 18:40:25 -08:00
kartik494 7f45bcc3a9 Retitle “Configuring kubelet Garbage Collection" 2020-12-18 20:04:02 +05:30
devincd d52b0f58e8
Update container-lifecycle-hooks.md 2020-12-18 15:13:46 +08:00
Pavel Nosov 815fe37905
Fix typo in manage-resources-containers.md 2020-12-17 20:43:17 +03:00
Kubernetes Prow Robot b4fcee247c
Merge pull request #25649 from xaanmu/patch-1
Remove extra space between link and anchor text
2020-12-16 16:57:10 -08:00
Kubernetes Prow Robot 77362e21ec
Merge pull request #25498 from adambkaplan/ssh-auth-secret-caution
Caution Note for ssh-auth Secrets
2020-12-16 13:50:31 -08:00
Kubernetes Prow Robot 45135da395
Merge pull request #25289 from nate-double-u/20652-copy-edits
Updating docs/concepts/cluster-administration/system-metrics
2020-12-16 13:48:31 -08:00
mateusz c5006a6f1e
Space screwed up formatting
Removing space to clear up formatting and link not working.
2020-12-16 02:52:16 +00:00
Kubernetes Prow Robot bdc79d96a3
Merge pull request #25344 from makocchi-git/fix/trim_space_psp
Trim whitespaces in manifests
2020-12-15 08:29:49 -08:00
Nate W e38868f479 Updating docs/concepts/cluster-administration/system-metrics
Copy editing _Metric lifecycle_ section for clarity.

fixes: https://github.com/kubernetes/website/issues/20652

Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-12-14 11:25:23 -08:00
Pierre Laporte fc202da36b
Clarify pod anti-affinity description
The code example uses `preferredDuringScheduling...`, as opposed to
`requiredDuringScheduling...`.  So the anti-affinity rule is a soft one.  It
says that the pod _should_ not be scheduled on [...] rather than that the pod
_cannot_ be scheduled on [...].
2020-12-14 11:41:52 +01:00
Philippe Martin 04664781a0 Remove broken link to CSIStorageCapacity in API reference 2020-12-13 20:24:35 +01:00
lostsquirrel 31bbd71def
Add missing word
According to the content, it seems missing this word
2020-12-11 16:27:42 +08:00
yue9944882 5ab06229c6 references api-priority-and-fairness slack channel 2020-12-11 14:28:22 +08:00
Zhizhen He a170fbdce0
Fix syntax error 2020-12-10 18:28:21 +08:00
Karen Bradshaw 06ad25e38d remove stackdriver, elastic task pages
clean up links and redirects
2020-12-09 17:33:16 -05:00
Kubernetes Prow Robot 5e1e6196f2
Merge pull request #25027 from scoulomb-dup-fork/secret-env-var
Env var are not updated after a secret update
2020-12-08 21:26:50 -08:00
Kubernetes Prow Robot 03dc8b99b9
Merge pull request #25491 from Kartik494/updatedeployment
Update rollout deployment command
2020-12-08 18:12:19 -08:00
Tim Bannister aa27de5959
Tweak wording for Workloads overview 2020-12-08 23:46:27 +00:00
Kubernetes Prow Robot caa05b9456
Merge pull request #25245 from SergeyKanzhelev/pid-available
add `pid.available` to the eviction signals list
2020-12-08 15:11:34 -08:00
Sergey Kanzhelev d1dc73cb3a add `pid.available` to the eviction signals list 2020-12-08 22:58:23 +00:00
Kubernetes Prow Robot b352338ce5
Merge pull request #25419 from bl-ue/patch-2
Remove usage of 'we' in kubelet-garbage-collection.md
2020-12-08 14:07:34 -08:00
Sylvain Coulombel d77262740b Env var are not updated after a secret update 2020-12-08 21:12:03 +01:00
Mike Gehard 9c38911446
Make wording in overview more in line with the description
The description talks about the server one way and the overview text talks about it a bit differently.

This change aligns them and make them easier to understand in my opinion.
2020-12-08 13:07:34 -05:00
Adam Kaplan 7b80f63dbc Caution Note for ssh-auth Secrets
Adds a `caution` note that SSH key pairs do not establish trust between
clients and servers. A secondary method is required to establish trust
between an SSH client and host server, such as fixed `known_hosts` file.
Clients which do not establish adequate trust are vulnerable to "man in
the middle" impersonation attacks.

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-12-08 12:21:08 -05:00
kartik494 fd411a39c1 Update rollout deployment command 2020-12-08 18:29:05 +05:30
Salvador González González 18b8846b9b
Update cron-jobs.md
Mention about v2 CronJob controller.
2020-12-08 11:00:18 +00:00
makocchi-git 28c964b5c9
trim whitespaces in manifests 2020-12-08 19:54:28 +09:00
bl-ue 042e3062c6
Update kubelet-garbage-collection.md 2020-12-07 12:44:03 -05:00
Anna Jung (VMware) 7f43aceddb Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-12-07 10:39:57 -06:00
drfish e354338ca3 Remove legacy feature gate EnableAggregatedDiscoveryTimeout 2020-12-07 21:39:46 +08:00
amyXia1994 75cd79a136
Update secret.md
fix minor syntax error
2020-12-07 21:28:37 +08:00
Johnny Lim b1f91de703
Add a missing period in logging.md 2020-12-07 11:24:00 +09:00
bl-ue f61eea7e98
Fix grammar in content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md 2020-12-06 17:12:19 -05:00
Salvador González González d38c74124a
Update content/en/docs/concepts/workloads/controllers/cron-jobs.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2020-12-06 20:08:30 +00:00
salva.gglez 845a885531 Add a caution message on CronJob Controller workload if using startingDeadlineSeconds with a value less than 10s 2020-12-06 17:02:01 +00:00
bl-ue e5e0d74573
Remove usage of 'we' in kubelet-garbage-collection.md 2020-12-06 08:24:03 -05:00
bl-ue 5f5952973e
Containers in a pod share their MAC address
Containers in a pod share their MAC address as well as IP address
2020-12-06 08:17:59 -05:00
Chieh-Min Wang 4237738f3c docs: add partition field for EBS
If the EBS volume is partitioned, you have to specify which partition to
mount or the mounting process will fail.

```
mount: /var/lib/kubelet/plugins/kubernetes.io/aws-ebs/mounts/vol-<volumeid>: wrong fs type, bad option, bad superblock on /dev/nvme3n1, missing codepage or helper program, or other error.
```
2020-12-05 13:39:57 +08:00
Kubernetes Prow Robot b81e259c13
Merge pull request #25393 from janetkuo/patch-1
Remove problems in DaemonSet fixed by controllerRef
2020-12-04 09:54:01 -08:00
Kubernetes Prow Robot 6864aced17
Merge pull request #25200 from tengqm/link-pvs
Add links to volumes from persistent volumes
2020-12-03 18:19:25 -08:00
Janet Kuo e837312f1f
Remove problems in DaemonSet fixed by controllerRef
The sentence describes a problem that's solved by the introduction of controllerRef (ownerRef with controller==true) feature. Removing it.
2020-12-03 17:20:22 -08:00
Qiming Teng 9ddc0a3ad9 Add links to volumes from persistent volumes
When working with persistent volumes, I have to refer to the persitent
volumes page now and then, only to find that the information I need is
on a different page. The PR

- adds some links to ease navigation and
- currects the spelling of volume types, for example, `iscsi` is the type
  to specify rather than `iSCSI`,
- sort the volume type list in alphabetic order.
- added `photonPersistentDisk` as one of valid persistent volume type to
  use, though we don't have any documentation other than API spec for it.
2020-12-04 09:16:23 +08:00
Kristin Martin 86d9492ccb Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20 2020-12-03 11:58:44 -08:00
Kubernetes Prow Robot d6636e50c2
Merge pull request #24474 from sftim/20201010_clarify_api_versions_redux
Tweak docs about Kubernetes API versions
2020-12-03 08:51:00 -08:00
Shekhar Prasad Rajak df69d3c354 Cron schedule syntax and examples added
removed the reboot entry, since it is non standard scheudle syntax and not related to cron syntax for scheduling
2020-12-03 13:43:23 +05:30
Emily Moss ee5a0df6ad remove text fragment 2020-12-02 15:30:05 -08:00
Adam Jacob f2a9a3ef81 Explain the insecure by default nature of secrets
This PR adds a paragraph explaining the insecure by default nature of k8s secrets, and points users at the documentation to turn on encryption at rest and RBAC.

I think a second page needs to be created showing the correct combination of RBAC rules for various cases, which should eventually replace the link to the RBAC documentation.
2020-12-02 12:49:02 -08:00
ying 8e0973b22b
Update md format to make it more easier to read
Before the changes,  the statement of the set-values messed up together, so it is hard to read it out clearly.
2020-12-02 23:59:14 +08:00
Kubernetes Prow Robot 6f0128c21f
Merge pull request #24897 from tengqm/zh-resync-secret
[zh] Resync docs/concepts/configuration/secret.md
2020-12-02 05:40:50 -08:00
Andrew Sy Kim d591f7e3bc add docs for EndpointSlice conditions
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-01 22:33:35 -05:00
Andrew Sy Kim 5a67cf2681 fix trailing spaces in endpointslice doc
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-01 22:32:37 -05:00
Kubernetes Prow Robot 21c05e4fb7
Merge pull request #24906 from derekwaynecarr/memory-backed-size
Document SizeMemoryBackedVolumes feature for 1.20
2020-12-01 10:56:51 -08:00
Derek Carr af239416bf Document SizeMemoryBackedVolumes feature for 1.20 2020-12-01 13:22:10 -05:00
Kubernetes Prow Robot 53def8da4f
Merge pull request #25228 from andrewsykim/disable-lb-node-ports
add docs for service.spec.allocateLoadBalancerNodePorts
2020-11-30 16:52:50 -08:00
ausias-armesto 0c858f8813
Wrong participate 2020-11-30 13:38:40 +01:00
Shubham Chauhan 2ec4b1d550 Adding AKO (Avi Kubernetes Operator) to the list of ingress controllers 2020-11-30 17:36:01 +05:30
Kubernetes Prow Robot ec9bfbd16e
Merge pull request #25292 from michielvangendt/patch-1
Fix link to CSI ephemeral volumes
2020-11-29 13:36:48 -08:00
Andrew Sy Kim acb476bec4 add docs for service.spec.allocateLoadBalancerNodePorts
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-28 09:58:42 -05:00
Michiel Van Gendt 01d4a0a4dd
Fix link to CSI ephemeral volumes 2020-11-28 12:43:49 +01:00
Tim Bannister 53739e7997 Revise ingress controller list
- note that AWS load balancer integration is now in-project
- sort alphabetically
- link to documentation for the product
- revise wording to always describe the ingress controller rather than
  the service / product that the ingress controller integrates with
2020-11-27 19:19:46 +00:00
Weiping Cai 9e9bb44eeb
clairfy pod phase Terminating
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-11-26 17:12:08 +08:00
Kubernetes Prow Robot a8efcda498
Merge pull request #25125 from L3o-pold/patch-1
Improve Taints and Tolerations example
2020-11-25 21:50:19 -08:00
Kubernetes Prow Robot 27ca111c09
Merge pull request #25194 from ymmt2005/patch-2
Add Coil CNI to networking.md
2020-11-25 21:42:19 -08:00
Qiming Teng 72a2bafb47 [zh] Resync docs/concepts/configuration/secret.md 2020-11-26 13:36:27 +08:00
Kubernetes Prow Robot b138a70adb
Merge pull request #25238 from jlsong01/rm_podpresent
rm podpreset
2020-11-25 16:38:19 -08:00
jlsong01 1b7708b975 rm podpresent 2020-11-25 23:38:13 +08:00
Kubernetes Prow Robot cdd6e9a059
Merge pull request #24525 from sftim/20201012_explain_pod_template_updates
Improve explanation about pod template updates
2020-11-25 07:20:39 -08:00
Kubernetes Prow Robot 43071259c2
Merge pull request #24777 from chlunde/patch-1
AWS ALB Ingress Controller renamed to AWS Load Balancer Controller
2020-11-25 07:18:40 -08:00
reylejano-rxm d8ae37587e Merge remote-tracking branch 'upstream/master' into dev-1.20 to keep in sync - 11-25-2020 2020-11-25 07:03:22 -08:00
Andrew Sy Kim e9ea77ef1e fix trailing spaces in Service docs
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-24 21:37:58 -05:00
Carl Henrik Lunde 30bf45ee5e
Update with correct AWS product name
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-24 22:00:16 +01:00
Rob Franken 1de3ac5a28
Small wording update on Log sanitization docs
Follow up to PR #24845, following the remarks kbhawkey had
2020-11-24 09:10:12 +01:00
Marek Siarkowicz d7a3f5d409
Document log sanitization feature (#24845)
* Document log sanitization feature

* Fill in log sanitization documentation

* Update content/en/docs/concepts/cluster-administration/system-logs.md

Co-authored-by: Marek Siarkowicz <marek.siarkowicz@protonmail.com>

Co-authored-by: Rob Franken <rfranken@google.com>
Co-authored-by: Rob Franken <rob@rob-franken.nl>
2020-11-23 23:49:00 -08:00
Kubernetes Prow Robot 6616a8359e
Merge pull request #24910 from smarterclayton/metrics
docs: Scheduler resource tracking metrics
2020-11-23 11:05:01 -08:00
Clayton Coleman bd1a75b6c8
docs: Scheduler resource tracking metrics
In 1.20 an optional metrics endpoint is added to the scheduler that
allows administrators to see the requested pod resources and the
imposed pod limits as metrics to better understand the capacity and
usage of the system under the pod model. Describe how these metrics
can be seen under cluster-administration.
2020-11-23 14:00:05 -05:00
Kubernetes Prow Robot ffd2d2e44a
Merge pull request #25091 from liggitt/gc
Update GC cross-namespace note
2020-11-23 08:45:34 -08:00
Yamamoto, Hirotaka 499435dc14 Add Coil CNI to networking.md
Coil is a new open-source CNI plugin for Kubernetes.

Resources:
- https://github.com/cybozu-go/coil
- https://blog.kintone.io/entry/coilv2
2020-11-23 16:31:43 +00:00
Kubernetes Prow Robot de2de57166
Merge pull request #24935 from robscott/endpointslice-ga
Updating EndpointSlice docs for 1.20
2020-11-23 07:01:35 -08:00
Hollow Man c0eafeb534
Fix typo
hoding -> holding
2020-11-21 22:53:22 +08:00
Kubernetes Prow Robot 0c31d5b5c4
Merge pull request #24933 from robscott/app-protocol-ga
Updating Service AppProtocol to GA
2020-11-21 05:13:33 -08:00
Rob Scott 9206f25905
Updating Service AppProtocol to GA 2020-11-20 16:58:45 -08:00
Rob Scott c927e9a573
Updating EndpointSlice docs for Kubernetes 1.20
This include the new EndpointSliceNodeName and EndpointSliceTerminating
feature gates as well as the deprecation of the Topology field.
2020-11-20 16:43:35 -08:00
Kubernetes Prow Robot e3076ed57a
Merge pull request #24918 from bobbypage/graceful-node-shutdown-docs
Graceful node shutdown (alpha 1.20 feature) docs [KEP: 2000]
2020-11-20 14:40:22 -08:00
Kubernetes Prow Robot d63933db6e
Merge pull request #24415 from sftim/20201007_remove_cluster_management_task
Remove cluster management task
2020-11-20 06:52:51 -08:00
Tim Bannister 59dcd57cc9 Revise cluster management task
After removing the sections of the page that are not in line with the
content guide, there is little left.

Edit pages that link to removed task to no longer link there.
Redirect using 302 status so that there is a future opportunity to reinstate
the page or something like it.

- Avoid links to removed cluster management task
- Broaden applicability of “Safely Drain A Node”
- Add (stub) cluster upgrade task page
- Add a basic page about upgrading your cluster.
- Add a task page about enabling or disabling HTTP APIs
2020-11-20 10:22:25 +00:00
David Porter 13cc09ff08 Add graceful node shutdown feature gate 2020-11-20 07:19:09 +00:00
Kubernetes Prow Robot 1e38b53fc8
Merge pull request #25073 from tengqm/tweak-binpacking
Tweak page style for resource-bin-packing
2020-11-19 18:30:51 -08:00
Léopold Jacquot 937ddcea5a
Improve Taints and Tolerations example 2020-11-19 22:17:34 +01:00
Kubernetes Prow Robot 5548e3f7c9
Merge pull request #25090 from nodecaf/patch-1
Update taint-and-toleration.md
2020-11-19 10:40:51 -08:00
Somtochi Onyekwere ba77c903ed Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-19 17:09:49 +01:00
Kubernetes Prow Robot 35b3eba07d
Merge pull request #24643 from cognifloyd/patch-1
Fix minor typo in StatefulSets docs
2020-11-18 09:58:05 -08:00
Sundeep Malladi 97629eba26
Update configmap.md 2020-11-18 10:40:55 -06:00
Jordan Liggitt 8d96fcb423 Update GC cross-namespace note 2020-11-18 09:14:07 -05:00
Qiming Teng 2c38cb1bdc Tweak page style for resource-bin-packing 2020-11-18 16:34:09 +08:00
Kubernetes Prow Robot cc0d8b78ad
Merge pull request #25068 from scoulomb-dup-fork/cm
Use configmap inside a k8s pod command, as entrypoint is docker specific
2020-11-17 22:54:04 -08:00
Sylvain COULOMBEL 08fbeb5953 Use configmap inside a k8s pod command, as entrypoint is docker specific 2020-11-17 22:34:17 +01:00
nodecaf 24bd49980b
Update taint-and-toleration.md
Missing key=value in the key taint removal example
2020-11-18 08:31:36 +11:00
SHARATH ARADHYAMATH 983df6134c
Fix typo in container restart policy #25041
Issue: https://github.com/kubernetes/website/issues/25041

Description: Missing space in the word "forthat", it should be "for that".

Fix: Fixed the missing space in "forthat" under the topic "Container restart policy".

Doc link: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
2020-11-17 20:11:39 +05:30
Laszlo Janosi d91e7f094a
Document the use of mixed protocol values for LoadBalancer Type of Services 2020-11-14 15:32:42 +00:00
Mike Spreitzer bf23ba2aa9
Update API Priority and Fairness doc for graduatino to beta (#24975) 2020-11-14 01:55:04 -08:00
Xing Yang e62b6e1b18
Add doc for snapshot GA (#24849) 2020-11-13 05:08:24 -08:00
Tim Bannister 0302b2d362 Add 3rd party content warning to Ingress Controllers concept 2020-11-12 17:53:41 +00:00
Maciej Szulik 4f0068f333
Add information how to enable cronjob controller v2 2020-11-12 16:31:41 +01:00
Kubernetes Prow Robot 20546141c0
Merge pull request #24698 from SergeyKanzhelev/runtimeGA
RuntimeClass GA
2020-11-12 03:10:50 -08:00
Prakher Singhal a2a2896865
Update pod-lifecycle.md
Default for periodSeconds field of startupProbe resource is 10 seconds.

$ kubectl explain pod.spec.containers.startupProbe.periodSeconds
KIND:     Pod
VERSION:  v1

FIELD:    periodSeconds <integer>

DESCRIPTION:
     How often (in seconds) to perform the probe. Default to 10 seconds. Minimum
     value is 1.
2020-11-12 14:51:23 +05:30
Zaheer Merali e3db381880
Move link away from deprecated external-storage repo 2020-11-11 14:54:45 +00:00
Irvi Aini bb33373bb3
Merge branch 'master' into dev-1.20 2020-11-11 14:55:30 +01:00
Kubernetes Prow Robot cf5cc96081
Merge pull request #24914 from alculquicondor/inherent-node-affinity
Add usage for per-profile node affinity
2020-11-11 01:37:48 -08:00
Kubernetes Prow Robot b2bac637ab
Merge pull request #24725 from bridgetkromhout/dual-stack-1-20
Dual stack 1.20 docs update
2020-11-11 01:35:51 -08:00
Bridget Kromhout 8a3244fdd1 Dual-stack docs for Kubernetes 1.20
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2020-11-10 16:10:45 -06:00
Aldo Culquicondor 45da527a31 Add usage for per-profile node affinity 2020-11-10 13:48:47 -05:00
Zaheer Merali 927a127b48
Correct link to external-storage 2020-11-10 17:07:06 +00:00
Kubernetes Prow Robot 91d02f301a
Merge pull request #24786 from RenaudWasTaken/pod-resources-docs
Graduate KubeletPodResources to GA
2020-11-10 07:56:40 -08:00
Adhityaa Chandrasekar 3b68d53372 flow control metrics: switch to snake_case for labels
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-11-09 22:40:03 +00:00
Tim Bannister 595850ca21 Revert pull request 24905
This reverts commit a9a7249330, reversing
changes made to 6d72006c7e - because these
commits were applied to the wrong branch.
2020-11-09 21:32:44 +00:00
Kubernetes Prow Robot a9a7249330
Merge pull request #24905 from adtac/apfsnake
flow control metrics: switch to snake_case for labels
2020-11-09 12:34:27 -08:00
Lee Verberne 179c821b02
Update kubectl debug docs for 1.20 release (#24847)
* Update kubectl debug docs for 1.20 release

* Apply suggestions from code review

Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>

Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-11-09 04:46:25 -08:00
Kubernetes Prow Robot 1db894c643
Merge pull request #24894 from tengqm/zh-sync-resource-quota
[zh] Sync changes to docs/concepts/policy/resource-quotas.md
2020-11-08 12:05:37 -08:00
Qiming Teng 4bf6c16cca [zh] Sync changes to docs/concepts/policy/resource-quotas.md
Also fixed a nit in English version.
2020-11-08 10:50:16 +08:00
Chris Bowzer 975cf8c261
Fix formatting issue in Compute Resource Quota documentation 2020-11-06 10:52:47 -08:00
Adhityaa Chandrasekar 5ab1d974b5 flow control metrics: switch to snake_case for labels
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-11-06 16:19:12 +00:00
Kubernetes Prow Robot 51a541c161
Merge pull request #24890 from russellb/ovn-kube
Add OVN-Kubernetes to list of cluster add-ons
2020-11-04 23:46:52 -08:00
reylejano-rxm 3ea3856e78 Merge master into dev-1.20 branch to fix Integration Branch 2020-11-04 14:22:05 -08:00
Russell Bryant 21b52415e0 Add OVN-Kubernetes to list of cluster add-ons
OVN-Kubernetes is another network provider for Kubernetes.  Add it to the list
of other similar add-ons.
2020-11-04 17:09:06 -05:00
Kubernetes Prow Robot 04787a1903
Merge pull request #24865 from Arhell/fix-heading
fix heading level
2020-11-04 12:36:53 -08:00
reylejano-rxm 48266bd653 Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-04 10:32:10 -08:00
Tim Hockin 6fdb3e10d7 Revert storage-related topology changes 2020-11-04 09:01:42 -08:00
Kubernetes Prow Robot c779b2152b
Merge pull request #24783 from thockin/kep-1659-doc-topology-labels
Better docs for standard topology labels
2020-11-04 07:38:04 -08:00
Tim Hockin 300c2e8545 Better docs for standard topology labels
As per KEP 1659, topology labels are now more formalized.  Move away
from the older `failure-domain.beta` names ands use `topology` names
instead.
2020-11-03 11:27:58 -08:00
Aldo Culquicondor ac3d7d5642 Graduate default pod topology spread to beta 2020-11-03 10:11:05 -05:00
Aldo Culquicondor eda7a79ea2 Fix feature state for cluster-level default topology spread
The configuration is part of the PodTopologySpread feature
(previously known as EvenPodsSpread)
2020-11-03 09:29:27 -05:00
Arhell 08b566111d fix heading level 2020-11-03 10:54:58 +02:00
Kubernetes Prow Robot fd242da719
Merge pull request #24755 from RenaudWasTaken/dev-1.20
Graduate DisableAcceleratorUsageMetrics to beta
2020-10-30 12:16:38 -07:00
Renaud Gaubert 99ecc57389 Graduate DisableAcceleratorUsageMetrics to beta
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-10-30 10:27:33 -07:00
doug-fish 9f052f96d4
Add missing space 2020-10-30 10:49:13 -05:00
Renaud Gaubert f2ef3d0e80 Graduate KubeletPodResources to GA
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-10-29 18:55:33 -07:00
Kubernetes Prow Robot 7ffb2882df
Merge pull request #24728 from nate-double-u/23055-copy-update
Copy updates for k8s.io/docs/concepts/containers/images/
2020-10-29 14:18:06 -07:00
Karen Bradshaw 1c8429a173 fix csimigration feature state 2020-10-29 10:42:44 -04:00
Kubernetes Prow Robot 270e0b5996
Merge pull request #24730 from lmm/update-calico
Update Calico description on 'Cluster Networking' page
2020-10-29 07:02:59 -07:00
Carl Henrik Lunde 1d08f1f6fa
AWS ALB Ingress Controller renamed to AWS Load Balancer Controller
AWS ALB Ingress Controller is now renamed to AWS Load Balancer Controller
2020-10-29 13:38:04 +01:00
Qiming Teng ab58775702 Add secret type documentation 2020-10-29 09:26:44 +08:00
Kristin Martin d2c63597e5 Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-10-28 14:24:02 -07:00
Laurence Man 7f94c0e4a4 Update Calico description based on feedback 2020-10-28 12:00:23 -07:00
Kubernetes Prow Robot 84b3e50605
Merge pull request #24764 from adtac/pts1
pod topology spread: add note about GA and feature gates
2020-10-28 07:35:56 -07:00
Adhityaa Chandrasekar ede08e612b pod topology spread: add note about GA and feature gates
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-10-28 13:53:32 +00:00
KilimAnnejaro 6aee0699e2 moving use cases up 2020-10-27 20:50:49 -05:00
KilimAnnejaro 7f5f3cb00e responding to comments 2020-10-27 20:15:09 -05:00
KilimAnnejaro 1d809aabd6 use cases for volume snapshot 2020-10-27 18:28:30 -05:00
Sergey Kanzhelev ca7cb78cab
Update content/en/docs/concepts/containers/runtime-class.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-26 15:27:38 -07:00
Nate W 9a6731fc8b Copy updates
1. Copy updates to correct "container image manifests" reference to "container image index." (Fixes https://github.com/kubernetes/website/issues/23055)
2. Setting titles to sentence case throughout.

Signed-off-by: Nate W <nwaddington@cncf.io>
2020-10-26 15:19:21 -07:00
Laurence Man 36a42bf4a1 Update Calico description on 'Cluster Networking' page 2020-10-26 13:14:01 -07:00
Karen Bradshaw 3f5d599921 testing styling of resources, plugins, drivers 2020-10-26 14:04:55 -04:00
rob d71c214426 fix KubeSchedulerConfiguration syntax 2020-10-23 12:10:38 -10:00
Sergey Kanzhelev 72a66b6969 RuntimeClass GA 2020-10-23 20:57:54 +00:00
eagleusb 45ec60bed5
Merge master into dev-1.20 to keep in sync 2020-10-22 17:44:02 +02:00
Noah Kantrowitz fcdcfba359
Containers don't get their own CPU (#24659)
* 🐛 Containers don't get their own CPU

This is overly broad, in all default setup containers all share the underlying host CPUs so I wouldn't say they "have their own".

* Change wording to "share of CPU" to more closely reflect reality.

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-22 06:45:36 -07:00
Kubernetes Prow Robot fe90f65e6a
Merge pull request #24677 from tengqm/links-concepts
Fix links in concepts section
2020-10-22 06:41:35 -07:00
Qiming Teng 070023b24a Fix links in concepts section 2020-10-22 14:24:56 +08:00
Kubernetes Prow Robot 09f5c42d59
Merge pull request #24619 from neha-viswanathan/24380-remove-k8s-incubator
update kubernetes-incubator references
2020-10-21 07:28:20 -07:00
Tim Bannister 4e0b662954 Tweak docs about Kubernetes API versions
Co-authored-by: Karen Bradshaw <kbhawkey@gmail.com>
2020-10-21 15:07:46 +01:00
Kubernetes Prow Robot df0f955bca
Merge pull request #24527 from sftim/20201012_controller_concept_provide_direct_control_example
Provide example of direct control for Controller concept
2020-10-21 06:32:20 -07:00
Neha Viswanathan a8b6551c22 update kubernetes-incubator references 2020-10-20 23:10:28 -07:00
Tim Bannister 78351ecaf5 Transfer “Controlling Access to the Kubernetes API” to the Concepts section
Readers from several different backgrounds will find it useful to know
about how Kubernetes controls access to its API. Promote this overview
to the Security subsection of Concepts.
2020-10-20 23:41:56 +01:00
Tim Bannister 3edb970570 Move API overview to be a Docsy section overview 2020-10-20 23:41:54 +01:00
Tim Bannister a766d28b30 Provide example of direct control for Controller concept 2020-10-20 23:26:46 +01:00
Kubernetes Prow Robot a9b21d2f4f
Merge pull request #24593 from danwinship/sctp-ga
SCTP is GA in 1.20
2020-10-20 15:14:20 -07:00
Kubernetes Prow Robot 7286b30bef
Merge pull request #24649 from wasosa/patch-1
Fix small typo: is updates --> is updated
2020-10-20 14:32:23 -07:00
Javier Diaz-Montes c29185dac5 Updating doc to reflect that setHostnameAsFQDN feature will be beta in v1.20 2020-10-20 07:17:24 -04:00
Walter Sosa 0948cf981e
Fix small typo: is updates --> is updated 2020-10-19 23:54:53 -07:00
Jacob Floyd 427c96e645
Fix minor typo in StatefulSets docs
`s/tpycally/typically/`
2020-10-19 13:29:13 -05:00
Qiming Teng a42b440589 Improve resource quota concepts
Fix some inaccurate and/or out-dated content in the resource quota
concept page.
2020-10-19 09:05:37 +08:00
Kubernetes Prow Robot 7abf35915d
Merge pull request #23522 from VladMasarik/patch-2
Updated ingress.md TLS section
2020-10-17 18:48:13 -07:00
Kubernetes Prow Robot a965ab9c08
Merge pull request #24611 from h4ghhh/device-plugin-new2
modify device-plugins.md
2020-10-17 11:12:12 -07:00
Kubernetes Prow Robot 62407cef77
Merge pull request #24587 from sftim/20201015_fix_glossary_containers_link
Fix glossary containers link
2020-10-17 10:46:12 -07:00
Kubernetes Prow Robot 27df2ed196
Merge pull request #24590 from msau42/prebind
storageclass name in pvc needs to be empty to match pv
2020-10-17 10:42:12 -07:00
Kubernetes Prow Robot ff44a14437
Merge pull request #24569 from climent/patch-2
Update pod-lifecycle.md
2020-10-17 08:02:12 -07:00
h4ghhh 81a6a8e5bd modify device-plugins.md 2020-10-17 14:32:23 +08:00
Michelle Au b01c0a2f6a storageclass name in pvc needs to be empty to match empty storageclassname on pv 2020-10-16 11:51:44 -07:00
Dan Winship be23194dad SCTP is GA in 1.20 2020-10-16 14:12:12 -04:00
Kubernetes Prow Robot 0075ace043
Merge pull request #24563 from piaoliangkb/fix-link-err
Change outdated link in the concept page of "scheduling framework"
2020-10-16 09:51:27 -07:00
Kubernetes Prow Robot 4d7cc18c3c
Merge pull request #24576 from ljnaresh/bug-21790
Move Pod Overhead concept inside Scheduling & Eviction
2020-10-16 05:03:25 -07:00
Tim Bannister 08ef8f205c Reinstate link to container concept via glossary
This reverts commit 74dee75144.
2020-10-15 12:00:00 +01:00
Kubernetes Prow Robot 9749d02404
Merge pull request #24579 from neha-viswanathan/24459-fix-hyperlink
update link to container concepts
2020-10-15 02:18:24 -07:00
Kubernetes Prow Robot f5b07d0e14
Merge pull request #23737 from sftim/20200907_add_workload_concept_introduction
Add introduction to Workloads concept
2020-10-15 00:20:24 -07:00
Neha Viswanathan 74dee75144 update link to container concepts 2020-10-14 22:25:57 -07:00
ljnaresh 64085d63a8 Move Pod Overhead concept inside Scheduling & Eviction 2020-10-15 01:13:17 +02:00
reylejano-rxm 34695f9380 dev-1.20 branch version for pod-lifecycle.md for feature state for k8s version 2020-10-14 09:35:18 -07:00
Jesus Climent e6c7f7eadf
Update pod-lifecycle.md
Updated the table limits so that values do not get truncated.
2020-10-14 10:14:22 -04:00
piaoliangkb f566c22e69 Change outdated link
Change the outdated link of "design proposal of the scheduling framework", cause that repo structure has been changed.
2020-10-14 19:04:59 +08:00
Kubernetes Prow Robot 5857387107
Merge pull request #24149 from sftim/20200926_set_priority_for_key_pages
Set sitemap priority for key pages
2020-10-13 10:44:27 -07:00
Amos Chu ad13389bf7
fix typo in content/en/docs/concepts/services-networking/dns-pod-service.md 2020-10-13 17:22:27 +08:00
Kubernetes Prow Robot 3ca837474b
Merge pull request #24026 from johscheuer/remove-cni-alpha-warning
Remove CNI alpha warning
2020-10-13 01:42:26 -07:00
Johannes M. Scheuermann c3a9924bbf Make the CNI usage more accurate 2020-10-13 07:22:28 +02:00
Kubernetes Prow Robot 9b8bf10f3a
Merge pull request #24402 from SumoLogic/master
Add explicit info about pod limits being applied to requests
2020-10-12 17:39:22 -07:00
Kubernetes Prow Robot 19e1b54436
Merge pull request #23404 from 2rs2ts/patch-1
Fix ambiguity around behavior of preStop hook
2020-10-12 17:27:22 -07:00
Kubernetes Prow Robot ce8bfdd50e
Merge pull request #24344 from bnutt/bnutt/add_missing_aws_ld_annotation
Add missing annotation in en/docs/concepts/services-networking/service.md
2020-10-12 17:11:22 -07:00
Kubernetes Prow Robot aa426328ab
Merge pull request #24101 from ldynia/patch-1
changing image to nginx because game.example/demo-game does not exist
2020-10-12 17:09:24 -07:00
Kubernetes Prow Robot e6979ce921
Merge pull request #24439 from climent/patch-1
Update pod-lifecycle.md
2020-10-12 17:05:22 -07:00
Kubernetes Prow Robot c86772c4b0
Merge pull request #24478 from sftim/20201010_remove_future_statement_namespaces
Remove statement about future of namespaces
2020-10-12 17:01:22 -07:00
Tim Bannister 45fa151732 Add introduction to Workloads concept 2020-10-12 21:06:19 +01:00
Tim Bannister 225be5b8c8 Improve explanation about pod template updates
- (try to) imply that pod templates are part of an owning resource,
  not part of the pod itself
- explain that the owning resource must replace Pods if the pod
  template changes
2020-10-12 20:32:42 +01:00
FreeGuwop 50404c93ee
Update resource-bin-packing.md 2020-10-11 20:34:11 -07:00
Ashwin Ramaswami 511c92afbb
Add "and" 2020-10-11 21:20:23 -04:00
Tim Bannister dd88014f30 Remove statement about future of namespaces 2020-10-10 19:15:14 +01:00
Kubernetes Prow Robot c26af3fae7
Merge pull request #24024 from tengqm/api-version-warning
Clarify what API versions mean
2020-10-10 05:58:46 -07:00
Kubernetes Prow Robot 5f2e72bf9a
Merge pull request #23332 from matthyx/master
Promote startupProbe to GA in 1.20
2020-10-09 21:48:47 -07:00
Kubernetes Prow Robot 7617c89207
Merge pull request #23699 from Cweiping/feature/clairly_exec_action
clarify the execution contexts of hook handlers with different action
2020-10-09 21:28:46 -07:00
Weiping Cai 10ebb11f20
clarify the execution contexts of hook handlers with different action types are different
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-10-10 10:23:44 +08:00
Qiming Teng 3d416c6417 Clarify what API versions mean 2020-10-10 08:51:14 +08:00
Pierre Humberdroz 0183af4980
Fix grammar mistake 2020-10-09 14:19:25 +02:00
Kubernetes Prow Robot 542729faf1
Merge pull request #24444 from RoSk0/issue-24399
Add missing text
2020-10-09 03:21:06 -07:00
Ro$k0 6d4fd2ab2b Add missing text 2020-10-09 22:17:35 +13:00
Kubernetes Prow Robot 245f8b6170
Merge pull request #23929 from SergeyKanzhelev/pidlimiting
pid limiting documentation
2020-10-09 01:15:07 -07:00
Kenichi Omichi 8b3e6aa8c0 Fix output of 'kubectl rollout status'
If running 'kubectl rollout status' command, the output is like:

  deployment "nginx-deployment" successfully rolled out

The corresponding kubectl code also shows it according to
e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)
2020-10-09 00:03:41 +00:00
Jesus Climent 80d695656f
Update pod-lifecycle.md
Redundant "without problems" removed.
2020-10-08 14:48:15 -04:00
Vladimir Masarik 73780ca1bd Updated ingress.md TLS section 2020-10-08 17:13:14 +02:00
Kubernetes Prow Robot c685694bd0
Merge pull request #24404 from alex-slynko/patch-2
Startup probe is in beta since 1.18
2020-10-07 10:58:16 -07:00
Oleksandr Slynko 0c730420e7
Startup probe is in beta since 1.18 2020-10-07 10:23:58 +01:00
makocchi-git 0fe678c345
Fix dead links 2020-10-07 18:14:59 +09:00
perk 4d94040676 Add explicit info about pod limits being applied to requests 2020-10-07 11:14:05 +02:00
Matthias Bertschy 096499936e Promote startupProbe to GA in 1.20 2020-10-07 08:39:48 +02:00
Johannes M. Scheuermann c8f34ff15b Remove CNI alpha warning 2020-10-06 19:42:47 +02:00
Kubernetes Prow Robot 0d763011f2
Merge pull request #24095 from mvertes/patch-1
Update traefik links in ingress-controllers.md
2020-10-06 08:10:21 -07:00
Andrew Garrett 96a27ce40f
Clean up grammar around the phase section 2020-10-02 12:31:34 -07:00
Kubernetes Prow Robot a4d016e1f9
Merge pull request #24311 from hikhvar/pod-termination-signal
Clarify the pod termination process.
2020-10-02 10:14:48 -07:00
Kubernetes Prow Robot 9e01fb5560
Merge pull request #24037 from RULCSoft/fix-typos
Fix typos
2020-10-02 07:25:20 -07:00
Brian Nutt b805f7bdb1 Add missing annotation in en/docs/concepts/services-networking/service.md
Annotation `service.beta.kubernetes.io/aws-load-balancer-security-groups` is missing from the list of annotations that can be applied to an ELB. This annotation was introduced in https://github.com/kubernetes/kubernetes/pull/62774 and refactored https://github.com/kubernetes/kubernetes/pull/83446 to allow users to specify a set of existing security groups to attach to the ELB instead of using any precreated security groups.
2020-10-01 16:52:00 -07:00
Kubernetes Prow Robot 5a685dd022
Merge pull request #24327 from seongpyoHong/modify-init-containers
Modify Understanding init containers section
2020-10-01 10:17:19 -07:00
Kubernetes Prow Robot 33f77f080b
Merge pull request #24285 from psykulsk/patch-1
Fix Common Name in Ingress TLS docs to match the name used in example.
2020-10-01 08:34:54 -07:00
Seongpyo Hong 481c02393e Modify Understanding init containers section 2020-10-02 00:28:41 +09:00
Christoph Petrausch 1498f297d5
Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-01 10:43:30 +02:00
Christoph Petrausch 839863849c Clarify the pod termination process. 2020-10-01 09:16:47 +02:00
Kubernetes Prow Robot 158286c4b7
Merge pull request #23807 from tengqm/improve-configmap-concept
Improve ConfigMap concept
2020-09-30 16:46:54 -07:00
Kubernetes Prow Robot 6fa0a5e3ef
Merge pull request #23734 from Evalle/ISSUE-23659
Rewrite GKE reference in Control Plane-Node Communication
2020-09-30 16:34:53 -07:00
Qiming Teng b1490ef95f Improve ConfigMap concept
This PR adds some missing information to the ConfigMap concept page.
2020-10-01 07:33:52 +08:00
Kubernetes Prow Robot 7190ac2a24
Merge pull request #24286 from santadasu/patch-2
Fixing the URL for operator framework
2020-09-30 16:06:53 -07:00
Kubernetes Prow Robot d32bc81f3a
Merge pull request #24175 from willseeyou/patch-1
fix typo in content/en/docs/concepts/workloads/pods/_index.md
2020-09-30 15:56:54 -07:00
santadasu 56c51724e8
Fixing the URL for operator framework
None
2020-09-30 15:26:57 -07:00
Piotr Sykulski 996f433b92
Fix Common Name in Ingress TLS example to match the name used in example yaml. 2020-09-30 23:49:20 +02:00
Kubernetes Prow Robot 3c15be9995
Merge pull request #24237 from kbhawkey/kb-fixup-eviction-content-type
fix eviction policy content type
2020-09-30 11:30:54 -07:00
Kubernetes Prow Robot b9d53624fa
Merge pull request #24168 from bnutt/bnutt/fix_typo_in_scheduling_framework
Fix typo in en/docs/concepts/scheduling-eviction/scheduling-framework.md
2020-09-30 08:35:25 -07:00
Kubernetes Prow Robot 9f5bd65da2
Merge pull request #24079 from zaneb/patch-1
Fix grammatical error in headline
2020-09-30 08:31:25 -07:00
Karen Bradshaw 3fc4a3e8b7 fix eviction policy content type 2020-09-29 20:37:02 -04:00
Amos Chu b8bc85f804
fix typo in content/en/docs/concepts/workloads/pods/_index.md
wrong spelling for comunicate, it should be communicate
2020-09-28 15:21:31 +08:00
Brian Nutt 1c90c995c3 Fix typo in en/docs/concepts/scheduling-eviction/scheduling-framework.md
Fixes description for Postfilter plugin. The plugin is called when no feasible nodes were found for the pod being scheduled.
2020-09-27 13:28:52 -07:00
Yecheng Fu 318d17b85f add pre-binding section 2020-09-27 10:17:34 +08:00
Tim Bannister 961438877d Set sitemap priority for key pages
The very key pages get 1.0 priority; other good landing pages get 0.9
and the remaining pages have a default priority, 0.75.
2020-09-26 14:06:22 +01:00
Kubernetes Prow Robot b0fa090609
Merge pull request #24021 from yue9944882/apf-typo
One digit typo in APF docs
2020-09-24 10:48:06 -07:00
ldynia 7dc69cfa0b
Update configmap.md
Changing nginx to alpine, This way it's more generic giving it generic context.
2020-09-24 15:06:15 +02:00
ldynia 8dcf08a4d0
image does not exist
docker pull game.example/demo-game results with Error response from daemon: Get https://game.example/v2/: dial tcp: lookup game.example: no such host.
Therefore is better to change image to nginx
2020-09-24 13:03:53 +02:00
Marc Vertes 959d3152f8
Update traefik links in ingress-controllers.md
Traefik github repo has been moved from https://github.com/containous/traefik to https://github.com/traefik/traefik. The new company name is `Traefik Labs` and new site https://traefik.io
2020-09-24 09:34:03 +02:00
Zane Bitter 8e66f24319
Fix grammatical error 2020-09-23 15:46:19 -04:00
Kubernetes Prow Robot 72f0d1d3ad
Merge pull request #23283 from sftim/20200820_improve_diagrams_for_ingress
Switch Ingress concept to use MermaidJS diagrams
2020-09-23 08:04:09 -07:00
Jorge Vallecillo 2ff48e6f42 Fix typos 2020-09-22 14:27:09 -06:00
Kubernetes Prow Robot 38b08c11f3
Merge pull request #24039 from shuuji3/en/concepts/workloads/pods/pod-topology-spread-constraints
Replace text diagrams with ones rendered by mermaid.js on concepts/workloads/pods/pod-topology-spread-constraints
2020-09-22 11:10:43 -07:00
Tim Bannister d8573d9a42 Switch Ingress concept to use MermaidJS diagrams
Replace ASCII-art diagrams with MermaidJS-rendered drawings.
2020-09-22 17:10:45 +01:00
TAKAHASHI Shuuji 47efc81828 Replace text diagrams with ones rendered by mermaid. 2020-09-22 23:54:50 +09:00
Jorge Vallecillo 1213635880 Fix typos 2020-09-21 15:36:01 -06:00
yue9944882 72b8425895 a digit typo in apf docs 2020-09-21 16:27:34 +08:00
Kubernetes Prow Robot d4e1edfd0b
Merge pull request #23866 from tengqm/refactor-api-concept
Remove duplicated content in concepts and reference
2020-09-21 01:18:31 -07:00
Kubernetes Prow Robot c98e9e5c42
Merge pull request #23882 from kbhawkey/kb-service-word-cleanup
reword pod lifecycle, cleanup
2020-09-20 04:30:29 -07:00
Kubernetes Prow Robot 346153b84d
Merge pull request #23961 from NavidZ/patch-1
Fix a small typo in the docs
2020-09-20 04:26:29 -07:00
Kubernetes Prow Robot 7a5fc711ab
Merge pull request #23993 from fmuyassarov/fix-404-feruz
Fix 404 issues
2020-09-19 05:22:28 -07:00
Tej-Singh-Rana 70eba58d3b
Contex to Context 2020-09-19 16:48:42 +05:30
Kubernetes Prow Robot d4d1c045cc
Merge pull request #23754 from sftim/20200908_link_to_well_known_labels
Link to well-known labels rather than repeating the list
2020-09-18 21:34:27 -07:00
Qiming Teng 3cc1371651 Remove duplicated content in concepts and reference
We currently have quite some contents duplicated between the concepts
and the reference section, which is not good. This PR is an effort to
remove the duplicated content from the two pages while providing links
for readers to check the reference easily.
2020-09-19 08:36:47 +08:00
Feruzjon Muyassarov 55d2702f3f
Fix 404 issues 2020-09-19 00:07:30 +03:00
Kubernetes Prow Robot 1057430f94
Merge pull request #23647 from lparis/patch-2
Update storage-classes.md
2020-09-17 18:04:46 -07:00
Feruzjon Muyassarov e89dc4f7c2 Fix 404 in storage doc 2020-09-18 00:30:28 +03:00
Navid Zolghadr 7174cfcd69
Fix a small typo 2020-09-17 16:59:45 -04:00
unknown 82c612be23 Added direct link 2020-09-17 11:13:47 -07:00
unknown 4c67cd640f Remove example, point to repo 2020-09-17 10:59:31 -07:00
Sergey Kanzhelev 7b7ed6bb10 documentation for pid limiting functionality 2020-09-17 17:00:28 +00:00
unknown 09a658eeb5 Addressing feedback 2020-09-15 12:59:42 -07:00
Kubernetes Prow Robot 77b51db7e7
Merge pull request #23878 from didier-durand/service_en
fixing a typo
2020-09-14 20:32:07 -07:00
Kubernetes Prow Robot a38f9403ed
Merge pull request #23864 from rileyL6122428/patch-1
Fixes typo
2020-09-14 20:10:07 -07:00
Kubernetes Prow Robot ba3c2c4b29
Merge pull request #23877 from liggitt/deprecate-cs
Remove reference to componentstatus
2020-09-14 14:27:25 -07:00
Karen Bradshaw 6a401072b3 reword pod lifecycle, cleanup 2020-09-14 14:19:25 -04:00
didier 5061d5587b fixing a typo
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-14 18:23:25 +02:00
Jordan Liggitt e566a726de Remove reference to componentstatus 2020-09-14 11:13:30 -04:00
Kubernetes Prow Robot db6ed81b5d
Merge pull request #23856 from christomas1/patch-1
Update manage-resources-containers.md
2020-09-13 22:00:58 -07:00
Riley Littlefield b8e9488d84 Fixes typo 2020-09-13 22:47:25 -04:00
Kubernetes Prow Robot c901c84e55
Merge pull request #23782 from tengqm/create-secret-tasks
Separating tasks from Secret concept
2020-09-13 17:20:57 -07:00
Kubernetes Prow Robot d2b84110de
Merge pull request #23735 from bttger/patch-1
Fix false Object in persistentVolumeClaim explanation
2020-09-13 17:18:57 -07:00
Chris Tomas c1f104e5f8
Update manage-resources-containers.md
Removed the "env" object from the "Meaning of memory" section. It has no utility.
2020-09-13 14:33:38 -05:00
Qiming Teng 995b067fdb Separating tasks from Secret concept
There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.

Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
2020-09-13 21:06:58 +08:00
Kubernetes Prow Robot c8b582ac2d
Merge pull request #23844 from didier-durand/Ingress_EN
fixing some typos / spelling issues in Ingress.md
2020-09-13 03:42:57 -07:00