Anish Ramasekar
8598729e5d
update docs for KMSv2 and KMSv2KDF stable
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-11-17 18:19:45 +00: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
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
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
Paco Xu
97a1c7482b
v1.29: kubeadm skew policy for kubelet is n-3
2023-11-10 15:25:45 +08: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
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
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
Kat Cosgrove
270468a15a
Merge remote-tracking branch 'upstream/main' into dev-1.29
2023-11-06 13:49:02 -06: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
9f22b77310
Merge pull request #43621 from danehans/issue_43567
...
Add Gateway API documentation
2023-11-03 12:52:18 +01:00
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
Frederico Muñoz
30f296154a
Update index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-11-02 12:54:16 +00: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
Frederico Muñoz
ab147e3c18
Add KCSEU2023 spotlight article
2023-11-01 16:31:38 +00: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
steve-hardman
610829f544
Fix broken link in Gateway API v1.0 blog ( #43762 )
...
* Update link
* Update link
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
---------
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-11-01 12:52:02 +01:00
Kubernetes Prow Robot
b034e4300d
Merge pull request #43535 from humblec/dev-1.29-nodeexpandsecret
...
Promote CSINodeExpandSecret to GA
2023-11-01 09:47:41 +01:00
Kubernetes Prow Robot
ab3810c36d
Merge pull request #43744 from cici37/fixEscape
...
Remove the inaccurate description
2023-10-31 18:26:23 +01:00
Kubernetes Prow Robot
58552983ff
Merge pull request #43593 from shaneutt/shaneutt/gateway-api-ga-blog-post
...
Add Gateway API GA blog post
2023-10-31 17:47:54 +01:00
dancer13
1d7e34fcf2
refactor(content.en.docs.tutorials.security.SecComp): add sha to kindes/node image
2023-10-31 09:48:12 +01:00
Kubernetes Prow Robot
636f1d8f7e
Merge pull request #43540 from neolit123/1.29-add-super-admin-kubeconfig
...
kubeadm: introduce documentation changes for super-admin.conf
2023-10-31 03:03:57 +01:00
dancer1325
7df7e9dd7e
fix(content.en.docs.tutorials.security.SecCommp): switch to newer kindes/node version
2023-10-30 18:17:20 +01:00
Cici Huang
fc92afd819
Remove the escape.
2023-10-30 16:38:15 +00:00
Lubomir I. Ivanov
a9478b46ac
kubeadm: introduce documentation changes for super-admin.conf
...
- Update most pages where the kubeadm generated admin.conf
is discussed. Include information about the new file "super-admin.conf".
2023-10-30 11:57:44 +02:00
dancer1325
5f3b2c023a
fix(en.examples.pods.security.seccomp): update hashicorp/http-echo version
2023-10-29 12:31:38 +01:00
Kubernetes Prow Robot
f259baeba2
Merge pull request #43474 from fsmunoz/sig-arch-prod-readiness-spotlight
...
Add SIG Architecture Production Readiness spotlight
2023-10-27 16:40:43 +02:00
Tim Bannister
f18aa90295
Fix canonical URL for article
2023-10-27 15:31:40 +01:00
Shane Utt
ed24830f9b
chore: fix bold for authors
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-27 10:04:27 -04:00
Frederico Muñoz
1072b8f058
Update content/en/blog/_posts/2023-11-02-sig-architecture-prod-readiness-spotlight.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-26 17:23:23 +01:00
Frederico Muñoz
6398026d50
Add SIG Archicture Production Readiness spotlight
...
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
Co-authored-by: Nate W <natew@cncf.io>
2023-10-26 16:15:52 +01:00
Faeka Ansari
b6f29ff66c
Update old blog article about SIG Usability to mention dissolution ( #42390 )
...
* Update 2021-07-15-SIG-Usability-Spotlight.md
* Update content/en/blog/_posts/2021-07-15-SIG-Usability-Spotlight.md
Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
* Update content/en/blog/_posts/2021-07-15-SIG-Usability-Spotlight.md
Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
* Update content/en/blog/_posts/2021-07-15-SIG-Usability-Spotlight.md
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
* Update content/en/blog/_posts/2021-07-15-SIG-Usability-Spotlight.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/blog/_posts/2021-07-15-SIG-Usability-Spotlight.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/blog/_posts/2021-07-15-SIG-Usability-Spotlight.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
---------
Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-26 15:47:41 +02:00
Shubham
fba4f6cb2f
Removed outdated information for SA and Added the Note for Manually created Secret API objects. ( #43451 )
...
* Removed outdated information for SA and Added the Note for Manually created Secret API objects.
* Modified the Note.
* Simplified the Note.
2023-10-26 02:50:01 +02:00
Able Lv
a146735b43
Fix a typo on 2023-10-23-pv-last-phase-transtition-time.md
2023-10-25 23:26:45 +08:00
Shane Utt
c9af91d9f3
Apply suggestions from code review
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-25 11:05:10 -04:00
Shane Utt
2614af607f
Update content/en/blog/_posts/2023-10-31-Gateway-API-GA/index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-25 11:04:46 -04:00
Shane Utt
efe4f73715
Update content/en/blog/_posts/2023-10-31-Gateway-API-GA/index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-10-25 11:04:32 -04:00
Kubernetes Prow Robot
c5a035cc29
Merge pull request #43204 from LiorLieberman/i2gw-blog
...
Add introducing ingress2gateway blog post
2023-10-25 14:19:43 +02:00