Commit Graph

4627 Commits

Author SHA1 Message Date
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
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
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
Harsh Tripathi 86734b7036
Update volumes.md with the suggested changes. 2024-02-08 10:30:07 +05:30
harsh 99e37ab8d1 Fixed the link for create a ConfigMap 2024-02-07 12:05:07 +05:30
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
Matthew Guan 5d731e01b6
Fix typo regarding setup scripts in Kubernetes Components documentation 2024-01-30 23:15:34 -08: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
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
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
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
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