Andrea Tosatto
394db549ac
Decouple TaintManager from NodeLifeCycleController (KEP-3902)
2023-11-21 19:37:34 +00:00
Kubernetes Prow Robot
43c7d05eb9
Merge pull request #43958 from enj/enj/d/sa_node_ref
...
KEP-4193: bound service account token improvements
2023-11-17 15:49:05 +01:00
Kubernetes Prow Robot
301fccd571
Merge pull request #43778 from logicalhan/inst-docs
...
update documented metrics for v1.29
2023-11-17 15:28:59 +01:00
Monis Khan
42c9e4e20f
KEP-4193: bound service account token improvements
...
Signed-off-by: Monis Khan <mok@microsoft.com>
2023-11-16 08:48:59 -05:00
Kubernetes Prow Robot
cfbe80de55
Merge pull request #43441 from cici37/2876-1.29
...
[KEP-2876] Document (GA) CEL validation for custom resources
2023-11-16 05:31:45 +01:00
Cici Huang
16fb2e68c6
Promote CRD validation rules to GA
2023-11-15 23:19:55 +00:00
Kubernetes Prow Robot
7899eb09a3
Merge pull request #43938 from katcosgrove/merged-main-dev-1.29
...
Merge main into dev-1.29
2023-11-15 17:47:53 +01:00
Matthias Bertschy
8f7cfdbf9c
modifying docs for SidecarContainers beta graduation ( #43471 )
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2023-11-15 08:21:56 +08:00
Antonio Ojea
b1d5b82a4a
remove MultiCIDRRangeAllocator
2023-11-14 22:35:32 +00:00
Kat Cosgrove
fb1bd2217d
Merge main into dev-1.29 to keep in sync
2023-11-14 21:22:12 +00:00
Kubernetes Prow Robot
4efddf96e8
Merge pull request #43907 from pohly/dra-scheduling-impact
...
Document impact of DRA on scheduling
2023-11-14 13:33:22 +01:00
Maksym Vlasov
01ac54510a
[en] Mention kubernetes/websites everywhere in the same way ( #40493 )
...
* Mention kubernetes/websites everywhere in the same way
* Acidentially ignored file during replacement
* Apply suggestions from code review
2023-11-14 13:22:29 +01:00
Patrick Ohly
725f68ff18
dra: warn about scheduling performance
...
That pods with ResourceClaims get scheduled more slowly, but that this also
affects other pods may be surprising and is worth calling out.
2023-11-14 11:54:37 +01:00
steve-hardman
20e6cba5fe
Fix broken link in "Validating Admission Policy" page ( #43893 )
...
* Fix typo
* Fix typo
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
---------
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-11-14 08:02:32 +01:00
shixiuguo
fd5ac88955
Fix the links
2023-11-14 11:10:24 +08:00
Kubernetes Prow Robot
9e36b6ca44
Merge pull request #43529 from alculquicondor/replacement_beta
...
Graduate JobPodReplacementPolicy to beta
2023-11-13 19:33:19 +01:00
Kubernetes Prow Robot
d0285498d2
Merge pull request #43773 from alculquicondor/job-finalizer-troubleshoot
...
Troubleshooting for job pod finalizers
2023-11-13 17:19:22 +01:00
Aldo Culquicondor
46df889039
Troubleshooting for job pod finalizers
2023-11-13 11:00:14 -05:00
Marko Mudrinić
4163d74fa5
Additional clarifications for changing package repository
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-11-13 13:36:11 +01:00
Kubernetes Prow Robot
c55e6f2687
Merge pull request #43870 from neolit123/1.29-fix-system-masters-apiserver-kubelet-cert
...
certificates.md: add note about system:masters in apiserver cert
2023-11-13 02:38:25 +01:00
Laurent Vaills
1124742f21
Fix link to custom resources
2023-11-11 12:17:07 +01:00
Aldo Culquicondor
3be75f26fd
Graduate JobPodReplacementPolicy to beta
2023-11-10 14:47:29 -05:00
Kubernetes Prow Robot
0ebfe8b6ec
Merge pull request #43769 from pacoxu/kubeadm-kubelet-skew-policy
...
v1.29: kubeadm skew policy for kubelet is n-3
2023-11-10 15:13:04 +01:00
Lubomir I. Ivanov
ddb784aab1
certificates.md: add note about system:masters in apiserver cert
...
The kube-apiserver flag --kubelet-client-certificate
accepts a client certificate (kube-apiserver-kubelet-client.crt)
to connect to the kubelet. There is no need for this certificate
to have "system:masters" as "O" in the Subject, instead it
can be a less privileged group like kubeadm's "kubeadm:cluster-admins".
2023-11-10 15:17:26 +02:00
Kubernetes Prow Robot
203ce03372
Merge pull request #43786 from windsonsea/feagate
...
Clean up feature-gates.md
2023-11-10 09:42:15 +01:00
Paco Xu
97a1c7482b
v1.29: kubeadm skew policy for kubelet is n-3
2023-11-10 15:25:45 +08:00
Kubernetes Prow Robot
9d663cd5cf
Merge pull request #39875 from npinaeva/netpol-pod-start
...
Network policy docs clarifications
2023-11-09 17:39:46 +01:00
Kubernetes Prow Robot
fff0693f7b
Merge pull request #42907 from ardaguclu/kep-3895-promote-beta
...
Remove alpha environment variable because feature is in beta
2023-11-09 16:06:55 +01:00
yanggang
ad52e828b5
Fix KinD typos in en docs.
...
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-11-08 22:12:26 +00:00
Kubernetes Prow Robot
7fe30f54e8
Merge pull request #43388 from mimowo/backoff-limit-per-index-beta
...
Docs update for Job Backoff Limit Per Index in Beta
2023-11-07 03:42:28 +01:00
Todd Neal
6af570122a
add more clarification regarding priorityClassName use with DaemonSet ( #40851 )
...
* add more clarification regarding priorityClassName use with DaemonSet
* Update daemonset.md
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-11-07 03:36:51 +01:00
Kubernetes Prow Robot
aa48ad5b18
Merge pull request #43387 from mimowo/pods-ready-ga
...
Docs update for JobPodsReady in GA
2023-11-07 03:00:10 +01:00
Michael
887d2d810a
Clean up access-cluster-services.md
2023-11-07 07:52:43 +08:00
Kat Cosgrove
270468a15a
Merge remote-tracking branch 'upstream/main' into dev-1.29
2023-11-06 13:49:02 -06:00
Michael
dde91279a3
Clean up feature-gates.md
2023-11-06 20:24:19 +08:00
Michal Wozniak
6886cad27e
Docs update about JobReadyPods graduated to GA
2023-11-06 09:49:38 +01:00
Michal Wozniak
73731382ba
Docs update for Job Backoff Limit Per Index in Beta
2023-11-06 09:47:05 +01:00
Rohan Kapse
9f6793ab95
Removed configuration section from volumes.
...
As it is outdated and also doesn't belong as part of the conceptual explanation of what a volume is. #43809
2023-11-05 19:03:12 +05:30
Yash Raj
af3ecd4b86
Fix typo in Gateway API page ( #43819 )
...
* fix typo
* Revert "fix typo"
This reverts commit 3f971bae12 .
* fix typo
2023-11-05 06:21:55 +01:00
Rohan Kapse
fb3ff35e2a
Update volumes.md
...
Updated the "Unclear / misleading information about the emptyDir volume first creation" with a new line. #43805
2023-11-04 16:02:06 +05:30
Rohan Kapse
ed37349a6b
Update server-side-apply.md
...
Deleted the duplicate section of the issue(Server-Side Apply for custom resources ) #43806
2023-11-04 15:04:37 +05:30
Kubernetes Prow Robot
9af50f2198
Merge pull request #42801 from pacoxu/update-kubeadm-fgs
...
kubeadm: EtcdLearnerMode is beta in v1.29
2023-11-03 09:20:39 +01:00
Kubernetes Prow Robot
5e8aebc7c3
Merge pull request #43532 from RomanBednar/pv-last-phase-transition-time-beta
...
graduate PersistentVolumeLastPhaseTransitionTime to beta in v1.29
2023-11-03 06:11:34 +01:00
drewhagen
7db05a8b31
Merge remote-tracking branch 'upstream/main' into dev-1.29
2023-11-02 11:11:08 -05:00
Han Kang
e962925971
update documented metrics for v1.29
2023-11-01 15:02:32 -07:00
Daneyon Hansen
a74574fa8b
Adds Gateway API docs
...
- Adds Gateway API term to the glossary.
- Adds Gateway API as reference in the addons page.
- Adds a page to the Service networking docs that explains Gateway API.
- Updates existing docs to reference the newly added Gateway API docs.
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
2023-11-01 14:04:04 -07:00
Kubernetes Prow Robot
c265c7d321
Merge pull request #43745 from dancer1325/UpdateMainBranch
...
Switch to newer kindest/node version
2023-11-01 16:33:48 +01:00
Rohan Kapse
7a3f804174
Update content/en/docs/reference/using-api/deprecation-guide.md
...
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2023-11-01 19:24:17 +05:30
Rohan Kapse
f2ceaf38a6
Update content/en/docs/reference/using-api/deprecation-guide.md
...
Co-authored-by: Gaurav Padam <1032201077@tcetmumbai.in>
2023-11-01 19:16:52 +05:30
Rohan Kapse
91a6aa868d
Update deprecation-guide.md
...
Fixed the wrong tense in API deprecation page #43771 .
2023-11-01 18:32:46 +05:30