Kubernetes Prow Robot
f812c08cde
Merge pull request #45439 from pranav-pandey0804/envVar
...
Fix misleading advice about sharing of environment variables
2024-04-17 22:41:20 -07:00
Kubernetes Prow Robot
25ce93d252
Merge pull request #45579 from aroradaman/named-port-services-without-selectors
...
recommend usage of named port for services without selectors
2024-04-17 22:38:29 -07:00
Shannon Kularathna
7416c9c4d2
Modify Windows HostProcess section to point to dedicated page
2024-04-17 17:02:08 -04:00
Shannon Kularathna
610753c768
Add page for kernel-level security concepts
2024-04-17 17:00:13 -04:00
drewhagen
4c6ba12390
Merge main into dev-1.30 to keep in sync
2024-04-16 15:55:38 -05:00
Charles Uneze
6554ad4fe0
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
...
Co-authored-by: Ricardo Amaro <ricardoamaro@users.noreply.github.com>
2024-04-16 18:11:48 +01:00
Charles Uneze
5568cd2a39
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
...
Co-authored-by: Ricardo Amaro <ricardoamaro@users.noreply.github.com>
2024-04-16 18:11:28 +01:00
Kubernetes Prow Robot
76e84cc475
Merge pull request #45880 from fcornelius/patch-1
...
[en] Fix typo in job.md
2024-04-15 19:53:23 -07:00
Kubernetes Prow Robot
bcdcda0628
Merge pull request #45856 from mrgiles/38771_cronjob_jobshistorylimit_description
...
Update cronjobs history limits spec description
2024-04-15 16:13:41 -07:00
Naqeeb
82c6a0c563
Update assign-pod-node.md
...
Definitions of Gt and Lt mixed up but now amended
2024-04-15 16:31:50 +01:00
Felix Cornelius
c5addcc6c2
[en] Fix typo in job.md
2024-04-15 13:45:06 +02:00
Kubernetes Prow Robot
b82b747f27
Merge pull request #45459 from g1franc/patch-1
...
Update manage-resources-containers.md
2024-04-14 13:39:33 -07:00
Sergey Shevchenko
9105838778
Fix review comments
2024-04-14 18:13:23 +03:00
Kubernetes Prow Robot
01bc0afd05
Merge pull request #45849 from Aaina26/fix_NodePort_Link
...
Fix link for service.NodePort
2024-04-12 16:31:05 -07:00
Aaina26
59efd88722
Fix link for service.NodePort
2024-04-12 22:25:51 +05:30
Marcelo Giles
dba05c9a60
Update cronjobs history limits spec description
2024-04-12 09:48:15 -07:00
Kubernetes Prow Robot
0d1aa27c7d
Merge pull request #45287 from pohly/dra-kubernetes-1.30
...
DRA in Kubernetes 1.30: adds structured parameters
2024-04-12 09:12:39 -07:00
Marcelo Giles
eb19a43bed
Update Pod OS description spec.os.name
...
Update Pod OS spec.os.name
2024-04-12 09:09:04 -07:00
Kubernetes Prow Robot
653584fd10
Merge pull request #45792 from CasperLiu/otlp-env-var-for-trace
...
Configure Kubernetes components's OTEL traces configuration (emitting traces directly and tuning with environment)
2024-04-12 03:02:49 -07:00
Ethan Chang
1c7845da37
Adding project Akri to the device plugin examples
...
Request to add Akri to the device plugin example list.
Akri is a Kubernetes Resource Interface that lets you easily expose heterogeneous leaf devices (such as IP cameras and USB devices) as resources in a Kubernetes cluster. The Akri Agent implements Kubernetes Device-Plugins for discovered resources.
2024-04-11 11:18:53 +08:00
Kubernetes Prow Robot
dbf8353077
Merge pull request #45774 from mrgiles/45405_use_env_vars_in_pods
...
Mention container environment variables in concepts/pods
2024-04-10 15:55:45 -07:00
Vyom-Yadav
37b0b3ed72
Merge remote-tracking branch 'upstream/main' into dev-1.30
2024-04-10 23:04:57 +05:30
Vyom-Yadav
1d9a694850
Correct branch format in Discovery API docs
...
Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>
2024-04-10 20:25:04 +05:30
Balaji
c94fa0cbed
Update volumes.md
...
Had a typo :( in the earlier PR - https://github.com/kubernetes/website/pull/45501 .
Test output -
```
kubectl apply -f gitrepovol.yaml
Warning: spec.volumes[1].gitRepo: deprecated in v1.11
The pods "gitrepo-volume-pod" is invalid: : ValidatingAdmissionPolicy 'deprecated-gitrepo-volumes.example.com' with binding 'deprecated-gitrepo-volumes-binding.example.com' denied request: Pod must not use deprecated spec.volumes[].gitRepo field.
kubectl get ValidatingAdmissionPolicy -oyaml | grep 'expression'
- expression: has(object.spec.volumes) && !object.spec.volumes.exists(v, has(v.gitRepo))
```
2024-04-10 07:49:49 -07:00
CasperLiu
494e36e983
modify words to make clear
2024-04-10 21:31:00 +08:00
Amarnath N
c25ceaa535
Explain RuntimeClass name in Pod Overhead concept ( #45454 )
...
* empty-commit
* changed_ex_kata_fc
* Update content/en/docs/concepts/scheduling-eviction/pod-overhead.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update pod-overhead.md
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-10 05:26:03 -07:00
7sunarni
3054b8562d
example(affinity): rename pod-with-affinity-anti-affinity.yaml => pod-with-affinity-preferred-weight.yaml
...
Signed-off-by: 7sunarni <710720732@qq.com>
2024-04-10 16:19:42 +08:00
CasperLiu
4c28c0a333
remove an example
2024-04-09 10:04:09 +08:00
CasperLiu
844301bc06
introduce how to configure environment variable for OTEL trace
2024-04-07 11:52:03 +08:00
Sergey Shevchenko
523a119eb1
feat: Update image name documentation
2024-04-06 15:27:13 +03:00
Taehyun Hwang
04c5c84d9b
Update en/docs
2024-04-06 16:32:41 +09:00
Marcelo Giles
5270c7a1c9
Mention container environment variables in concepts/pods
...
Mention container environment variables in pods
2024-04-05 12:03:45 -07:00
Kubernetes Prow Robot
efd1306ef5
Merge pull request #45744 from tamilselvan1102/k8s-20240401
...
Explanation about headless service
2024-04-04 04:58:19 -07:00
Mario Valderrama
ddc49f00d5
Add missing field selectors
...
Signed-off-by: Mario Valderrama <woldy401@gmail.com>
2024-04-04 11:30:02 +02:00
Mario Valderrama
d912860063
List supported field selectors by kind
...
Signed-off-by: Mario Valderrama <woldy401@gmail.com>
2024-04-04 11:18:32 +02:00
tamilselvan1102
83af5acf8f
moved one line down
2024-04-04 09:49:21 +05:30
PK
d1232f1d58
Fix discovery document link in kubernetes-api.md ( #45765 )
...
* Fix discovery document link in kubernetes-api.md
Removed an extra "v" in the link to fix the broken link.
* Fix minor broken links in kubernetes-api.md
Anchor name mismatch in the same page
2024-04-03 16:28:33 -07:00
Mark Boom
5c58b7acc6
Fix small typo in Namespaces documentation
2024-04-03 15:19:57 +02:00
John Huang
efed6fd61c
Update content/en/docs/concepts/policy/resource-quotas.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-03 08:24:54 +08:00
John Huang
d7cdaf6dca
Update content/en/docs/concepts/policy/resource-quotas.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-03 08:24:39 +08:00
John.C
cb695b712d
Signpost to API reference for ServiceAccount ( #45750 )
...
* Update service-accounts.md
* Update service-accounts.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-02 16:44:11 -07:00
John Huang
9e4ecf0c51
Update resource-quotas.md
2024-04-02 23:41:36 +08:00
John Huang
5e7dee826d
specify built-in API and CRD
2024-04-02 23:39:54 +08:00
Daniel Chan
cdf1ed1236
Merge remote-tracking branch 'upstream/main' into dev-1.30
...
Merge main into dev-1.30 to keep in sync
2024-04-02 10:05:03 -04:00
Kubernetes Prow Robot
41e5f71695
Merge pull request #45501 from SaranBalaji90/GitRepoVolume
...
Add CEL Expression to restrict GitRepo volume usage
2024-04-02 01:43:53 -07:00
Tim Bannister
f1c4eb8457
Signpost to API reference for NetworkPolicy
2024-04-01 15:05:46 +01:00
John Huang
605f158e1f
fix description
2024-04-01 21:30:47 +08:00
tamilselvan1102
15f1eeeb63
Explaination about headless service
2024-04-01 14:29:44 +05:30
John Huang
e3c8c8e77a
Update content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-01 11:01:45 +08:00
John Huang
e4c38d4423
Update content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-01 11:01:38 +08:00
Kubernetes Prow Robot
f089d6debc
Merge pull request #45496 from dipesh-rawat/api-ref-link-shortcode
...
Add mechanism to retrieve API reference page link based on metadata
2024-03-31 19:25:34 -07:00
Daniel Chan
251c58aa34
Merge main into dev-1.30 to keep in sync
2024-03-28 18:14:58 -04:00
Kubernetes Prow Robot
5e8ee7df6c
Merge pull request #45664 from smarticu5/main
...
Add Namespace Patching to RBAC good practice
2024-03-27 09:40:54 -07:00
Tim Bannister
54e1d3308e
Align with style guide
2024-03-27 16:36:16 +00:00
Kubernetes Prow Robot
56863852ba
Merge pull request #45675 from Princesso/merged-main-dev-1.30
...
Merge main branch into dev-1.30
2024-03-27 03:12:53 -07:00
Kubernetes Prow Robot
801eefb4c2
Merge pull request #45683 from alculquicondor/nodename-warning
...
Upgrade note about nodeName to warning
2024-03-26 21:02:52 -07:00
Kubernetes Prow Robot
1acdc27e96
Merge pull request #45119 from rohitssingh/disable_force_detach-dev-1.30
...
Add documentation for disable-force-detach-on-timeout
2024-03-26 13:43:06 -07:00
Kubernetes Prow Robot
cbf032283a
Merge pull request #45153 from haircommander/image-max-gc-beta-1.30
...
ImageGCMaxAge beta bump
2024-03-26 10:03:20 -07:00
Aldo Culquicondor
0b15eccf6d
Upgrade note about nodeName to warning
2024-03-26 15:44:41 +00:00
Peter Hunt
067648a4a2
bump ImageMaximumGCAge KEP to beta
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-03-26 10:53:12 -04:00
Rohit Singh
0abea85702
Add documentation for disable-force-detach-on-timeout
2024-03-26 14:42:08 +00:00
Iain Smart
1ed331ccbb
Update content/en/docs/concepts/security/rbac-good-practices.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-26 13:51:18 +00:00
Kubernetes Prow Robot
f5ca94be69
Merge pull request #45678 from alexanderConstantinescu/kep-3836
...
KEP-3836 documentation for 1.30
2024-03-26 05:25:21 -07:00
petroselo
1808b6277e
Update sidecar-containers.md
...
Fix a spelling mistake: effecting -> affecting
2024-03-26 12:17:50 +00:00
Kubernetes Prow Robot
b28f91743a
Merge pull request #45267 from Jefftree/docs-agg-disco
...
[KEP-3352] docs for aggregated discovery
2024-03-26 05:09:19 -07:00
Alexander Constantinescu
c94d2eb5c3
Move externalTrafficPolicy section to virtual-ips.md
2024-03-26 12:39:00 +01:00
Alexander Constantinescu
3181159c6e
KEP-3836 v1.30 documentation
2024-03-26 12:39:00 +01:00
Kubernetes Prow Robot
70b22ae929
Merge pull request #45670 from HirazawaUi/remove-useless-line-wrap
...
[dev-1.30] Remove useless line wrap
2024-03-26 03:35:21 -07:00
HirazawaUi
7eb2db584e
remove useless line wrap
2024-03-26 18:24:19 +08:00
Yuki Iwai
f12b68ab94
KEP-3998: Rephrase JobSuccessPolicy documentations
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 18:41:15 +09:00
Oluebube Princes Egbuna
0568c8af60
Merge remote-tracking branch 'upstream/main' into dev-1.30
2024-03-26 08:40:45 +01:00
Balaji
ab0b655ccd
Update volumes.md
...
Update as per the suggestion.
2024-03-25 22:25:53 -07:00
Kubernetes Prow Robot
deb1be8892
Merge pull request #45135 from tenzen-y/job-success-policy-doc
...
Add JobSuccessPolicy Doc
2024-03-25 20:09:19 -07:00
Kubernetes Prow Robot
3d33323801
Merge pull request #45125 from HirazawaUi/allow-special-characters
...
Document option to allow almost all printable ASCII characters in environment variables
2024-03-25 19:43:19 -07:00
Kubernetes Prow Robot
374c18b83a
Merge pull request #45159 from AkihiroSuda/rro
...
[dev-1.30] KEP-3857: Recursive Read-only (RRO) mounts
2024-03-25 19:19:19 -07:00
HirazawaUi
0c1b3e3d03
Allow almost all printable ASCII characters in environment variables
2024-03-26 09:49:11 +08:00
Kubernetes Prow Robot
cf6f995cf3
Merge pull request #44696 from vaibhav2107/eviction-inodes
...
Added Imagefs inodes default settings in Eviction Hard
2024-03-25 12:15:35 -07:00
Akihiro Suda
ca9e4725d1
KEP-3857: Recursive Read-only (RRO) mounts
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-26 03:59:26 +09:00
Iain Smart
3f990cd272
Add Namespace Labelling to RBAC good practice
2024-03-25 17:54:40 +00:00
Yuki Iwai
74652566e3
KEP-3998: Aldo's second suggestions
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:49:43 +09:00
Balaji
390b517d6d
Merge branch 'kubernetes:main' into GitRepoVolume
2024-03-25 10:45:29 -07:00
Yuki Iwai
d79de0290a
KEP-3998: Clarify the example
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:41:36 +09:00
Yuki Iwai
fcdb477aa4
KEP-3998: Mention SuccessCriteriaMet condition
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:34:20 +09:00
Yuki Iwai
cec3c3f388
KEP-3998: Apply Aldo's suggestons
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:22:42 +09:00
Yuki Iwai
32fd60c16e
KEP-3998: Make the explanation for rules more clarify
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:09:25 +09:00
Yuki Iwai
105d90a04b
KEP-3998: move section to before Job termination and cleanup
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 01:50:59 +09:00
Yuki Iwai
92a00327bb
KEP-3998: Add JobSuccessPolicy Documentation
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 01:37:15 +09:00
Kubernetes Prow Robot
7ee320764a
Merge pull request #45197 from sftim/20240218_document_cluster_autoscaling
...
Add concept page about cluster autoscaling
2024-03-25 07:37:02 -07:00
Jefftree
294dbbb3f6
update comments
2024-03-25 10:27:37 -04:00
Kubernetes Prow Robot
5f50b28154
Merge pull request #45276 from gauravkghildiyal/new-topology-field
...
Document .spec.trafficDistribution field in Service
2024-03-23 03:22:33 -07:00
Kubernetes Prow Robot
a7c220cae9
Merge pull request #45176 from tallclair/apparmor-1.30
...
Apparmor 1.30
2024-03-23 03:12:39 -07:00
Kubernetes Prow Robot
16a3008f5c
Merge pull request #45129 from AxeZhan/beta3960
...
graduate PodLifecycleSleepAction to beta (KEP 3960)
2024-03-22 17:51:53 -07:00
Kubernetes Prow Robot
4798e44c7b
Merge pull request #45509 from mrueg/add-kube-state-metrics
...
Add section about kube-state-metrics
2024-03-22 07:14:28 -07:00
Manuel Rüger
c1e7578efb
Add section about kube-state-metrics
2024-03-22 11:24:30 +01:00
Balaji
e79296d47b
Update content/en/docs/concepts/storage/volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-21 02:57:12 -07:00
Balaji
bf1fd3adc0
Update content/en/docs/concepts/storage/volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-21 02:56:38 -07:00
Balaji
77a4688f5c
Update content/en/docs/concepts/storage/volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-21 02:54:21 -07:00
Kubernetes Prow Robot
c7cd6c5644
Merge pull request #45178 from kinvolk/rata/userns-1.30
...
User namespaces doc changes for 1.30
2024-03-21 01:46:52 -07:00
Gaurav Ghildiyal
56b83b5443
Incorporate suggestions from the review
2024-03-20 17:07:38 -07:00
Amim Knabben
c5828df712
Enhancing troubleshoot section with Windows Operational Readiness
2024-03-20 14:43:32 -03:00
Tim Allclair
4f11f83a45
AppArmor v1.30 docs update
2024-03-19 14:25:06 -07:00
Rodrigo Campos
89e0ec8a77
content: Add OCI runtime requirements for userns
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-19 14:59:40 +01:00
Rodrigo Campos
2c3ef64fee
content: Document custom ranges for userns
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-19 14:59:39 +01:00
Rodrigo Campos
271bb1a8fb
content: Mark userns as beta in 1.30
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2024-03-19 14:59:39 +01:00
Kubernetes Prow Robot
3b6274d696
Merge pull request #45155 from jpbetz/crd-field-selectors
...
Add docs for CRD field selection
2024-03-18 08:24:50 -07:00
Joe Betz
8c0a57a1e1
Add docs for CRD field selection
2024-03-18 11:09:04 -04:00
Daman Arora
f45abb06a8
recommend usage of named port for services without selectors
...
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-03-17 20:04:13 +05:30
Kubernetes Prow Robot
302679cad1
Merge pull request #45259 from mxpv/log-dir
...
Document changing pod logs directory in kubelet
2024-03-16 17:25:21 -07:00
Kubernetes Prow Robot
463ce41429
Merge pull request #45288 from pohly/contextual-logging
...
contextual logging: beta in Kubernetes 1.30
2024-03-16 09:41:47 -07:00
Patrick Ohly
4f0dc7ad36
contextual logging: document promotion to beta
2024-03-15 18:48:51 +01:00
Kubernetes Prow Robot
b4e5f319bd
Merge pull request #45126 from aravindhp/nlq-promote-beta
...
KEP-2258: Promote NodeLogQuery to beta
2024-03-15 10:03:41 -07:00
Kubernetes Prow Robot
7b6f493313
Merge pull request #45105 from harshanarayana/kubelet/log-rotate-improvements
...
kubelet: enable configurable rotation duration and parallel rotate
2024-03-15 10:00:59 -07:00
Vyom-Yadav
1eb315a43a
Merge remote-tracking branch 'upstream/main' into dev-1.30
2024-03-15 16:42:11 +05:30
Wei Huang
42af37b091
promote feature PodSchedulingReadiness to stable
2024-03-14 14:01:52 -07:00
Dipesh Rawat
c889d9b251
Add metadata to use mechanism for API reference links
2024-03-14 14:50:24 +00:00
Gaurav Ghildiyal
83d07ce669
Add documentation for Service.spec.trafficDistribution
2024-03-12 17:54:50 -07:00
Kubernetes Prow Robot
5eeb67cdf3
Merge pull request #45128 from kannon92/swap-beta2
...
[KEP-2400] Update swap with beta2 deprecations
2024-03-12 14:46:02 -07:00
Patrick Ohly
f4972cbdbc
dra: update for Kubernetes 1.30
...
Structured parameters are new in Kubernetes 1.30.
2024-03-12 18:27:21 +01:00
Jefftree
4d80f852db
aggregated discovery stable
2024-03-12 13:27:02 -04:00
Michal Wozniak
5bc7082bad
Make feature gate date driven
2024-03-12 10:04:34 +01:00
Michal Wozniak
0a7baf4595
Improve note for Job managedBy feature
2024-03-11 18:04:08 +01:00
Kubernetes Prow Robot
7275d2cccf
Merge pull request #45132 from mimowo/job-managed-by-docs
...
Add docs for Job managedBy field (alpha)
2024-03-11 07:00:07 -07:00
Kubernetes Prow Robot
d9523db92c
Merge pull request #45212 from sftim/20240219_move_workload_management
...
Move and reword workload management page
2024-03-11 06:51:11 -07:00
Kevin Hannon
dabb663fcb
Apply suggestions from code review
...
Co-authored-by: Itamar Holder <77444623+iholder101@users.noreply.github.com>
2024-03-11 08:55:21 -04:00
Balaji
92045ae2b2
Add CEL Expression to restrict GitRepo volume usage
2024-03-11 04:23:32 -07:00
Charles Uneze
566db9c240
Update taint-and-toleration.md
2024-03-10 21:29:19 +01:00
Kubernetes Prow Robot
67876e753d
Merge pull request #44689 from kurtado/docs-clarify-node-label-registration
...
clarify nodes only update labels upon registration
2024-03-09 05:10:46 -08:00
Charles Uneze
3a643c5377
Update taint-and-toleration.md
2024-03-08 23:57:50 +01:00
Kurt Hurtado
a31db32c86
reworded reset to modified
2024-03-08 15:49:57 -06:00
Michal Wozniak
6b1afc274a
Review remarks
2024-03-08 17:37:05 +01:00
Kubernetes Prow Robot
e143e9dac0
Merge pull request #45172 from alexis974/spelling-mistake-kube-scheduler
...
Fix spelling mistake in kube scheduler
2024-03-07 23:15:08 -08:00
Michal Wozniak
8f6b617fd9
review remarks
2024-03-07 20:58:44 +01:00
stkasulanati
4dde8759cc
Update networking.md
...
Replaced the word "between" with among, as there can more than two applications sharing the same machines.
2024-03-07 22:20:44 +05:30
g1franc
ab0631a407
Update manage-resources-containers.md
...
Add explanation as for why "1500m" is not a whole number.
2024-03-07 11:36:43 +01:00
Kubernetes Prow Robot
a053579136
Merge pull request #44594 from adityasamant25/issue-40114
...
Improve wording around Kata containers and OCI runtime spec
2024-03-06 22:48:17 -08:00
PRANAV PANDEY
98e5b0864a
Update content/en/docs/concepts/workloads/pods/sidecar-containers.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-07 10:42:00 +05:30
Kubernetes Prow Robot
ce4c04347b
Merge pull request #45385 from network-charles/network-charles-patch-2
...
Changing the Image Specified in the ReplicaSet Documentation
2024-03-06 15:23:50 -08:00
Kubernetes Prow Robot
c268f09715
Merge pull request #45431 from chanieljdan/merged-main-dev-1.30
...
Merge main branch into dev-1.30
2024-03-06 08:18:48 -08:00
Michal Wozniak
47490b873f
Add the information about the managedBy field
2024-03-06 12:39:32 +01:00
Aditya Samant
5b064812d8
Improved the wording for Kata containers.
2024-03-06 09:24:16 +05:30
Kingdon Barrett
5f86adf940
Update Weave Net link to supported fork
...
(rajch is the maintainer in charge of Weave Net now)
Ref: https://github.com/kubernetes/website/pull/45202#issuecomment-1976819974
Signed-off-by: Kingdon B <yebyen@gmail.com>
Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
2024-03-05 18:36:27 -05:00
Charles Uneze
3ab97977ed
Update replicaset.md
2024-03-05 22:29:58 +01:00
Maksym Pavlenko
65daa2a509
Document changing pod logs directory in kubelet
...
Signed-off-by: Maksym Pavlenko <mxpv@apple.com>
2024-03-05 10:57:13 -08:00
pranav-pandey0804
d986834008
removed misleading reference about sharing of env variables
2024-03-05 21:49:31 +05:30
Tim Bannister
b39e01b971
Add concept page about cluster autoscaling
...
Co-Authored-By: Niranjan Darshann <niranjan.darshan@india.nec.com>
2024-03-05 10:46:37 +00:00
Kubernetes Prow Robot
790379c73e
Merge pull request #45180 from sanposhiho/min-domain
...
graduate MinDomain feature to stable
2024-03-04 17:40:38 -08:00
Kubernetes Prow Robot
50f39a496d
Merge pull request #45194 from able8/patch-8
...
Update logging.md: Log rotation of kubelet
2024-03-04 16:38:32 -08:00
Kubernetes Prow Robot
5be4cc66be
Merge pull request #45189 from windsonsea/autosc
...
Pick a few grammars in autoscaling.md
2024-03-04 16:27:53 -08:00
Daniel Chan
804b3653e1
Merge remote-tracking branch 'upstream/main' into dev-1.30
...
Merge remote-tracking branch 'upstream/main' into dev-1.30
2024-03-04 12:46:06 -05:00
Jacob Keller
e86710dbb5
Explains that PVCs work if there's dynamic provisioning or pre-existing volumes.
2024-03-02 10:08:16 -08:00
Kensei Nakada
9d31d214bd
add note for a feature gate
2024-03-02 14:01:09 +09:00
Kubernetes Prow Robot
119f8535d6
Merge pull request #45297 from danwinship/kep-2681-to-ga
...
KEP-2681 PodHostIPs in downward API to stable
2024-02-29 17:59:38 -08:00
Charles Uneze
171de11471
Updated image name to have a tag
...
changed it from nginx to nginx:1.14.2
2024-02-29 20:07:20 +01:00
Jeffrey Ying
065ac71dea
Update content/en/docs/concepts/overview/kubernetes-api.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-02-29 12:50:34 -05:00
Jeffrey Ying
a125b8c116
Update content/en/docs/concepts/overview/kubernetes-api.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-02-29 12:50:12 -05:00
Charles Uneze
24f0a51371
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
...
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2024-02-29 08:15:14 +01:00
Charles Uneze
5f48ae0618
Update replicaset.md
2024-02-28 23:45:22 +01:00
Charles Uneze
41743ab932
Update taint-and-toleration.md
2024-02-28 22:28:36 +01:00
Kubernetes Prow Robot
5e3beddecc
Merge pull request #45219 from rikatz/kep-1860-placeholder
...
Promote LoadBalancerIPMode to Beta
2024-02-28 08:42:07 -08:00
Kubernetes Prow Robot
f3193b5116
Merge pull request #45377 from drewhagen/merged-main-dev-1.30
...
Merge main branch into dev-1.30
2024-02-28 02:30:30 -08:00
liuqi-sun
c79b04d009
Update ingress-controllers.md
2024-02-28 17:48:58 +08:00
Jeffrey Ying
2af22ead06
Update content/en/docs/concepts/overview/kubernetes-api.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2024-02-27 21:49:29 -05:00
Ricardo Katz
ae51660404
Promote LoadBalancerIPMode to Beta
2024-02-27 14:31:33 -03:00
Kubernetes Prow Robot
4b78cec7e9
Merge pull request #45311 from danwinship/bridge-iptables
...
Remove references to bridge-nf-call-iptables
2024-02-27 06:28:10 -08:00
Jefftree
622466f5cf
Add additional information around discovery and OpenAPI
2024-02-26 12:36:53 -05:00
Dan Winship
738e06f302
Remove references to bridge-nf-call-iptables
...
Plugins that need it are expected to set it themselves. (And kubeadm
no longer checks for it.)
2024-02-26 09:50:15 -05:00
Kubernetes Prow Robot
38fd408937
Merge pull request #45334 from sankalp-khare/patch-1
...
Fix typo in ephemeral-volumes.md
2024-02-25 22:15:52 -08:00
Kubernetes Prow Robot
aa52795817
Merge pull request #44657 from carlory/fix-volumetypes
...
fix incorrect volume doc
2024-02-25 13:30:03 -08:00
Semih Buyukgungor
bb5d0a45f2
Update api fields in volumes page
2024-02-25 23:22:30 +03:00
Sankalp Khare
cf5a8f86dc
Fix typo in ephemeral-volumes.md
2024-02-26 00:05:09 +05:30
Kensei Nakada
8db9dcd226
update based on review
2024-02-24 15:30:13 +09:00
Oluebube Princes Egbuna
1710de7e11
Merge remote-tracking branch 'upstream/main' into dev-1.30
2024-02-23 21:33:57 +01:00
Dan Winship
2a93b5e0eb
KEP-2681 PodHostIPs to stable
2024-02-22 16:30:46 -05:00
Kenny Ho
6704c1cf79
Update device-plugins.md
2024-02-22 15:09:05 -05:00
Aravindh Puthiyaparambil
5a55277fd5
KEP-2258: Promote NodeLogQuery to beta
2024-02-21 08:30:42 -08:00
Oluebube Princes Egbuna
e1465e035a
Merge remote-tracking branch 'upstream/main' into dev-1.30
2024-02-20 11:46:04 +01:00
windsonsea
d9525229b5
Minor improvements to network-policies concept
2024-02-20 18:00:36 +08:00
Kubernetes Prow Robot
09a5fb3f61
Merge pull request #45166 from sftim/20240216_auto_calculate_more_feature_states
...
Switch some feature-state shortcodes to be data driven
2024-02-19 11:35:05 -08:00
Tim Bannister
5639b8bb45
Revise workload management concept
2024-02-19 16:54:36 +00:00
Alexis Boissiere
2f298d2077
Fix trailing whitespace in scheduler section
2024-02-19 13:55:48 +01:00
Alexis Boissiere
e839bf7aee
Fix spelling mistake in scheduling section
2024-02-19 13:55:40 +01:00
Tim Bannister
0f0c0a49bd
Move workload management concept into workloads section
2024-02-19 12:32:30 +00:00
Harsha Narayana
3bdf51e2c9
kubelet: enable configurable rotation duration and parallel rotate
2024-02-19 11:14:22 +05:30
Able Lv
4fa4affdcf
Update logging.md
2024-02-18 17:34:25 +08:00
windsonsea
5827b37140
Pick several grammars in autoscaling.md
2024-02-18 09:39:29 +08:00
Kensei Nakada
01cfb51bfe
graduate MinDomain feature to stable
2024-02-17 20:03:34 +09:00
Kubernetes Prow Robot
da14ff8f59
Merge pull request #43176 from sftim/20230923_revise_security_concept_section
...
Move and revise overview for Security section
2024-02-16 11:41:30 -08:00
Alexis Boissiere
33dcba8aa6
Fix spelling mistake in kube scheduler
2024-02-16 17:27:27 +01:00
Kubernetes Prow Robot
d10786f422
Merge pull request #44959 from mocdaniel/autoscaling-overview
...
Adds a new concept page for autoscaling
2024-02-16 08:23:57 -08:00
Tim Bannister
e4731338d3
Switch some feature-state shortcodes to be data driven
...
When the feature gates graduate (or get deprecated), the associated
shortcode will update automatically.
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-16 12:49:31 +00:00
Tim Bannister
9323995f01
Add note to localizers
2024-02-16 11:47:37 +00:00
Tim Bannister
892978919f
Move cloud native security out of section overview
2024-02-16 11:47:24 +00:00
Tim Bannister
18cdba2449
Remove legacy security overview page
2024-02-16 11:43:53 +00:00
Tim Bannister
872808b895
Add section overview for Security
...
Co-authored-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
Co-authored-by: Gaurav Padam <1032201077@tcetmumbai.in>
Co-authored-by: Tabitha Sable <51767484+tabbysable@users.noreply.github.com>
2024-02-16 11:43:31 +00:00
Kubernetes Prow Robot
a6a613d6d0
Merge pull request #42518 from tzifudzi/windows-hardware-requirements
...
Specify recommended Windows hardware requirements
2024-02-14 21:48:12 -08:00
Tatenda Zifudzi
f92b564d60
Specify recommended Windows worker node hardware requirements
2024-02-14 21:35:23 -08:00
AxeZhan
7151fc2534
graduate PodLifecycleSleepAction to beta
2024-02-15 09:46:43 +08:00
Kubernetes Prow Robot
6479f0172f
Merge pull request #44942 from tamilselvan1102/k8s-doc-web-20240130
...
Information about default StorageClasses
2024-02-14 06:08:59 -08:00
Kubernetes Prow Robot
90534c5f38
Merge pull request #44953 from chtitux/fix-typo-pod-lifecycle
...
Add missing space in Pod Lifecycle concept page
2024-02-13 22:39:53 -08:00
Daniel Bodky
cdb2b06f1a
Adds paragraph about the Cluster Proportional Vertical Autoscaler
2024-02-14 07:38:48 +01:00
Kubernetes Prow Robot
b851645547
Merge pull request #44963 from mguan2020/patch-1
...
Fix grammatical error regarding setup scripts in Kubernetes Components documentation
2024-02-13 22:24:35 -08:00
Kubernetes Prow Robot
a3604dd589
Merge pull request #45032 from dipesh-rawat/improve-feature-state-shortcode
...
Enhance 'feature-state' shortcode to utilize feature gate description files
2024-02-13 22:08:00 -08:00
Tamilselvan
5aca46b3d0
Update content/en/docs/concepts/storage/dynamic-provisioning.md
...
Co-authored-by: Sean McGinnis <sean.mcginnis@gmail.com>
2024-02-14 09:39:30 +05:30
Kevin Hannon
ae7fbbe68d
add swap website update
2024-02-13 17:25:31 -05:00
Lawrence Chou
3ca2b443ac
Fix `matchLabelKeys` example yaml syntax
...
It should be `spec.template.spec.affinity` instead of `spec.template.affinity`.
```
$ explain deploy.spec.template.spec.affinity
GROUP: apps
KIND: Deployment
VERSION: v1
FIELD: affinity <Affinity>
...
```
```
$ k explain deploy.spec.template.affinity
GROUP: apps
KIND: Deployment
VERSION: v1
error: field "affinity" does not exist
```
2024-02-13 10:37:33 +08:00
Kubernetes Prow Robot
a037d46987
Merge pull request #44798 from sftim/20240118_improve_pod_docs
...
Improve docs for Pods
2024-02-12 11:41:16 -08:00
Dipesh Rawat
a3f297bc80
Use new feature_gate_name option
2024-02-12 19:16:20 +00:00
Daniel Bodky
509e265b07
Finalize first draft
2024-02-10 21:52:21 +01:00
Harsh Tripathi
86734b7036
Update volumes.md with the suggested changes.
2024-02-08 10:30:07 +05:30
Daniel Bodky
e2950c6631
Adds section on scaling on cluster size
2024-02-07 19:55:25 +01:00
Daniel Bodky
4b040f5e0e
Adds section on KEDA
2024-02-07 19:54:09 +01:00
harsh
99e37ab8d1
Fixed the link for create a ConfigMap
2024-02-07 12:05:07 +05:30
Daniel Bodky
6d1ffc9a35
Adds VPA section
2024-02-04 12:30:32 +01:00
Daniel Bodky
7d9fcf3a7a
Refactors overview and introduction of manual/vertical scaling
2024-02-04 11:54:20 +01:00
Daniel Bodky
a8f4d3ad6e
Removes verbose examples from concepts
2024-02-04 11:41:29 +01:00
Daniel Bodky
b3e12f09ef
Adds suggestions from 2nd review
2024-02-04 11:30:19 +01:00
drewhagen
e4da56ebcb
Merge remote-tracking branch 'upstream/main' into merged-main-dev-1.30
2024-02-02 09:19:40 -06:00
Kubernetes Prow Robot
1085b26cfc
Merge pull request #44957 from jpreese/patch-3
...
Resolve typos on page "Role Based Access Control Good Practices"
2024-02-01 09:31:01 -08:00
Kubernetes Prow Robot
74aea8146b
Merge pull request #44800 from sftim/20240118_improve_sidecar_container_docs
...
Update docs around sidecar containers
2024-02-01 09:24:48 -08:00
Daniel Bodky
97fd38404d
Describe manual scaling and update page outline
2024-01-31 22:12:46 +01:00
Daniel Bodky
0770e974cc
Incorporate quick wins from first review
2024-01-31 20:43:29 +01:00
Matthew Guan
5d731e01b6
Fix typo regarding setup scripts in Kubernetes Components documentation
2024-01-30 23:15:34 -08:00
Daniel Bodky
62b7afaced
Adds a new concept page for autoscaling
2024-01-30 22:18:28 +01:00
John Reese
4a3d9e433a
Update rbac-good-practices.md
...
Fix typos on page "Role Based Access Control Good Practices"
2024-01-30 13:58:54 -05:00
Théophile Helleboid
769ea8afad
Add missing space in Pod Lifecycle concept page
2024-01-30 17:34:36 +00:00
Tamilselvan
df4e3e1c11
Information about default StorageClasses
2024-01-30 11:13:19 +05:30
Tamilselvan
f439990316
Information about default StorageClasses
2024-01-30 11:06:06 +05:30
tamilselvan1102
13495193e1
Information about default StorageClasses
2024-01-30 10:58:10 +05:30
aakash deshmane
a3b714cbfc
updated the link for admission webhook controller
2024-01-29 00:52:08 +05:30
aakash deshmane
8bedcb83e6
update the link for admission webhook controller
2024-01-29 00:06:38 +05:30
Kubernetes Prow Robot
47068cb36e
Merge pull request #43136 from pegasas/api-extension
...
Add documentation explaining the difference between CRDs and API aggr…
2024-01-28 05:36:50 -08:00
Kubernetes Prow Robot
3446ca45f6
Merge pull request #44840 from hassanbenhzaine/main
...
typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy"
2024-01-26 17:31:13 +01:00
John Huang
dad0076e02
update space
...
update space
2024-01-26 23:11:40 +08:00
Suhas Adhav
4ddb452c16
update note message and place
2024-01-25 22:22:16 +05:30
Suhas Adhav
25d3b7c714
make comment as note
2024-01-25 22:15:55 +05:30
Suhas Adhav
8fa7cbcc7b
revert previous change and add yaml comment
2024-01-24 18:01:08 +05:30
pegasas
d265f98ca9
Add Liveness, Readiness, and Startup Probes Concepts and supply clean up example
2024-01-24 12:19:14 +08:00
Kubernetes Prow Robot
682c75a474
Merge pull request #44796 from atiratree/cronjob-forbid-policy
...
CronJob: improve documentation for Forbid concurrencyPolicy
2024-01-24 00:53:39 +01:00
Suhas Adhav
008dfcd9e7
Change limits to requests
...
in the example for pod overhead - we need to have requests section instead of limits
2024-01-23 22:57:25 +05:30
Tim Bannister
d9723d7e04
Fix spelling
...
Co-authored-by: Ritika <52399571+Ritikaa96@users.noreply.github.com>
2024-01-23 09:33:51 +00:00
Kubernetes Prow Robot
bd5a1866ed
Merge pull request #43702 from vaibhav2107/example-reupdate
...
Add the link of supposed example in topology-spread-constraints.md
2024-01-22 04:26:17 +01:00
Hassan BENHZAINE
a7792d26a7
typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy"
2024-01-21 22:01:23 +01:00
Kubernetes Prow Robot
d9b3bd3063
Merge pull request #44295 from ziyi-xie/add-csimigration-instruction
...
Add information about how existing in-trees PVs and in-tree format yaml file will be handled after CSI migration is completed
2024-01-19 21:27:29 +01:00
Filip Křepinský
3aae2ff837
capitalize Jobs in CronJob doc
2024-01-19 14:53:20 +01:00
Tim Bannister
2b4b4b4e66
Improve docs for Pods
...
- Add glossary entry for sidecar container
- Revise glossary entry for init container to match
- Revise the Pod concept overview
- Reorder pages in that section
2024-01-19 01:06:53 +00:00
Tim Bannister
5bbb5ace30
Update docs around sidecar containers
2024-01-18 23:57:04 +00:00
Filip Křepinský
19c6cc9ea1
CronJob: improve documentation for Forbid concurrencyPolicy
2024-01-18 19:02:42 +01:00
ziyi-xie
9f62122e75
Update content/en/docs/concepts/storage/volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-18 19:43:57 +09:00
ziyi-xie
a21e5a2573
Update content/en/docs/concepts/storage/volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-01-18 08:42:32 +09:00
Kubernetes Prow Robot
9fb6d138d7
Merge pull request #44734 from sftim/20240114_rename_workload_resources
...
Rename concept section “Workload resources”
2024-01-16 19:56:00 +01:00
ziyi-xie
7fac0e473a
grammar correction without any modification of the content
2024-01-16 01:20:14 +00:00
ziyi-xie
baeb523426
Modified the introduction about new pvs to make it more precise
2024-01-16 01:10:50 +00:00
ziyi-xie
02ac73e616
Update content/en/docs/concepts/storage/volumes.md
...
Co-authored-by: Akihiro Motoki <amotoki@gmail.com>
2024-01-16 01:10:50 +00:00
ziyi-xie
ceca1bef53
Deleted the contents that have been stated in the former paragraph
2024-01-16 01:10:50 +00:00
ziyi-xie
e0b4384748
Added introduction about CSIMigration
2024-01-16 01:10:50 +00:00
ziyi-xie
ce030879c8
Update content/en/docs/concepts/storage/volumes.md
2024-01-16 01:10:50 +00:00
ziyi-xie
be5e34be97
Update content/en/docs/concepts/storage/volumes.md
2024-01-16 01:10:50 +00:00
ziyi-xie
6b6ad5f3f4
Update content/en/docs/concepts/storage/volumes.md
2024-01-16 01:10:50 +00:00
ziyi-xie
5afa73916e
Added introduction about CSI Migration
...
Modified the title from Type-of-volumes to In-tree volume plugin
2024-01-16 01:10:49 +00:00
carlory
0cc319959e
fix incorrect volume doc
2024-01-16 00:37:16 +08:00
Kubernetes Prow Robot
15df04719e
Merge pull request #44700 from sgoldin/patch-1
...
fix: clarify day of the week in cron job documentation
2024-01-14 17:15:44 +01:00
Tim Bannister
6160a5e137
Rename concept section
...
The term “resource“ is much used and often misleads readers; change it
for something else. This section is really about the concepts in
Kubernetes that let you manage your applications / workloads.
2024-01-14 14:20:41 +00:00
Kubernetes Prow Robot
08a9e5db36
Merge pull request #44499 from steve-hardman/fix-typo-hook
...
Update container-lifecycle-hooks.md
2024-01-13 06:56:10 +01:00
sgoldin
934896af12
fix: clarify day of the week in cron job documentation
...
The cron scheduling syntax documentation was copied from somewhere else, and included an optional part of the spec (sundays can be referenced as 0 or 7) that is not implemented by kubernetes. This is unnecessarily confusing.
2024-01-10 09:24:19 -08:00
vaibhav2107
36a3e21cd2
Added Imagefs inodes default settings in Eviction Hard
2024-01-10 20:23:01 +05:30
vaibhav2107
606a9c7f32
Added Imagefs inodes default settings in Eviction Hard
2024-01-10 12:59:59 +05:30
Kurt Hurtado
41a0deb35a
clarify nodes only update labels upon registration
2024-01-09 15:43:38 -06:00
Kubernetes Prow Robot
a64b2324c7
Merge pull request #42355 from deepak4566/Deepak-1
...
Remove API server --enable-logs-handler argument from docs
2024-01-09 16:52:58 +01:00
Kubernetes Prow Robot
cca14eff62
Merge pull request #44571 from hunshcn/fix/link
...
fix outdated link/anchor
2024-01-07 23:15:35 +01:00
Kubernetes Prow Robot
0cac3e8870
Merge pull request #41584 from satyampsoni/replica
...
Add and use glossary entry for “replica”
2024-01-07 23:04:43 +01:00
Kubernetes Prow Robot
266d6f8f00
Merge pull request #43438 from tssurya/fix-net-pol-connection-pkt-docs
...
Clarify NetPol applies to connections, not pkts
2024-01-04 21:52:31 +01:00
Surya Seetharaman
991abfbdd0
Update content/en/docs/concepts/services-networking/network-policies.md
...
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2024-01-04 18:28:37 +01:00
Kubernetes Prow Robot
a5e512e0e9
Merge pull request #44539 from haripriya9647/values
...
Improve an expression from 'value's to 'values' for taint-and-toleration
2024-01-04 00:12:38 +01:00
hunshcn
bcc55ae7c9
fix outdated link/anchor
...
Signed-off-by: hunshcn <hunsh.cn@gmail.com>
2024-01-03 15:00:11 +08:00
Kubernetes Prow Robot
e2509cb624
Merge pull request #44506 from Takashiidobe/fix-typos
...
fix typos
2024-01-02 19:29:55 +01:00
Kubernetes Prow Robot
f06651bbfb
Merge pull request #44595 from tengqm/fix-links
...
Fix several link errors
2024-01-02 18:19:34 +01:00
Kubernetes Prow Robot
77367b79e5
Merge pull request #43964 from aojea/kubernetes_cluster_network
...
kubernetes cluster networking types based on IP address assignment
2024-01-01 19:33:31 +01:00
Qiming Teng
8b46ec4047
Fix several link errors
2024-01-01 21:15:50 +08:00
steve-hardman
712f1258a2
Fix typo
...
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-12-29 15:02:35 +00:00
Kubernetes Prow Robot
8bbc07697e
Merge pull request #42510 from sftim/20230812_revise_hostpath_docs
...
Revise details for hostPath volumes
2023-12-28 19:11:55 +01:00
Haripriya
362f84dea0
'value's to 'values'
...
commit
2023-12-27 17:40:21 +05:30
hunshcn
fc8e79b96c
update safe sysctl
...
Signed-off-by: hunshcn <hunsh.cn@gmail.com>
2023-12-25 10:47:54 +08:00
Takashiidobe
d536e46dbd
fix typos
2023-12-24 21:00:53 -05:00
steve-hardman
a17b89663b
Fix typo
2023-12-24 15:39:59 +00:00
Kubernetes Prow Robot
b7bd4c9ce2
Merge pull request #44335 from T-Lakshmi/sidecar-feature-change
...
Revise details for sidecar containers
2023-12-22 04:24:31 +01:00
Tim K
f66ac641af
fix: update note on manage-resources-containers on using milliCPU form ( #44003 )
...
Update manage-resources-containers.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Empty-Commit
2023-12-22 03:15:41 +01:00
Tim Bannister
ddb1892d06
Fix heading capitalization
...
Use sentence case for headings.
2023-12-20 13:48:30 +00:00
Tim Bannister
38bc76aa4d
Revise StorageClass concept
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-12-20 13:48:29 +00:00
lakshmi
e11ca2588c
Revise details for sidecar containers
2023-12-20 13:35:29 +05:30
Sean McGinnis
e99d89ded6
Reflect CSI allowVolumeExpansion stable status
...
The CSI support for allowVolumeExpansion went GA in the 1.24 release.
This was reflected in the Persistent Volume documentation, but there is
also a reference in the Storage Class docs that had not been updated yet
to show it was no longer in beta.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2023-12-19 18:05:14 -06:00
Kubernetes Prow Robot
cc35f0de7b
Merge pull request #44097 from Icarus9913/feat/network/addon
...
add spiderpool into addons
2023-12-19 20:29:26 +01:00
Kubernetes Prow Robot
1c75d7e8c4
Merge pull request #44401 from mloskot/patch-1
...
Mention Windows Server 2022 for Windows nodes
2023-12-19 20:22:58 +01:00
Icarus9913
fc6af3be34
add spiderpool into addons
...
Signed-off-by: Icarus9913 <icaruswu66@qq.com>
2023-12-19 09:50:44 +08:00
Kubernetes Prow Robot
12bdb8ff45
Merge pull request #44045 from windsonsea/workyh
...
Update scheduling framework concept
2023-12-17 18:53:19 +01:00
Mateusz Łoskot
5389ab195d
Mention Windows Server 2022 for Windows nodes
...
This updates the Windows nodes in Kubernetes intro paragraph
to clarify it from the beginning that Windows Server 2019
is not a required version to run Windows node.
It also aligns the intro with the detailed Windows OS version
compatibility section below.
2023-12-17 14:40:25 +01:00
Aurelie Vache
4b8b571cfa
fix: feature gate link
2023-12-15 21:30:44 +01:00
windsonsea
ca9f211613
Update scheduling framework concept
2023-12-15 22:10:14 +08:00
Kubernetes Prow Robot
1b92c55289
Merge pull request #44296 from Shubham82/update_Feature_state_TopologyManager
...
Update feature state for TopologyManager
2023-12-14 19:11:45 +01:00
Kubernetes Prow Robot
8f678bb1d9
Merge pull request #44039 from aojea/patch-3
...
Update dns-pod-service.md
2023-12-14 09:29:40 +01:00
Kubernetes Prow Robot
cfed25b2d3
Merge pull request #44245 from skissane/patch-1
...
RFC 1035 vs RFC 1123: clarify the difference
2023-12-14 09:26:18 +01:00
Kubernetes Prow Robot
674448db34
Merge pull request #44349 from tengqm/configapi-1.29
...
Config API for v1.29
2023-12-14 09:12:39 +01:00
Kubernetes Prow Robot
7d9a407ade
Merge pull request #43774 from able8/patch-7
...
Add a link to sample-controller repository on Controllers page
2023-12-14 03:36:52 +01:00
Qiming Teng
2fe79a7c28
Update references to the config APIs
2023-12-14 09:24:12 +08:00
Simon Kissane
b1bdd62775
Apply suggestions from code review
...
Co-authored-by: Shubham <shubham.kuchhal@india.nec.com>
2023-12-14 10:25:25 +11:00
Tim Bannister
9010b97f01
Revise message
...
Avoid mentioning change we expect for a future (patch) release
2023-12-13 15:20:36 +00:00
Kensei Nakada
2520994c31
Feature gate SchedulerQueueingHints is disabled by default
2023-12-13 17:45:25 +09:00
Tim Bannister
e57cf329a6
Merge 'dev-1.29' with main
2023-12-11 17:11:37 +00:00
Kubernetes Prow Robot
9b9d76530e
Merge pull request #43346 from T-Lakshmi/sidecar-container
...
Add a new concept page for Sidecar containers
2023-12-11 17:56:53 +01:00
lakshmi
b23c499c23
Revise details for Resource sharing within containers
2023-12-11 17:33:21 +05:30
shubham82
e09a932faf
Updated the Feature state of TopologyManager.
2023-12-11 16:37:05 +05:30
Tim Bannister
ba4579ef43
Add Windows examples for hostPath
...
Allow seeing an example of hostPath on Linux and on Windows
2023-12-11 00:37:15 +00:00
Tim Bannister
a6338f8bf3
Revise docs for hostPath volumes
...
- Combine warnings
- Add a heading for the section about the type field
- Improve readability
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-12-11 00:37:15 +00:00
Kubernetes Prow Robot
4813a41f26
Merge pull request #44276 from Community-Programmer/main
...
Fix Broken voyager link in ingress-controllers.md
2023-12-11 01:25:19 +01:00
Tim Bannister
0f9c965105
Merge branch 'main' into dev-1.29
2023-12-09 20:20:23 +00:00
Sarthak Patel
6edfcadcd2
Fix Broken voyager link in ingress-controllers.md
2023-12-08 22:58:19 +05:30
Rohan Kapse
83b1334ec3
Update service.md
2023-12-08 18:27:56 +05:30
Kubernetes Prow Robot
3708e78b9f
Merge pull request #43851 from grasbergerm/patch-1
...
Update garbage-collection.md
2023-12-08 03:59:44 +01:00
Kat Cosgrove
45fb394ca7
Merge main into dev-1.29 to maintain sync
2023-12-07 15:59:56 +00:00
Paul Renault
3b306af95f
Fix typo in TLS Secrets part
2023-12-07 16:12:15 +01:00
Kubernetes Prow Robot
668af2c1bf
Merge pull request #44139 from chenrui333/fix-storage-class-reclaim-policy
...
fix: update description for `Delete` reclaim policy
2023-12-07 14:27:46 +01:00
Kubernetes Prow Robot
2614fef3d3
Merge pull request #43545 from 3point2/main
...
Fix a typo in flowchart.svg of extend-kubernetes concepts
2023-12-07 14:25:13 +01:00
Simon Kissane
ee0bb1b28a
RFC 1035 vs RFC 1123: clarify the difference
2023-12-07 14:38:15 +11:00
lakshmi
bc7c1dbd96
added a new concept page Sidecar containers and revise details details of init containers and pod lifecycle.
2023-12-01 16:34:15 +05:30
hunshcn
bb2cb5fa86
update sysctl-cluster.md, pod-security-standards.md
...
Signed-off-by: hunshcn <hunsh.cn@gmail.com>
2023-12-01 14:47:36 +08:00
Kubernetes Prow Robot
a861ec0a34
Merge pull request #44150 from thisisharrsh/fix_link
...
Fixed the incorrect link for install ContainerD
2023-11-30 13:20:57 +01:00
Sascha Grunert
8dc08062a7
Link PSS to User Namespaces
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-11-30 12:16:59 +01:00
Harsh Tripathi
bc284034dc
Updated intro.md
2023-11-30 11:55:59 +05:30
harsh
2a2a6c385b
Fixed the incorrect hyperlink for install ContainerD
2023-11-30 11:46:05 +05:30
drewhagen
deaf1b920a
Merge remote-tracking branch 'upstream/main' into dev-1.29
2023-11-29 15:33:49 -06:00
Rui Chen
422f0317b8
fix: update description for `Delete` reclaim policy
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2023-11-29 14:00:09 -05:00
Kubernetes Prow Robot
ac0ebfa01e
Merge pull request #43654 from soltysh/tz_validation
...
Update information about CronJob's unsupported time zone field
2023-11-29 16:16:13 +01:00
Maciej Szulik
c7d2933d4c
Update information about CronJob's unsupported time zone field
2023-11-29 11:02:15 +01:00
Mengjiao Liu
976ead0a1a
Update In-tree storage driver status ( #42415 )
...
* Update In-tree storage driver status
* Update In-tree storage driver `gcePersistentDisk` status to removed
* Remove GCEPersistentDisk volume info from the storage-classes page
2023-11-29 01:06:06 +01:00
Sunny Song
058e522b63
Update Based on Comments - Nov 28
2023-11-28 15:50:25 -08:00
Sunny Song
b90698e025
Update Based on Comments - Nov 27
2023-11-28 15:14:24 -08:00
Sunny Song
8ccd0cc3b2
Add Documentation for VolumeAttributesClass KEP-3751
2023-11-28 15:14:24 -08:00
Kubernetes Prow Robot
8a29190fa6
Merge pull request #43803 from kinvolk/dev-1.29-user-namespaces-pss
...
[KEP-127] Add documentation about user namespaces and PSS
2023-11-28 23:46:29 +01:00
Kubernetes Prow Robot
57ae1bd744
Merge pull request #44124 from kiashok/docs-kep4216-2-dev1.29
...
[dev-1.29] Address review comment for KEP 4216 doc
2023-11-28 20:31:38 +01:00
Kubernetes Prow Robot
62ab7c4c32
Merge pull request #43946 from tkashem/apf-v1-doc
...
Update APF documentation for GA
2023-11-28 19:03:31 +01:00
Kirtana Ashok
6f2db0bfa6
Change font size for image pull per runtime doc
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2023-11-28 09:43:41 -08:00
Kubernetes Prow Robot
445b03db3f
Merge pull request #43544 from haircommander/image-max-gc
...
garbage collection: add blurb about ImageMaximumGCAge
2023-11-28 16:52:25 +01:00
Sascha Grunert
4e156c738d
Add documentation about user namespaces and PSS
...
Adding required documentation for
[KEP-127](https://github.com/kubernetes/enhancements/issues/127 ).
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-11-28 11:41:13 +01:00
Kubernetes Prow Robot
d608006fe5
Merge pull request #41998 from rexagod/document-kep-2305
...
Document dynamic cardinality enforcement (KEP 2305)
2023-11-28 11:26:55 +01:00
Pranshu Srivastava
90c282e6cf
kep-2305: document dynamic cardinality enforcement
...
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
2023-11-28 14:35:08 +05:30
Peter Hunt
b34bf12fba
garbage collection: add blurb about ImageMaximumGCAge
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-11-27 15:37:49 -05:00
Kubernetes Prow Robot
4a17ee3c73
Merge pull request #43533 from charles-chenzz/dev-1.29
...
update docs to promote PodReadyToStartContainersCondition into beta
2023-11-27 16:06:57 +01:00
Kubernetes Prow Robot
cb04844a32
Merge pull request #44028 from kiashok/docs-kep4216-dev1.29
...
[dev-1.29] Add docs for KEP 4216: Image pull per runtime class
2023-11-27 15:20:13 +01:00
David Ahmadov
eba016eae7
command should be port-forward not proxy
...
Signed-off-by: David Ahmadov <ahmedavid@gmail.com>
2023-11-27 06:09:43 +00:00
Kirtana Ashok
edddb55b7a
KEP 4216: Doc changes for image pull per runtime class
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
(cherry picked from commit 10a984d1ed
)
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2023-11-26 14:05:29 -08:00
Kubernetes Prow Robot
da5638ce17
Merge pull request #43417 from chrishenzie/readwriteoncepod-ga
...
Graduate ReadWriteOncePod to GA
2023-11-25 17:50:31 +01:00
vaibhav2107
bbf3000b8a
Updated topology spread constraints.md
2023-11-24 08:33:03 +05:30
Kat Cosgrove
2d9fbc1c7e
Merge remote-tracking branch 'upstream/main' into dev-1.29
2023-11-22 22:07:26 +00:00
Kubernetes Prow Robot
dc15c69926
Merge pull request #43435 from bart0sh/PR029-Add-CDI-devices-to-device-plugin-API
...
Device Plugins: add an info about beta graduation
2023-11-22 23:01:51 +01:00
Abu Kashem
1c3945fa7e
apiserver: update APF documentation for GA
2023-11-22 14:49:27 -05:00
Antonio Ojea
0608ebe5c7
Update dns-pod-service.md
...
When IPv6 support was added to the DNS specification https://github.com/kubernetes/dns/pull/335 the deprecated option of publishing DNS records with the IP address for Pods was removed from the specification a86af50890
Clarify this fact in the docs
2023-11-22 18:39:52 +01:00
Kubernetes Prow Robot
dad8686f24
Merge pull request #43813 from sanposhiho/qhint
...
add a doc for QueueingHint
2023-11-22 16:06:39 +01:00
able8
1b2cb46752
Add a link to the sample-controller repository on Controllers page
2023-11-22 14:00:44 +08:00
Aritra Ghosh
071262933b
Adding script for cgroup v2 memory available.sh ( #41931 )
...
* script for cgroup v2 memory available.sh
* Update content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Update memory-available-cgroupv2.sh
---------
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-11-22 02:07:28 +01:00
Kensei Nakada
de6a6410ea
fix based on review
2023-11-22 08:46:00 +09:00
Chris Henzie
c07ce392e4
Graduate ReadWriteOncePod to GA
...
Included is a task for migrating existing PersistentVolumes to use
ReadWriteOncePod, taken from the alpha blog post.
2023-11-21 09:35:09 -08:00
Taahir Ahmed
6dd3091e55
ClusterTrustBundles: Document projected volumes
2023-11-21 09:22:39 -08:00
chansuke
244c6353bd
Improve documentation for `kubernetes.io/enforce-mountable-secrets` annotation on `ServiceAccount`
2023-11-22 00:46:34 +09:00
charles-chenzz
a8d08be631
third round of comment address
2023-11-21 07:54:04 +08:00
Kubernetes Prow Robot
9681b5dc54
Merge pull request #43999 from Princesso/merged-main-dev-1.29
...
Merged main branch into dev 1.29 branch
2023-11-20 20:15:07 +01:00
Kensei Nakada
2ec25fbe7b
add: the doc for matchLabelKeys/mismatchLabelKeys in pod (anti)affinity ( #43812 )
...
* add: the doc for matchLabelKeys/mismatchLabelKeys in pod (anti)affinity
* fix based on reviews
* add the explanation for labelSelector
* address the review
2023-11-20 15:04:59 +01:00
Antonio Ojea
73f343c7f1
kubernetes cluster networking types
...
Kubernetes has a concept of cluster network, as it can be
IPv4 only, IPv6 only or dual stack depending on the IP famliies
configured for their Pod , Services and Node objects.
Signed-off-by: Antonio Ojea <aojea@google.com>
2023-11-20 09:02:39 +00:00
Oluebube Princes Egbuna
f893a19ee6
Resolved merge conflict when merging main into dev-1.29 branch
2023-11-19 16:02:40 +01:00
Kensei Nakada
5126f13386
address the review
2023-11-19 08:19:33 +09:00
Kubernetes Prow Robot
eb185751a7
Merge pull request #43961 from yanggangtony/fix-some-typos
...
Fix some typos in [en] docs.
2023-11-18 12:46:54 +01:00
Kubernetes Prow Robot
906bfb0fa9
Merge pull request #43601 from tengqm/fg-nodeport-range
...
Fix feature gate for a gate that is not documented
2023-11-17 10:14:08 +01:00
Monis Khan
42c9e4e20f
KEP-4193: bound service account token improvements
...
Signed-off-by: Monis Khan <mok@microsoft.com>
2023-11-16 08:48:59 -05:00
charles-chenzz
e109ce70ba
first round of comment address
2023-11-16 21:17:48 +08:00
charles-chenzz
50ea97524e
update pod-lifecycle.md to reflect the state of podreadytostartcontainer
2023-11-16 20:03:14 +08:00
yanggang
5f3f34b39b
Fix some typos in [en] docs.
...
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-11-16 00:35:39 +00:00
Kubernetes Prow Robot
7899eb09a3
Merge pull request #43938 from katcosgrove/merged-main-dev-1.29
...
Merge main into dev-1.29
2023-11-15 17:47:53 +01:00
windsonsea
48d70ed54d
Fix a 404 link in job.md
2023-11-15 10:54:46 +08:00
Matthias Bertschy
8f7cfdbf9c
modifying docs for SidecarContainers beta graduation ( #43471 )
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2023-11-15 08:21:56 +08:00
Kat Cosgrove
fb1bd2217d
Merge main into dev-1.29 to keep in sync
2023-11-14 21:22:12 +00:00
Satyam Soni
8ac9f2f21c
Add and use gloassary entry for replica
2023-11-14 20:09:10 +00:00
Kubernetes Prow Robot
4efddf96e8
Merge pull request #43907 from pohly/dra-scheduling-impact
...
Document impact of DRA on scheduling
2023-11-14 13:33:22 +01:00
Patrick Ohly
725f68ff18
dra: warn about scheduling performance
...
That pods with ResourceClaims get scheduled more slowly, but that this also
affects other pods may be surprising and is worth calling out.
2023-11-14 11:54:37 +01:00
Kubernetes Prow Robot
d0285498d2
Merge pull request #43773 from alculquicondor/job-finalizer-troubleshoot
...
Troubleshooting for job pod finalizers
2023-11-13 17:19:22 +01:00
Aldo Culquicondor
46df889039
Troubleshooting for job pod finalizers
2023-11-13 11:00:14 -05:00
Vasili Revelas
ca7abe5460
Fix typo
2023-11-12 02:28:53 +02:00
Laurent Vaills
1124742f21
Fix link to custom resources
2023-11-11 12:17:07 +01:00
Aldo Culquicondor
3be75f26fd
Graduate JobPodReplacementPolicy to beta
2023-11-10 14:47:29 -05:00
Kubernetes Prow Robot
9d663cd5cf
Merge pull request #39875 from npinaeva/netpol-pod-start
...
Network policy docs clarifications
2023-11-09 17:39:46 +01:00
Matt Grasberger
0004c99d6f
Update garbage-collection.md
2023-11-07 20:32:06 +01:00
Kubernetes Prow Robot
7fe30f54e8
Merge pull request #43388 from mimowo/backoff-limit-per-index-beta
...
Docs update for Job Backoff Limit Per Index in Beta
2023-11-07 03:42:28 +01:00
Todd Neal
6af570122a
add more clarification regarding priorityClassName use with DaemonSet ( #40851 )
...
* add more clarification regarding priorityClassName use with DaemonSet
* Update daemonset.md
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-11-07 03:36:51 +01:00
Kat Cosgrove
270468a15a
Merge remote-tracking branch 'upstream/main' into dev-1.29
2023-11-06 13:49:02 -06:00
Michal Wozniak
73731382ba
Docs update for Job Backoff Limit Per Index in Beta
2023-11-06 09:47:05 +01:00
Rohan Kapse
9f6793ab95
Removed configuration section from volumes.
...
As it is outdated and also doesn't belong as part of the conceptual explanation of what a volume is. #43809
2023-11-05 19:03:12 +05:30
Yash Raj
af3ecd4b86
Fix typo in Gateway API page ( #43819 )
...
* fix typo
* Revert "fix typo"
This reverts commit 3f971bae12
.
* fix typo
2023-11-05 06:21:55 +01:00
Kensei Nakada
0190eebb5e
fix based on reviews
2023-11-04 14:27:35 -05:00
Rohan Kapse
fb3ff35e2a
Update volumes.md
...
Updated the "Unclear / misleading information about the emptyDir volume first creation" with a new line. #43805
2023-11-04 16:02:06 +05:30
Kensei Nakada
ba05f7a2ab
add a doc for QueueingHint
2023-11-04 09:49:39 +09:00
Kubernetes Prow Robot
5e8aebc7c3
Merge pull request #43532 from RomanBednar/pv-last-phase-transition-time-beta
...
graduate PersistentVolumeLastPhaseTransitionTime to beta in v1.29
2023-11-03 06:11:34 +01:00
Daneyon Hansen
a74574fa8b
Adds Gateway API docs
...
- Adds Gateway API term to the glossary.
- Adds Gateway API as reference in the addons page.
- Adds a page to the Service networking docs that explains Gateway API.
- Updates existing docs to reference the newly added Gateway API docs.
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
2023-11-01 14:04:04 -07:00
vaibhav2107
9151b93cd9
Add the link of supposed example in topology-spread-constraints.md
2023-10-27 00:28:20 +05:30
Ed Bartosh
25615ec29c
Device Plugins: add info about beta graduation
...
Co-authored-by: Michael <haifeng.yao@daocloud.io>
Co-authored-by: Kevin Klues <klueska@gmail.com>
2023-10-26 14:43:33 +03:00
Oluebube Princes Egbuna
0fbfc94968
Merge remote-tracking branch 'upstream/main' into dev-1.29
2023-10-25 09:39:05 +01:00
Kubernetes Prow Robot
7c59e047ae
Merge pull request #43642 from able8/patch-2
...
Update "Operator White Paper" link on operator.md page
2023-10-24 14:24:44 +02:00
Kubernetes Prow Robot
c40d90f67e
Merge pull request #43336 from Affan-7/image-gc
...
Remove misleading docs around eviction and image garbage collection
2023-10-24 12:55:07 +02:00
Kubernetes Prow Robot
37815c83f1
Merge pull request #43549 from MikeSpreitzer/apf-updoc-129
...
Add some overlooked APF metrics, note maturity levels
2023-10-24 02:32:14 +02:00
Able Lv
6ce0265662
Update content/en/docs/concepts/extend-kubernetes/operator.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-23 18:26:40 +08:00
Able Lv
ff32a3e620
Update link of "Operator White Paper" on operator.md page
...
Update the link to the main branch to update the paper from "Review Version" to "Final Version"
2023-10-22 21:58:30 +08:00
Qiming Teng
0f051db674
Fix feature gate for a gate that is not documented
2023-10-20 16:03:30 +08:00
Kubernetes Prow Robot
1711494332
Merge pull request #43428 from AxeZhan/sleepAction
...
Add information about PodLifecycleSleepAction (KEP3960)
2023-10-20 00:40:43 +02:00
Geon Kim
ceaf468961
Update addons.md, Cilium is now a CNCF graduated project
...
edit addons.md. part of cilium
2023-10-19 20:54:22 +09:00
AxeZhan
5aa6dc7c39
PodLifecycleSleepAction
2023-10-19 10:37:33 +08:00
Roman Bednar
d485edf7fe
graduate PersistentVolumeLastPhaseTransitionTime to beta in v1.29
2023-10-18 10:54:01 +02:00
Mike Spreitzer
b415f25336
Update API Priority and Fairness metrics
...
Add some overlooked ones.
Note maturity level.
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
2023-10-18 02:51:38 -04:00
Nadia Pinaeva
9fd88dbec6
Remove "SCTP support" section, move plugin support note to the
...
"Network traffic filtering" section
Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
2023-10-17 17:09:09 +02:00
Nadia Pinaeva
3082727e6c
Clarify network policy behaviour for L2/L3 protocols
...
Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
2023-10-17 17:09:09 +02:00
Nadia Pinaeva
cf80f24b4a
Clarify network policy behaviour for hostNetwork pods
...
Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
2023-10-17 17:09:06 +02:00
Nadia Pinaeva
ae26b7ebfb
Add "Pod lifecycle" section to the network policy docs.
...
Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
2023-10-17 17:09:02 +02:00
John Huang
de76ac2da9
Update content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-17 15:17:33 +08:00
John Huang
1ac047637e
Update content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-17 15:17:23 +08:00
Aohan Yang
d83c806f37
add doc for feature LoadBalancerIPMode
2023-10-17 10:20:18 +08:00
oculushut
e124688855
Clearer information about the emptyDir and correction for how topologyKey works ( #42780 )
...
* removes "tmpfs is cleared on node reboot"
I believe the statement is confusing since we are in the emptyDir section of the documentation.
If a Node is restarted then all pods that resided on that node will be rescheduled onto another Node. Rescheduled pods will have an empty volume whether you choose emptyDir.medium "Memory" or not.
* removes bad comma
* improves memory limit description
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* removes incorrect explanation for topologyKey in an affinity or anti-affinity rule (#1 )
The existing text does not make sense to me.
There is no zone "V" or "R" in the example.
I have changed the text to be consistent with top answer here which seems to make more sense: https://stackoverflow.com/questions/72240224/what-is-topologykey-in-pod-affinity
* gives more context to node label configuration
* manually wraps text and replaces absolute links with relative ones
* Update assign-pod-node.md
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-10-17 03:40:52 +02:00
Surya Seetharaman
077e878c2c
Clarify NetPol applies to connections, not pkts
...
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
2023-10-16 12:03:06 +02:00
Qiming Teng
6ed6bedd93
Fix some nits in the service concept page
...
This PR fixes some nits in the Service concepts page.
- There are duplicated anchors in the page. For other pages pointing
to those anchors, the results are unpredictable.
- There are long lines that are not manually wrapped properly.
- The `[...]` lines in sample YAML snippets are unnecessary.
Their side effects are making the snippets invalid YAMLs.
We can safely drop them without causing any confusion.
2023-10-16 08:51:53 +08:00
Karena Angell
6573fead87
Update pod-scheduling-readiness.md to beta
...
Pod Scheduling Readiness graduated to beta in 1.27, this minor update reflects that feature state.
2023-10-11 23:50:41 -06:00
Kubernetes Prow Robot
d3f6c70f59
Merge pull request #43402 from thisisharrsh/fix_link
...
Fixed the reference link for 'secret permissions with default mode'
2023-10-10 11:14:28 +02:00
Kubernetes Prow Robot
a6a80e6f3c
Merge pull request #41771 from kgibm/clarifycgroupsv2_followup
...
Clarify IBM Java and IBM Semeru Runtimes cgroupsV2 support
2023-10-10 09:29:37 +02:00
harsh
0f2189338c
Fixed the reference for 'secret permissions with default mode'
2023-10-10 12:41:04 +05:30
Kubernetes Prow Robot
4233c52cbc
Merge pull request #42051 from sybereal/fix-crossnamespacepodaffinity
...
Fix example errors for CrossNamespacePodAffinity
2023-10-10 09:03:31 +02:00
Kubernetes Prow Robot
87e29b25b8
Merge pull request #42126 from kundan2707/network_plugin_whats_next
...
what's next for network plugin
2023-10-10 08:42:22 +02:00
Qiming Teng
d50d91f492
Update network-plugins.md
2023-10-10 14:20:18 +08:00
Mohammed Affan
69c80491cf
Fix explanation in service concept ( #42198 )
...
* Fix explanation in service concept
* Revert "Fix explanation in service concept"
This reverts commit 221cd69597
.
* Update service.md
2023-10-10 05:30:22 +02:00
Utkarsh Singh
17f0800492
Add diagram to Cluster Architecture concept page ( #42272 )
...
* Added componenets-of-kubernetes svg in content/en/docs/concepts/architecture
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
* Updated cloud-controller-manager svg
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
* Updated image caption in /docs/concepts/architecture/_index.md
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
* Added kubernetes-cluster-architecture svg in content/en/docs/concepts/architecture
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
---------
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
2023-10-10 05:26:10 +02:00
Aritra Ghosh
76756833c1
Update taint-and-toleration.md with types of taint effects ( #42315 )
...
* Update taint-and-toleration.md
Revamped the taint effect to introduce the effects early in the article
* Update taint-and-toleration.md
* Update taint-and-toleration.md
* Update taint-and-toleration.md
* Update taint-and-toleration.md
* Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: Mauren Berti <698465+stormqueen1990@users.noreply.github.com>
* Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: Mauren Berti <698465+stormqueen1990@users.noreply.github.com>
* Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: Mauren Berti <698465+stormqueen1990@users.noreply.github.com>
* Update taint-and-toleration.md
* Update taint-and-toleration.md
* Update taint-and-toleration.md
* Update taint-and-toleration.md
* Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
---------
Co-authored-by: Mauren Berti <698465+stormqueen1990@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-10-10 05:04:38 +02:00
Kubernetes Prow Robot
984a02463e
Merge pull request #42542 from saschagrunert/config-json
...
Fix config.json interpretation
2023-10-10 04:10:56 +02:00
Kubernetes Prow Robot
92baaccc03
Merge pull request #42550 from shannonxtreme/secrets-cleanup
...
Fix Secret capitalization and use code shortcode
2023-10-10 04:08:32 +02:00
Patrick Ohly
62640d9920
system-logs: warn about log output changes
...
This is not a new policy: there never has been any promise of stability and
log output has changed frequently (whenever a log call got modified), including
changes that affect all log calls (when changing the underlying output
code). We just have not explicit warned about this.
2023-10-09 19:36:55 +02:00
Kubernetes Prow Robot
f9365c838d
Merge pull request #42631 from pegasas/stringdata
...
Document snag with stringData and server-side apply
2023-10-09 16:12:55 +02:00
Kubernetes Prow Robot
74abcb3227
Merge pull request #42598 from Lucifergene/main
...
Added Deployment Strategy example in sample deployment
2023-10-09 16:00:59 +02:00
Qiming Teng
60d9f83f59
Update secret.md
2023-10-09 21:53:16 +08:00
Kubernetes Prow Robot
a0a4f553c0
Merge pull request #43104 from Ayush9026/Ayush/Featureadd-insection-whydoyouneedKubernetes
...
Feature addition in section why do you need Kubernetes
2023-10-09 15:35:16 +02:00
Kubernetes Prow Robot
65a998ff23
Merge pull request #43191 from niranjandarshann/glossary/csi
...
Use glossary tooltip for CSI
2023-10-09 15:32:39 +02:00
澄潭
a2586b9d24
Update ingress-controllers.md ( #43367 )
...
* Update ingress-controllers.md
Add more additional controllers.
* Update ingress-controllers.md
2023-10-09 15:17:30 +02:00
Shubham
aabb993812
Fix hyperlinks in Ingress concept ( #43110 )
...
* Fixed the Hyperlinks under the Ingress docs.
* Modified the hyperlink for Ingress spec.
2023-10-09 12:09:01 +02:00
Kat Cosgrove
ad943fce2f
Merge main into dev-1.29 to keep in sync
2023-10-06 15:36:13 +01:00
Shannon Kularathna
cc62cbfda3
Move YAML snippets to examples directory and include with code shortcode
2023-10-05 18:40:34 -04:00
Shannon Kularathna
f2cfc91486
Fix the case of Secrets wherever it refers to the Kubernetes object
2023-10-05 18:40:34 -04:00
Tamilselvan
33d2511be5
Fix stale info about spread minDomains ( #42758 )
...
* Stale information about minDomains
* Update topology-spread-constraints.md
* Update topology-spread-constraints.md
* Update topology-spread-constraints.md
* Update content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-10-06 00:03:46 +02:00
Kubernetes Prow Robot
20ef88884c
Merge pull request #43266 from Erik-McKelvey/patch-1
...
typo: in system-metrics.md
2023-10-05 14:58:07 +02:00
Mohammed Affan
2b61bd9cfe
Remove misleading docs around eviction and image garbage collection
2023-10-05 12:07:29 +05:30
KhubaibAlam
837991aaf5
Improved Explanation of Labels and Annotations ( #43178 )
...
* improved-explanation-of-labels-and-annotations
* revert-zh-cn-changes
* fix-period-and-explanation-for-attaching-metadata
* fixed-suggested-changes-in-annotations
2023-10-03 05:25:31 +02:00