Commit Graph

12468 Commits

Author SHA1 Message Date
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
Mohammed Affan a172e82830
Fix Kubelet skew version for the Kubeadm (#44815)
* Fix Kubelet skew version for the Kubeadm

* Update content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Co-authored-by: Rey Lejano <rlejano@gmail.com>

---------

Co-authored-by: Rey Lejano <rlejano@gmail.com>
2024-02-15 22:55:18 -08:00
Kubernetes Prow Robot 217f88267f
Merge pull request #44832 from adityasamant25/kubeadm-upgrade
Use sudo for elevated permissions while upgrading clusters using kubeadm
2024-02-15 12:24:12 -08: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 fd764e39ae
Merge pull request #44951 from sftim/20240130_revise_encryption_at_rest
Reword advice about encryption-at-rest opt outs
2024-02-13 22:48:21 -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 85c7968840
Merge pull request #44767 from Gauravpadam/20240116_scale_intro_styling_fix
Styling improvements for scale-intro.md
2024-02-13 22:16:11 -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
Kubernetes Prow Robot 3fab918274
Merge pull request #44990 from prashantrewar/amend-docs
Update the kubeadm page docs
2024-02-13 22:05:09 -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
Kubernetes Prow Robot 5f4ccd594f
Merge pull request #45111 from choznerol/patch-1
Fix `matchLabelKeys` example yaml
2024-02-13 11:27:39 -08:00
Puru 69706582d4
Fix mermaid syntax error 2024-02-13 14:14:10 +05:45
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
Kubernetes Prow Robot 6326bef3a9
Merge pull request #44914 from vardanaloyan/patch-1
Update quick-reference.md
2024-02-12 11:29:52 -08:00
Kubernetes Prow Robot 8ff58166a0
Merge pull request #45060 from thisisharrsh/fix_the_link
Fixed the link for create a ConfigMap
2024-02-12 11:27:01 -08:00
Dipesh Rawat a3f297bc80
Use new feature_gate_name option 2024-02-12 19:16:20 +00:00
Dipesh Rawat 65e31b4fbe
Document how to use feature_gate_name param with feature-state shortcode 2024-02-12 19:16:20 +00:00
steve-hardman 0290715170
Fix path for example yaml in 'Coarse Parallel Processing Using a Work Queue' task page (#45022)
* Fix link for example yaml

* Fix link for example yaml

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-12 11:12:06 -08:00
steve-hardman 95ca85963c
Mention 'exclude-from-external-load-balancers' in the kubeadm create cluster page (#45057)
* Mention exclude-from-external-load-balancers

* Mention exclude-from-external-load-balancers

* Mention exclude-from-external-load-balancers

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-09 06:50:09 -08: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
steve-hardman cb5a5adc2e
Add link to network add-ons list 2024-02-04 01:31:38 +00:00
steve-hardman bcc1119a41
Add link to network add-ons list 2024-02-04 01:30:28 +00:00
steve-hardman cf665959d8
Add link to network add-ons list
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-04 01:28:11 +00:00
steve-hardman 2e741ee848
Add link to network add-ons list 2024-02-04 00:38:26 +00:00
Zilmar de Souza Junior a83d90341f
Changing git.io to example.com (#43632) 2024-02-02 18:10:47 -08:00
Kubernetes Prow Robot d8b3cd47b9
Merge pull request #44626 from sftim/20240103_default_host_network_ports_in_pod_templates
Revise explanation for DefaultHostNetworkHostPortsInPodTemplates
2024-02-02 06:56:04 -08:00
Tim Bannister 3b2873ba71 Revise explanation for DefaultHostNetworkHostPortsInPodTemplates
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2024-02-02 14:45:13 +00:00
Prashant Rewar 4b4d9ef271 Update the kubeadm page docs
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2024-02-02 16:12:15 +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
Kubernetes Prow Robot 36e92d7fa5
Merge pull request #44927 from aakashdeshamne/main
updated the link for admission webhook controller in dns for pod and service page
2024-02-01 09:27:57 -08:00
Kubernetes Prow Robot b50ee8e29e
Merge pull request #44954 from sftim/20240130_fix_highlighting
Fix highlighting for added lines
2024-02-01 09:24:53 -08:00
cici37 27bec3a39a Address comment 2024-01-31 17:49:21 +00:00
cici37 16098e45eb Add newly added library info. 2024-01-31 17:44:22 +00:00
Alexander Zielenski 0d44cd14a7 add cel quantity library reference 2024-01-31 17:38:11 +00:00
cici37 f16cbcd76b Fix the hyperlinks 2024-01-31 17:27:39 +00:00
Tim Bannister 6d6b17abd1 Reword advice about encryption-at-rest opt outs
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2024-01-31 15:59:25 +00:00
David Martin ffea68df9c
Add info on figure shortcode 2024-01-31 11:31:53 +00: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
Tim Bannister 5a859a79d8 Fix highlighting for added lines 2024-01-30 17:48:46 +00:00
Théophile Helleboid 769ea8afad Add missing space in Pod Lifecycle concept page 2024-01-30 17:34:36 +00:00
Kubernetes Prow Robot 114fa30ce9
Merge pull request #44915 from ArangoGutierrez/automatedlabels
Document NFD for GPU Labeling
2024-01-30 09:27:28 -08:00
Tim Bannister 07b14de027
Fix highlighting 2024-01-30 17:02:25 +00:00
Carlos Eduardo Arango Gutierrez c4937ba3a4
Document NFD for GPU Labeling
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
2024-01-30 17:23:54 +01:00
Tamilselvan df4e3e1c11
Information about default StorageClasses 2024-01-30 11:13:19 +05:30