Commit Graph

4662 Commits

Author SHA1 Message Date
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
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
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
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
Jefftree 622466f5cf Add additional information around discovery and OpenAPI 2024-02-26 12:36:53 -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
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
Kenny Ho 6704c1cf79
Update device-plugins.md 2024-02-22 15:09:05 -05: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
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
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
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
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
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
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