Commit Graph

4721 Commits

Author SHA1 Message Date
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
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
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
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
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