Commit Graph

15506 Commits (2580f86f057b3dacbe560dbeff870390916f6e5a)

Author SHA1 Message Date
Kubernetes Prow Robot 01574d6c47
Merge pull request #45843 from jeremyrickard/update-march-patch
Add March 2024 Patch Releases, Update April Dates, Propose June Dates
2024-04-12 10:34:39 -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
Kubernetes Prow Robot cbf0118bc8
Merge pull request #45853 from dims/typo-in-madhavs-name
Fix typo in Madhav's name in the code-organization blog post
2024-04-12 08:13:23 -07:00
Davanum Srinivas d47e07f173
typo in Madhavs name
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-04-12 10:54:48 -04:00
Jeremy Rickard ae4055a898
Update May to align with Tuesday patch releases
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2024-04-12 08:33:54 -06:00
John.C 777987abbc
Update verify-kubectl.md 2024-04-12 15:21:26 +01: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
Kubernetes Prow Robot 76b76d883b
Merge pull request #45834 from mrgiles/44142_kubeadm_with_external_ca
Add links to custom, external certificates
2024-04-12 02:47:04 -07:00
steve-hardman 84cb81aca1
Update button label to 'See available versions' in docs homepage (#45571)
* Change button

* Change button

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

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-04-12 02:34:54 -07:00
Jeremy Rickard 7d2a68f576
Drop july and align with WIP PR for june date
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2024-04-11 15:42:38 -06:00
Jeremy Rickard e6a695abe4
Update march releases and date for april release
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2024-04-11 11:44:48 -06:00
James Spurin b8c079794a update image reference 2024-04-11 18:40:56 +01:00
James Spurin 4aa2c8e081 switch liveness image to multi-arch agnhost 2024-04-11 17:08:46 +01:00
Marcelo Giles adc4a9a152
Add links to custom, external certificates 2024-04-10 22:09:55 -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
Kubernetes Prow Robot 817c255970
Merge pull request #45711 from Ritikaa96/azure-lb-annotation
Annotation azure-load-balancer-disable-tcp-reset registered & documented
2024-04-10 11:15:33 -07:00
Vyom-Yadav 37b0b3ed72
Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-04-10 23:04:57 +05:30
Kubernetes Prow Robot 97d1b81753
Merge pull request #45775 from tuladhar/helm-deploy-dashboard
Update Kubernetes Dashboard deployment to Helm-based installation
2024-04-10 10:05:48 -07:00
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
Kubernetes Prow Robot 324f896057
Merge pull request #45725 from fsmunoz/sig-arch-code-spotlight
Add SIG Architecture Code Organization spotlight article
2024-04-10 01:50:55 -07:00
Tim Bannister e0cadb0d06
Fix formatting 2024-04-10 09:31:13 +01:00
Andrei Kvapil 4b4509a015
Fix loadbalancer scheme 2024-04-10 08:45:37 +02:00
Rita Zhang ed15e0433d
update publish date and ref to authn
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2024-04-09 15:02:16 -07:00
Anish Ramasekar ba458ace13
Add certificateAuthority in structured authn docs
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2024-04-09 14:31:37 -07:00
Kubernetes Prow Robot caaaefb6f5
Merge pull request #44680 from fbauzac/patch-1
install-kubectl-linux.md: add chmods
2024-04-09 11:34:27 -07:00
Frederico Muñoz 07fce8536d Sync content and update date 2024-04-09 12:01:58 +01:00
CasperLiu 4c28c0a333 remove an example 2024-04-09 10:04:09 +08:00
Anish Ramasekar 0f926c1a18
change authn blog date to 2024-04-25 and add intro
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2024-04-08 12:57:31 -07:00
Raunak Pradip Shah 388d7edd77 Blog article to move volume mode conversion to GA 2024-04-08 10:32:43 -07:00
John.C 125b369e44
Remove blank full link in glossary 2024-04-08 13:11:58 +01:00
Tatenda Zifudzi 2ff68f0ea4 Update Windows Operational Readiness blog
Add Marcio Morales (AWS) to acknowledgements
2024-04-07 14:42:13 -07:00
CasperLiu 844301bc06 introduce how to configure environment variable for OTEL trace 2024-04-07 11:52:03 +08: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
Puru 6c409b3e75 Update web-ui-dashboard.md 2024-04-05 23:17:13 +05:45
Puru dab6fcfd5c Wrap lines 2024-04-05 14:53:56 +05:45
Aditya Samant 3efc5cde2f
Updating Configuration via a Configmap
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-05 09:16:51 +05:30
drewhagen 48593a12bf docs: renaming feature gate file for StorageVersionMigrator 2024-04-04 14:22:42 -05:00
Puru 4912e74f05
Update 2024-04-05 00:44:09 +05:45
Puru 6eec18bddc
Update web-ui-dashboard.md 2024-04-05 00:30:58 +05:45
Kubernetes Prow Robot 1d8cfb08dc
Merge pull request #45498 from kvaps/cozystack4
blog: DIY: Create Your Own Cloud with Kubernetes (Part 3) blog post
2024-04-04 10:38:09 -07:00
Kubernetes Prow Robot 9871d62ca9
Merge pull request #45432 from kvaps/cozystack3
blog: DIY: Create Your Own Cloud with Kubernetes (Part 2) blog post
2024-04-04 10:35:18 -07:00
Kubernetes Prow Robot 5a58bff2b4
Merge pull request #45289 from kvaps/cozystack2
blog: DIY: Create Your Own Cloud with Kubernetes (Part 1) blog post
2024-04-04 10:31:43 -07:00
drewhagen 2a0b55d3c7 docs: KEP-4192 PR feedback - feature gates don't match the code 2024-04-04 12:22:42 -05:00
Andrei Kvapil 3a85e200df
Apply suggestions from code review
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:44:27 +02:00
Andrei Kvapil e636d5b3b0
Assign time to the publication
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:41:26 +02:00
Andrei Kvapil de4933bd2b
wrap the Markdown source at around 100 characters 2024-04-04 18:40:00 +02:00
Andrei Kvapil b638b253be
Assign time to the publication
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:30:49 +02:00
Andrei Kvapil d926c37e2d
Assign time to the publication
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:29:49 +02:00
Andrei Kvapil 34086184a9
Wrap the Markdown source at around 100 characters
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:24:20 +02:00
Andrei Kvapil 0889d0e9c2
Wrap the Markdown source at around 100 characters
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:07:10 +02:00
Andrei Kvapil 1123672922
Update content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-1/index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-04 17:54:45 +02: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
Anish Ramasekar 5031a37dd6
review feedback
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2024-04-03 23:05:18 -07: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.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
Kubernetes Prow Robot 0086fc6d55
Merge pull request #45757 from drewhagen/kep_4192_svm_v1alpha1_docs_v1.30_dh
docs: incorporating more PR feedback on storage version migration
2024-04-02 08:10:11 -07:00
drewhagen 6f8db3bf48 docs: incorporating more PR feedback on storage version migration 2024-04-02 09:43:31 -05: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
Andrei Kvapil 1bda81c382
Apply suggestions from code review
Co-authored-by: Gaurav Padam <gauravpadam2@gmail.com>
2024-04-02 14:09:36 +02:00
Ritikaa96 2836c563c9 Added suggested changes 2024-04-02 15:51:59 +05:30
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
Sergey Shevchenko 1f95dc8990
feat: Add PriorityClass in glossary (#45608)
* feat: Add PriorityClass in glossary

* fix: Fix review comments

* fix: Fix review comments

* fix: Fix review comments

* Update content/en/docs/reference/glossary/priority-class.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-01 17:56:47 -07:00
Rita Zhang aba193faae
address feedback
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2024-04-01 17:22:03 -07:00
Tim Bannister f1c4eb8457 Signpost to API reference for NetworkPolicy 2024-04-01 15:05:46 +01:00
tamilselvan1102 15f1eeeb63 Explaination about headless service 2024-04-01 14:29:44 +05:30
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
Kubernetes Prow Robot d70a30da63
Merge pull request #45737 from sftim/20240329_improve_endpointslice_label_example
Improve example for EndpointSlice label
2024-03-31 17:09:33 -07:00
Tim Bannister 8eb09b0519 Improve example for EndpointSlice label
Use the most common value for this label
(endpointslice.kubernetes.io/managed-by) as the example value.
2024-03-29 14:52:57 +00:00
Frederico Muñoz 5c1e710025 Add SIG Architecture Code Organization spotlight article 2024-03-29 10:45:24 +00:00
Andrei Kvapil 79d50cf570
Set publication date to 05-04-2024 2024-03-29 10:11:02 +01:00
Andrei Kvapil c7c281cb89
Set publication date to 05-04-2024 2024-03-29 10:03:31 +01:00
Andrei Kvapil ac9ded9b52
Set publication date to 05-04-2024 2024-03-29 09:47:36 +01:00
Andrei Kvapil 2b15a671a1
Apply suggestions from code review
Co-authored-by: Gaurav Padam <gauravpadam2@gmail.com>
2024-03-29 09:39:26 +01: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 68cb308aa2
Merge pull request #45130 from tzifudzi/ops-readiness-blog
blog: Windows Operational Readiness
2024-03-28 08:29:56 -07:00
Kubernetes Prow Robot 69a380930b
Merge pull request #45714 from drewhagen/kep_4192_svm_v1alpha1_docs_v1.30_dh
docs: adds documentation for Storage Version Migration
2024-03-28 00:24:26 -07:00
drewhagen 048f53da02 docs: PR feedback for documentation on Storage Version Migration 2024-03-27 22:12:57 -05:00
Kubernetes Prow Robot eab4ae2b83
Merge pull request #45681 from codablock/fix-dead-links
Update a few dead/outdated links in the "live and let live" blog post
2024-03-27 19:14:25 -07:00
Ritikaa96 cd3104d73b Annotation azure-load-balancer-disable-tcp-reset registered & documented
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-03-28 00:05:25 +05:30
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 cd5e6b876a
Merge pull request #45709 from stmcginnis/controlPlaneEndpoint-typo
Fix typo in kubeadm-config v1beta4 config reference
2024-03-27 08:22:54 -07:00
John.C f5e9dcaee5
Add “Immutable infrastructure” to glossary (#45656)
* Add “Immutable infrastructure” to glossary

* Add “Immutable infrastructure” to glossary

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Add “Immutable infrastructure” to glossary

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Add “Immutable infrastructure” to glossary

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-27 07:40:53 -07:00
Sean McGinnis cc0785e97c
Fix typo in kubeadm-config v1beta4 config reference
When adding formatting to the controlPlaneEndpoint config reference for
kubeadm-config v1beta4 it appears the first letter of the value was accidentally
dropped. This adds it back in the two places where this happened.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2024-03-27 15:34:18 +01:00
Marko Mudrinić d8b6b656e3
pkgs.k8s.io: fix nits from previous PRs
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2024-03-27 14:32:43 +01:00
Tim Bannister e741392f76 Fix broken hyperlink 2024-03-27 11:33:50 +00:00
Akihiro Suda 6a8e975b02
blog post for KEP-3857: Recursive Read-only (RRO) mounts
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-27 19:28:58 +09: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 2a9bec25c5
Merge pull request #45685 from xmudrii/linuxrepos-update
Update legacy repos deprecation blog to reflect repos removal
2024-03-27 02:36: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