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
didier
68a018eb8d
fixing some typos / spelling issues
...
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-13 11:00:07 +02:00
Kubernetes Prow Robot
b6b30fab61
Merge pull request #23795 from kaushik229/master
...
Limited resources in quota when scoped for priority class
2020-09-12 18:02:57 -07:00
noms
7e22ae5adc
Fix for 23732 ( #23822 )
...
* Fix for 23732
Explicitly specify that consumed as environment variables require pod restart to refresh.
* Remove note tag
Remove note tag as suggested
2020-09-12 17:10:58 -07:00
Aleg Malinovsky
8b0014260d
missing a word
...
it felt like the sentence was missing a word in that place
2020-09-11 15:24:51 +03:00
Kubernetes Prow Robot
d9c91821bb
Merge pull request #23796 from cimes-isi/patch-1
...
Typo in 'What's next' section
2020-09-10 21:54:14 -07:00
Adolfo Julcamoro
dee4a58df2
Update _index.md
2020-09-10 16:30:05 -05:00
cimes-isi
e0859fdc4b
Typo in 'What's next' section
2020-09-10 14:19:29 -04:00
Kumar Kaushik
acbaf2577a
Limited resources in quota when scoped for priority class
2020-09-10 10:30:18 -07:00
Lorenzo Paris
d3475e6a5c
Update content/en/docs/concepts/storage/storage-classes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-09-09 14:37:24 -07:00
Kubernetes Prow Robot
2955ede7ee
Merge pull request #23279 from sftim/20200820_add_heading_immutable_secret_configmap
...
Add headings for Immutable ConfigMaps and Secrets
2020-09-09 10:23:08 -07:00
Tim Bannister
4b3617299a
Link to well-known labels rather than repeating the list
...
- easier to maintain
- less visual space; readers who are interested can follow the hyperlink
2020-09-08 19:47:50 +01:00
Tom Boettger
00abf7a80f
Fix false Object in persistentVolumeClaim explanation
...
The persistentVolumeClaim explanation was contradictory. I've changed it, since PersistentVolumeClaims are an abstraction layer for PersistentVolumes, which in turn "capture[..] the details of the implementation of the storage".
2020-09-08 12:37:51 +02:00
gm7y8
b330bb0256
Move eviction-policy from tasks to concepts
...
add what's next to eviction policy
2020-09-07 23:44:28 +01:00
Evgeny Shmarnev
ad56b48a0b
Rewrite GKE refernce in Control Plane-Node Communication
2020-09-07 18:04:53 +02:00
Kubernetes Prow Robot
f0a32c7833
Merge pull request #23710 from pjhwa/fix-23709
...
Fix issue with k8s.io/docs/concepts/services-networking/ingress.md
2020-09-06 08:45:41 -07:00
Tim Bannister
b5b9d88433
Add headings for Immutable ConfigMaps and Secrets
2020-09-06 16:03:35 +01:00
Jerry Park
6cde842648
Fix issue with k8s.io/docs/concepts/services-networking/ingress.md
2020-09-06 21:35:55 +09:00
Kubernetes Prow Robot
daf7156bd5
Merge pull request #23517 from sftim/20200828_remove_cloud_providers_page
...
Remove cloud providers page
2020-09-03 12:07:41 -07:00
Kubernetes Prow Robot
5b08dbc38d
Merge pull request #23107 from celestehorgan/add-3rdparty-warning
...
Add 3rd party content warning
2020-09-02 12:53:06 -07:00
Lorenzo Paris
7048041d14
Update storage-classes.md
...
Adding vSphere CSI StorageClass example.
2020-09-01 16:47:11 -07:00
Celeste Horgan
47dd26bf09
Add 3rd party content warning
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
2020-09-01 10:39:06 -07:00
Sascha Grunert
91f4a125c0
Remove the feature gate part from immutable secrets/configmaps
...
The feature is in `beta` since Kubernetes v1.19.0 so it is enabled per
default. This means that we can omit the hint to enable the feature
gate manually.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-01 14:32:18 +02:00
Kubernetes Prow Robot
353b5bed24
Merge pull request #23529 from JubayerJoy/master
...
Move “Resource Bin Packing” into Scheduling & Eviction section
2020-08-31 16:41:53 -07:00
alec
3e3de65859
Update endpoint-slices.md
...
Fix a typo
2020-08-31 17:21:32 +09:00
Kubernetes Prow Robot
c0d06c1980
Merge pull request #23228 from kvaps/fix-apiserver-dualstack
...
Specify service-cluster-ip-range for apiserver (dualstack)
2020-08-29 10:53:19 -07:00
Jubayer Abdullah Joy
11b10784fd
Move “Resource Bin Packing” into Scheduling & Eviction section ( #1 )
...
Signed-off-by: Jubayer Abdullah Joy <jubayerjoy98@gmail.com>
2020-08-29 01:42:14 +06:00
Tim Bannister
94b2f857bb
Update Kubernetes architectural diagram ( #23138 )
...
* Update Kubernetes architectural diagram
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Switch Kubernetes Component diagram to SVG
Co-authored-by: David Kypuros <davidkypuros@gmail.com>
2020-08-28 08:49:50 -07:00
Tim Bannister
24b350662c
Remove links to cloud providers page
2020-08-28 12:53:42 +01:00
Tim Bannister
a4ab9c712f
Remove cloud providers page
...
The content guide for the website requires omitting this kind of
content; instead, cloud providers can each provide their own
documentation on how to make their system work with Kubernetes.
2020-08-28 12:44:03 +01:00
BartoszCki
8bcf7bb744
Make it idiomatic English
2020-08-28 00:31:06 +02:00
Andrew Garrett
8b2e8df3ad
semicolon and s/they/the/
2020-08-27 09:24:50 -07:00
Andrew Garrett
13fcd40344
lowercase container when it's not an API thing
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-27 09:23:53 -07:00
BartoszCki
9e9b22689c
Another typo
2020-08-27 16:07:59 +02:00
BartoszCki
9328c7d2b1
Another typo
2020-08-27 16:00:02 +02:00
BartoszCki
5c8f26e6d6
Fix a typo
2020-08-27 15:23:55 +02:00
Kubernetes Prow Robot
02767f7a3a
Merge pull request #23066 from jayunit100/patch-4
...
Clarify the 3 primitives used for defining policy targets
2020-08-26 14:59:03 -07:00
Kubernetes Prow Robot
70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
...
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
Andrew Garrett
22a5ff9fdb
Fix ambiguity around behavior of preStop hook
...
When the previous paragraph says that postStart hooks are
fired asynchronously, and this paragraph says "the behavior is
much the same for preStop hooks," it reads as saying that
preStop hooks are fired asynchronously as well–which is not true.
It also seems prudent to give a concrete example of how
terminationGracePeriodSeconds applies to the total time it takes the
preStop hook and the container shutdown to happen.
2020-08-24 12:09:11 -07:00
Savitha Raghunathan
95c94c03d5
resolving conflicts
2020-08-23 12:13:37 -04:00
jay vyas
cace35ea04
Clarify the 3 primitives used for defining policy targets
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-23 05:11:12 -04:00
Kubernetes Prow Robot
e258284e9d
Merge pull request #23090 from pjhwa/fix-23089
...
Fix issue with k8s.io/docs/concepts/configuration/secret/
2020-08-22 08:19:39 -07:00
reylejano-rxm
4caacbaf6b
Update links to k8s control plane and k8s objects on controller page
...
Fix link to k8s control plane
2020-08-21 12:08:05 -07:00
Kubernetes Prow Robot
6005510284
Merge pull request #22968 from blueabysm/fix-links-which-pointed-to-unavailable-location
...
Fix links which pointed to unavailable location
2020-08-21 07:35:40 -07:00
Kubernetes Prow Robot
3052197b1d
Merge pull request #23277 from alombardo4/patch-1
...
Fix typo in resource unit documentation.
2020-08-21 06:55:40 -07:00
Alec Lombardo
e9c9b557fa
Fix typo in resource unit documentation.
...
The spec specified a "plain integer or as a fixed-point integer", but a fixed-point number is the correct terminology.
As such, 1.7Gi and 1Gi should both work.
2020-08-21 09:32:42 -04:00
Kubernetes Prow Robot
8d56047830
Merge pull request #23084 from robscott/endpointslice-duplication
...
Documenting EndpointSlice deduplication requirements
2020-08-21 04:33:39 -07:00
reylejano-rxm
ec27c6cb83
Update link to Weave Net's Integrating Kubernetes via the Addon page
2020-08-20 21:24:04 -07:00
Rob Scott
9bca5270fe
Documenting EndpointSlice deduplication requirements
2020-08-20 15:53:35 -07:00
Kubernetes Prow Robot
427dda53b8
Merge pull request #23270 from lostsquirrel/patch-3
...
Remove the unessary code type
2020-08-20 15:27:40 -07:00
lostsquirrel
426e44bbad
remove the non paire parenthese
2020-08-20 16:24:10 +08:00
lostsquirrel
fdade94ecb
Remove the unessary code type
...
According to the rest part of this article. the `shell` for the output of command might be omitted
2020-08-20 16:16:36 +08:00
Kubernetes Prow Robot
713f0f5e3a
Merge pull request #22959 from tabbysable/master
...
Correct Privilege Escalation section
2020-08-19 10:29:22 -07:00
Andrei Kvapil
b9bc797a9f
Specify service-cluster-ip-range for apiserver
2020-08-18 23:39:12 +02:00
Kubernetes Prow Robot
18003b508a
Merge pull request #23130 from DirtySoc/patch-1
...
Update images.md
2020-08-18 14:31:11 -07:00
Kubernetes Prow Robot
253e7e8cf3
Merge pull request #23111 from maelfosso/patch-1
...
Update container-lifecycle-hooks.md : PostStart section
2020-08-18 14:29:11 -07:00
Kubernetes Prow Robot
6ff2fddb38
Merge pull request #23103 from zionwu/fix-binpack
...
Fix wrong number in example of resource-bin-packing.md
2020-08-18 14:27:11 -07:00
Zach Corleissen
773999241c
Update content/en/docs/concepts/containers/images.md
2020-08-18 14:26:30 -07:00
Kubernetes Prow Robot
67862b3abd
Merge pull request #22939 from lopes22/patch-1
...
Update pod-lifecycle.md
2020-08-18 14:23:11 -07:00
Zach Corleissen
bf37bf0498
Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
2020-08-18 14:15:30 -07:00
Stefano Charissis
e6b0465427
Update nodes.md
...
Corrected a small syntactical error.
2020-08-18 12:30:45 +10:00
Kubernetes Prow Robot
a2096d134e
Merge pull request #22927 from dba-git/patch-1
...
grammar and syntax errors
2020-08-16 23:16:18 -07:00
Kubernetes Prow Robot
5a7b92971c
Merge pull request #22764 from vincenthcui/master
...
update default config for Openstack Cloud Controller Manager since v1.17.0 version release
2020-08-16 20:00:18 -07:00
Kubernetes Prow Robot
4a4e84e479
Merge pull request #21284 from MorrisLaw/remove-third-party-vendors
...
Remove third-party vendors from cloud provider docs
2020-08-16 14:24:18 -07:00
Kubernetes Prow Robot
7c39165d67
Merge pull request #23053 from shuuji3/en/fix-code-block-volume-snapshot
...
Fix the code block on concepts/storage/volume-snapshots page
2020-08-16 14:20:18 -07:00
Omar Saleem
6ac37b76be
fix a typo
...
you "lose" data not "loose" data. quick fix
2020-08-15 13:07:42 -04:00
MorrisLaw
2ff7e96e16
Remove third-party vendors from cloud provider docs
2020-08-14 13:50:42 +00:00
lostsquirrel
be9d7567be
This should not be shell
...
the code is yaml
2020-08-14 10:15:16 +08:00
Derek Willingham
7fe9521376
Update images.md
...
fix grammar.
2020-08-13 18:24:11 -04:00
Mael FOSSO
20468289fe
Update container-lifecycle-hooks.md
...
To follow the same logic like the one for describing the **PreStop** hook, I think it's better to write it kike that.
2020-08-13 06:32:51 +02:00
Kubernetes Prow Robot
9d0baba1e1
Merge pull request #23075 from annajung/merged-master-dev-1.19
...
Merged master dev 1.19
2020-08-12 09:43:44 -07:00
zionwu
29c518c175
Fix wrong number in example of resource-bin-packing.md
2020-08-12 20:23:00 +08:00
Jerry Park
05e11bb98d
Fix issue with k8s.io/docs/concepts/configuration/secret/
2020-08-12 04:41:34 +00:00
Anna Jung
09d0f598fa
Merge master into dev-1.19 to keep in sync
2020-08-11 08:34:02 -05:00
TAKAHASHI Shuuji
c6a96128c4
Replace special quote characters with normal ones.
2020-08-11 21:05:22 +09:00
Patrick Ohly
6d84df458e
Update content/en/docs/concepts/storage/storage-capacity.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-10 19:32:25 +02:00
Patrick Ohly
c5e26a2636
Update content/en/docs/concepts/storage/storage-capacity.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-10 19:32:12 +02:00
Patrick Ohly
0dd9d1088e
storage capacity: mention API group
...
Just the feature gate alone is not enough, the API group also needs to
be enabled.
2020-08-10 16:23:59 +02:00
Evgeny Shmarnev
7f1a2cace5
Improve order of workload resources
2020-08-10 09:56:48 +02:00
TAKAHASHI Shuuji
e806ba5207
Fix the indentation and lang of the code block on concepts/storage/volume-snapshots.
2020-08-10 11:40:41 +09:00
Kubernetes Prow Robot
da1eec647d
Merge pull request #22994 from tengqm/zh-links-concepts-5
...
[zh] Fix links in concepts section (5)
2020-08-09 19:22:19 -07:00
Kubernetes Prow Robot
8cb1149e9c
Merge pull request #23046 from pjhwa/fix-23045
...
Fix issue with k8s.io/docs/concepts/workloads/pods/
2020-08-09 11:00:19 -07:00
Jerry Park
00a3e0ae4b
Fix issue with k8s.io/docs/concepts/workloads/pods/
2020-08-09 23:03:55 +09:00
cedarkuo
6622de0b5e
Fix pod-lifecycle typo bescheduled.
...
Replace bescheduled by be scheduled.
2020-08-08 17:30:10 +08:00
Takaaki Fujii
19b4e0efa1
fix ServiceAccount link URL Path
2020-08-08 11:17:35 +09:00
Kubernetes Prow Robot
0d87df2604
Merge pull request #22996 from gnufied/add-expansion-recovery-docs
...
Add docs for manual recovery from resize failure
2020-08-07 08:32:18 -07:00
Kubernetes Prow Robot
e6721ff8da
Merge pull request #22940 from lostsquirrel/patch-1
...
typo found
2020-08-07 07:30:18 -07:00
Tabitha Sable
0a861ca7c0
use traditional UNIX language
...
Refer to the 02000 and 04000 bits in file permissions as "set-user-ID mode" and "set-group-ID mode", as the UNIX manuals have done since 4th edition per suggestion by sftim
2020-08-06 21:55:41 -05:00
lostsquirrel
e4c07f7dd0
typo found
2020-08-07 08:45:08 +08:00
Hemant Kumar
90f89a763f
Add docs for manual recovery from resize failure
2020-08-06 12:31:45 -04:00
Ray
3993737e58
replacing the control plane glossary term
...
replacing the control plane glossary term for a link to:
/docs/concepts/overview/components/
2020-08-06 08:17:40 +08:00
Kubernetes Prow Robot
6fa854c10a
Merge pull request #22971 from lostsquirrel/patch-3
...
ADD missing space
2020-08-05 05:14:28 -07:00
Kubernetes Prow Robot
2ad5089ee0
Merge pull request #22963 from Arhell/fix-typo
...
fix typo
2020-08-05 04:44:28 -07:00
lostsquirrel
8f299dfc70
ADD missing space
...
add possible missing space
2020-08-05 16:24:48 +08:00
Ray
0e452fed03
Fix links in what's next section
...
1. Kubernetes control plane -> /docs/reference/glossary/?all=true#term-control-plane
2. Kubernetes objects -> /docs/concepts/overview/working-with-objects
/docs/reference/glossary/?all=true#term-control-plane should be
replaced into a new page talking about control plane when exists.
2020-08-05 13:04:16 +08:00
Ray
9f9b714b63
Fix control loop hyperlink
...
should point to /docs/concepts/architecture/controller
2020-08-05 13:03:25 +08:00
Qiming Teng
b4189b5800
[zh] Fix links in concepts section (5)
2020-08-05 11:55:04 +08:00
Kubernetes Prow Robot
6126c42ba1
Merge pull request #22683 from MikeSpreitzer/doc-health-for-strangers
...
Document the health-for-strangers workaround
2020-08-04 16:04:28 -07:00
Arhell
f65ffd7a95
fix typo
2020-08-05 00:23:24 +03:00
Tabitha Sable
aa8e0d6677
Correct Privilege Escalation section
2020-08-04 14:23:42 -05:00
TAKAHASHI Shuuji
1eb3ee27e5
Remove the toc shortcode from concepts/services-networking/network-policies.
2020-08-04 10:45:15 +09:00
lopes22
e563940013
Update pod-lifecycle.md
2020-08-03 21:11:55 -04:00
Savitha Raghunathan
53c71ad3f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-08-03 16:09:39 -04:00
dba-git
eb0a35821d
grammar and syntax errors
2020-08-03 14:58:55 +02:00
vincentcui
9906576106
update default config for Openstack Cloud Controller Manager since v1.17.0 version release
...
Refer: https://github.com/kubernetes/cloud-provider-openstack/releases/tag/v1.18.0
Refer: 994df0e706
2020-08-03 12:09:50 +08:00
Qiming Teng
c8f4704873
Fix links in concepts section (2)
2020-08-02 09:11:14 +08:00
Kubernetes Prow Robot
78e997cf3f
Merge pull request #22655 from MikeSpreitzer/doc-new-apf-metrics
...
Document new API Priority and Fairness metrics
2020-08-01 16:29:40 -07:00
Kubernetes Prow Robot
e4f6797510
Merge pull request #22557 from tengqm/fix-links-concepts
...
Fix links in concepts section
2020-08-01 15:43:40 -07:00
Eric Pederson
19a8bbc82b
Add non-exposed Pod DNS name ( #22797 )
...
* Add Pod DNS name
I could not get the hostname/subdomain example to work. For example:
```
$ kubectl describe svc busybox1
Name: busybox1
Namespace: default
Labels: name=busybox
Annotations: <none>
Selector: name=busybox
Type: ClusterIP
IP: 10.109.13.10
Port: <unset> 9000/TCP
TargetPort: 9000/TCP
Endpoints: 172.17.0.6:9000
Session Affinity: None
Events: <none>
$ kubectl get ep busybox1
NAME ENDPOINTS AGE
busybox1 172.17.0.6:9000 4m5s
$ kubectl get pod busybox1 -o jsonpath="{.metadata.labels} {.spec.hostname} {.spec.subdomain}"
map[name:busybox] busybox-1 default-subdomain
$ kubectl exec busybox -- nslookup busybox-1.default-subdomain.default.svc.cluster.local
nslookup: can't resolve 'busybox-1.default-subdomain.default.svc.cluster.local'
Server: 10.96.0.10
Address 1: 10.96.0.10 kube-dns.kube-system.svc.cluster.local
command terminated with exit code 1
```
* Update content/en/docs/concepts/services-networking/dns-pod-service.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/concepts/services-networking/dns-pod-service.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-01 15:39:41 -07:00
TAKAHASHI Shuuji
36d9239fb1
Fix broken links to pages under /en/docs/tasks/administer-cluster/manage-resources/
2020-08-01 17:45:36 +09:00
Mike Spreitzer
499d0f4df1
Tweaked wording and added codenew example re health-for-strangers
2020-07-31 15:30:57 -04:00
Mike Spreitzer
8250aa2df0
Tweak APF metric doc in response to review
2020-07-31 15:26:47 -04:00
Kubernetes Prow Robot
af4e2fdf2b
Merge pull request #22712 from javidiaz/alphanoticefeature
...
Adding feature status and prerequisite to new feature.
2020-07-28 05:19:08 -07:00
Savitha Raghunathan
e2a861c2f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-07-27 19:10:42 -04:00
micnncim
0e1678f78b
Fix typo in pod-lifecycle.md
2020-07-28 04:35:12 +09:00
Eric Briand
052b7fb852
Renamed super.mycompany.com into images.my-company.example
2020-07-27 16:09:07 +02:00
Qiming Teng
0bdcd44e6b
Replace reference to redirect entries (1)
...
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Kubernetes Prow Robot
b2b2f055d8
Merge pull request #22627 from uthark/patch-1
...
Fixed typo in feature gate name.
2020-07-26 20:22:16 -07:00
Tim Bannister
49eee8fd3d
Revise Pod concept ( #22603 )
...
* Revise Pod concept
Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/
Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.
This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.
* Update links to Pod concept
Link to updated content
* Incorporate Pod concept suggestions
Co-authored-by: Celeste Horgan <celeste@cncf.io>
* Revise StatefulSet suggestion for Pod concept
Co-authored-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Kubernetes Prow Robot
81e9489f9a
Merge pull request #21767 from OriHoch/patch-1
...
volume_attributes is now volume_context in CSI spec
2020-07-26 19:50:16 -07:00
Kubernetes Prow Robot
9880cbd671
Merge pull request #22318 from tengqm/fix-19996
...
Fix pages that reference removed API groups
2020-07-26 19:38:18 -07:00
Kubernetes Prow Robot
46daba41aa
Merge pull request #22651 from MikeSpreitzer/doc-apf-debug
...
Document APF debug URL paths
2020-07-26 19:04:16 -07:00
Kubernetes Prow Robot
cc78d30459
Merge pull request #22702 from ebriand/patch-4
...
Use more real container examples
2020-07-26 18:52:17 -07:00
Naoki Oketani
7e10eb67da
paraphrase master to control plane
2020-07-26 20:15:28 +09:00
Javier Diaz-Montes
6b0192ef72
Adding feature status and prerequisite to new feature.
2020-07-24 12:56:47 -04:00
Eric Briand
39ad302c82
Use more real container examples
2020-07-24 13:54:08 +02:00
Mike Spreitzer
b2f5fbeaac
Document the health-for-strangers workaround
...
.. to issue #93359
2020-07-24 00:18:39 -04:00
Mike Spreitzer
7080355d10
Improve doc of /debug/api_priority_and_fairness/dump_requests
...
Include a non-phantom line.
Document the phantom lines (these are a bug, but not fixed yet, so
need to be documented).
2020-07-23 11:48:23 -04:00
Kubernetes Prow Robot
70198b3001
Merge pull request #22667 from Tej-Singh-Rana/k8s-tej
...
Fixed spell error
2020-07-23 05:17:39 -07:00
Tej-Singh-Rana
7ecf3561c0
Fixed spell error
2020-07-23 17:31:16 +05:30
Mike Spreitzer
dc432198e5
Document APF debug URL paths
...
Documented the debug paths introduced by #90967
2020-07-23 00:22:34 -04:00
Mike Spreitzer
800a602e36
Document new API Priority and Fairness metrics
...
Also brush up the descriptions of some of the older metrics.
2020-07-22 21:19:29 -04:00
Kubernetes Prow Robot
67a4f7733c
Merge pull request #22619 from angelbarrera92/patch-1
...
typo clusers -> clusters
2020-07-22 09:12:06 -07:00
Kubernetes Prow Robot
44db0787a9
Merge pull request #22314 from tengqm/remove-poseidon
...
Remove Poseidon page
2020-07-22 05:34:05 -07:00
Renaud Gaubert
bbe4de82e1
Add DisableAcceleratorUsageMetrics feature flag
...
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-07-21 21:17:24 +00:00
Oleg Atamanenko
e5e0faf011
Fixed typo in feature gate name.
...
Fixed typo.
related PR: https://github.com/kubernetes/kubernetes/pull/86377/
2020-07-21 12:01:45 -07:00
Ángel Barrera
27c5df83f8
typo clusers -> clusters
...
FIX a typo in clusers -> clusters
2020-07-21 13:03:00 +02:00
Kubernetes Prow Robot
6f65a89c1a
Merge pull request #22282 from sozercan/patch-2
...
Remove container level supplementalGroups and fsgroup from PSP standards doc
2020-07-20 18:55:14 -07:00
Kubernetes Prow Robot
3841d72380
Merge pull request #21278 from hasheddan/seccomp
...
Add documentation for Seccomp GA
2020-07-20 12:14:39 -07:00
hasheddan
3ad7ea77f1
Add documentation for generally available seccomp functionality
...
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-07-20 13:51:17 -05:00
Savitha Raghunathan
53f2d23359
resolving conflicts
2020-07-19 19:15:36 -04:00
Michelle Au
8a53eed8d8
Update Azure disk feature gates for 1.19 beta
2020-07-16 09:55:20 -07:00
Kubernetes Prow Robot
2f075d2930
Merge pull request #22446 from jayunit100/patch-3
...
Update statefulset.md
2020-07-16 08:53:42 -07:00
Kubernetes Prow Robot
c7285443ee
Merge pull request #21634 from pohly/kubernetes-1-19-features
...
storage: CSIStorageCapacity
2020-07-16 03:53:41 -07:00
Kubernetes Prow Robot
49bd40e6d3
Merge pull request #21115 from Huang-Wei/1.19-pts-stable
...
Promote PodTopologySpread to stable in 1.19
2020-07-16 03:43:42 -07:00
Patrick Ohly
19b8f8421f
storage: CSIStorageCapacity
...
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1472
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-16 08:52:08 +02:00
jay vyas
3e33f7fd7c
Update content/en/docs/concepts/workloads/controllers/statefulset.md
...
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-15 19:59:52 -04:00
Kubernetes Prow Robot
79b9438d8b
Merge pull request #21444 from xing-yang/csi_migration_1.19
...
Add doc for vSphere CSI Migration
2020-07-15 16:22:35 -07:00
Wei Huang
a886f56819
fixup: address comments
2020-07-15 12:22:36 -07:00
Wei Huang
b74f399e5e
Promote PodTopologySpread to stable in 1.19
2020-07-15 10:53:29 -07:00
Kubernetes Prow Robot
38b7408b70
Merge pull request #22529 from sftim/20200715_tidy_endpointslice_concept
...
Tidy EndpointSlice concept
2020-07-15 10:42:38 -07:00
Kubernetes Prow Robot
3f7af5daaf
Merge pull request #22438 from pohly/generic-ephemeral-volumes
...
storage: GenericEphemeralVolume
2020-07-15 09:48:38 -07:00
jay vyas
efa6ab5347
Update statefulset.md
2020-07-15 12:39:52 -04:00
Patrick Ohly
4401fd81d7
Update content/en/docs/concepts/storage/ephemeral-volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-15 18:28:34 +02:00
xing-yang
d2c58dcd0f
Add doc for vSphere CSI Migration
2020-07-15 15:02:30 +00:00
Tim Bannister
591d3c15cb
Tidy EndpointSlice concept
2020-07-15 10:36:21 +01:00
Qiming Teng
31730ce174
Use inline links when possible
...
This is in prep for link checker. By using inline links everywhere, we:
- reduce the risk of dangling, missing, unused links as you can see from the PR;
- simplify the link checker logic (under development).
2020-07-15 17:09:32 +08:00
Kubernetes Prow Robot
6af7fec403
Merge pull request #22522 from sftim/20200715_tidy_ingress_concept_for_ga
...
Tidy ingress concept for GA
2020-07-14 21:20:37 -07:00
Tim Bannister
15ecffa4d0
Tidy Ingress concept
...
Update documentation for stable Ingress resource (tidying)
2020-07-15 00:42:38 +01:00
Franco Morinigo
54b80dc136
Add target nodes AWS ELB annotation documentation
2020-07-14 20:11:45 -03:00
Kubernetes Prow Robot
6ec8665bba
Merge pull request #22429 from Huang-Wei/postfilter-doc
...
Document the changes of scheduler PostFilter extension point
2020-07-14 13:21:22 -07:00
Patrick Ohly
25d50c17b5
Update content/en/docs/concepts/storage/ephemeral-volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-14 20:47:39 +02:00
Kubernetes Prow Robot
b7471e9c0e
Merge pull request #22038 from adtac/adtac/reserve-dev-1.19
...
scheduling-framework.md: update Reserve and Unreserve descriptions
2020-07-14 11:03:21 -07:00
Kubernetes Prow Robot
713603e146
Merge pull request #21607 from klueska/upstream-topology-manager-docs-update
...
Topology Manager docs update for 1.19
2020-07-14 10:45:21 -07:00
Kubernetes Prow Robot
2ea1d221c7
Merge pull request #21453 from denkensk/update-non-preempt-beta
...
Update non-preempting option Doc
2020-07-14 10:11:21 -07:00
Kubernetes Prow Robot
b9a5adeedd
Merge pull request #21589 from robscott/endpointslice-1.19
...
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-14 09:41:21 -07:00
Kubernetes Prow Robot
bf022d4790
Merge pull request #21689 from alculquicondor/default-spreading
...
Docs for new default PodTopologySpread functionality and gate
2020-07-14 09:37:22 -07:00
Kubernetes Prow Robot
61ec4a43a9
Merge pull request #21202 from serathius/doc
...
Document Structured Logging Enhancement
2020-07-14 09:09:21 -07:00
Patrick Ohly
5981f4f860
storage: GenericEphemeralVolume
...
This is the initial documentation for one new feature:
- https://github.com/kubernetes/enhancements/issues/1698
A new page gets created for different ephemeral volumes because the
relationship between them needs to be explained.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-14 10:32:53 +02:00
Marek Siarkowicz
f9833ee09a
Document structured logging
...
* Separate system logs from Logging Architecture as it mainly covers application logging
* Rename "Metics For The Kubernetes Control Plane" to "Metrics For The Kubernetes System Components" as it covers non-control plane components
* Rename files to `system-logs.md` and `system-metrics.md`
* Remove trailing whitespaces
* Add sections about Klog and Structured Logging
Co-authored-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Paweł Kępka <pkepka@google.com>
2020-07-14 00:39:21 +02:00
Rob Scott
028af758bb
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-13 13:25:00 -07:00
Kubernetes Prow Robot
82ac6d49fa
Merge pull request #21590 from robscott/ingress-1.19
...
Updating Ingress docs for 1.19
2020-07-13 11:45:21 -07:00
Aldo Culquicondor
91b83cf906
Docs revision
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-13 14:30:00 -04:00
Wei Huang
9959ffc513
remove release notes section
2020-07-13 09:52:30 -07:00
Wei Huang
481aa2cce0
Remove the "How to disable preemption" stanza and rewordings
2020-07-13 09:51:12 -07:00
Wei Huang
e2fd28a35b
Document the changes of scheduler PostFilter extension point
2020-07-13 09:51:12 -07:00
Kubernetes Prow Robot
6f71476139
Merge pull request #22484 from jjmengze/patch-4
...
correct the sample content
2020-07-13 08:32:32 -07:00
Kubernetes Prow Robot
9e0d6d8110
Merge pull request #22399 from rmauge/patch-1
...
Updates for minor spelling correction
2020-07-13 08:30:33 -07:00
Kevin Klues
7b270b47bc
Add updated documentation about the device plugin interface
...
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2020-07-13 16:54:52 +02:00
Kubernetes Prow Robot
ea75275dcc
Merge pull request #22457 from ctron/patch-1
...
Fix the example values in the first examples
2020-07-12 19:08:32 -07:00
MengZeLee
c645517606
correct the sample content
2020-07-13 09:51:36 +08:00
Kubernetes Prow Robot
6a93ddf4ba
Merge pull request #22445 from piazera/patch-1
...
Update deployment.md
2020-07-12 08:08:32 -07:00
jay vyas
167746be6f
Update content/en/docs/concepts/workloads/controllers/statefulset.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-12 08:20:25 -04:00
Kubernetes Prow Robot
46bf00b75b
Merge pull request #22452 from leon-barrett/patch-1
...
Fix description of back-off count reset
2020-07-11 11:21:21 -07:00
Leon Barrett
0f854ec760
Update content/en/docs/concepts/workloads/controllers/job.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-11 10:45:07 -07:00
Kubernetes Prow Robot
9866538717
Merge pull request #22454 from djbrown/portworx-patch-en
...
fix portworx io priority parameter name [EN]
2020-07-11 00:01:21 -07:00
Leon Barrett
7b92c46503
Fix description of back-off count reset
...
By carefully reading the code in `job_controller.go`, I finally understood that
the back-off count is reset when `forget` is true, which happens when `active`
or `successful` changes without any new failures right at the moment. That
happens in this code:
dd649bb7ef/pkg/controller/job/job_controller.go (L588)
That behavior does not match what this document says. My change fixes the doc
to match the code.
It might be better to fix the behavior to match the doc, since the behavior is
kind of weird to describe. But I imagine that the Kubernetes team will need to
consider factors I'm not aware of before deciding to change job back-off
behavior, so I am not going to the effort of proposing a change like that.
2020-07-10 14:10:05 -07:00
Kubernetes Prow Robot
d6b7bf5f38
Merge pull request #21588 from robscott/app-protocol-1.19
...
Updating AppProtocol docs for 1.19 release
2020-07-10 13:49:49 -07:00
Jens Reimann
f4d296d1c3
Fix the example values in the first examples
...
In the lower part of the document `instance` is derived from the `name` field. However, in the beginning of the document the value of the `instance` field is aligned with the `part-of` field. Which seems wrong, reading through the rest of the page.
Signed-off-by: Jens Reimann <jreimann@redhat.com>
2020-07-10 12:30:09 +02:00
Daniel Brown
a644a09ec7
fix portworx io priority parameter name
...
update `io_priority` to `priority_io`
see https://docs.portworx.com/portworx-install-with-kubernetes/storage-operations/create-pvcs/dynamic-provisioning/
Name: priority_io
Description: IO Priority: low|medium|high
Example: priority_io: “high”
2020-07-10 10:51:21 +02:00
Rob Scott
4e6aa1b43b
Updating AppProtocol docs for 1.19 release
2020-07-09 18:31:43 -07:00