Commit Graph

8811 Commits (683fc53b842eff9cd02e94bdf444910366a00d8c)

Author SHA1 Message Date
Kubernetes Prow Robot 683fc53b84
Merge pull request #31687 from neolit123/1.24-update-legacy-kubelet-cm-refs
kubeadm: update legacy kubelet config map information and document feature gates
2022-02-22 02:49:46 -08:00
Nate W e8b19637df Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-02-21 10:36:03 -08:00
Kubernetes Prow Robot a3b30be299
Merge pull request #31558 from chrismetz09/metzResourceMetrics
update resource metrics pipeline section
2022-02-21 04:38:11 -08:00
Kubernetes Prow Robot d202485f1e
Merge pull request #31563 from bryfry/main
correct references to service-account-signing-key-file flag
2022-02-21 03:42:11 -08:00
Kubernetes Prow Robot 3f6efc04df
Merge pull request #31621 from mk46/doc_description
Added docs for kubernetes.io/description
2022-02-21 02:22:11 -08:00
Kubernetes Prow Robot b90237d9cb
Merge pull request #31672 from Frankkkkk/patch-2
operator: add `Kopf` framework to list of libraries
2022-02-21 00:20:11 -08:00
Kubernetes Prow Robot ecbe8f7351
Merge pull request #31735 from benjaminguttmann-avtq/update-ebs-storage-class-information
[StorageClasses] Add gp3 to available ebs volume types
2022-02-21 00:02:10 -08:00
Mark Rossetti 1b1dd7d9ae
Adding a warning to Windows docs for NodePort service issues on WS2022 (#31759)
* Adding a warning to Windows docs for NodePort service issues on WS2022

Signed-off-by: Mark Rossetti <marosset@microsoft.com>

* Update content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>

* Update content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

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

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-20 23:54:11 -08:00
Kubernetes Prow Robot 9da7dead81
Merge pull request #31764 from RinkiyaKeDad/nca_update
mention about monthly meeting in NCA responsibilities
2022-02-20 23:48:11 -08:00
Kubernetes Prow Robot 96c388532b
Merge pull request #31804 from PriyanshuAhlawat/update_link
Ensure “Download Kubernetes” link goes to right page #31794
2022-02-20 20:54:15 -08:00
Kubernetes Prow Robot 09c3d17202
Merge pull request #31787 from tengqm/add-apiserver-v1alpha1-config
Add API server config reference (v1alpha1)
2022-02-19 14:26:09 -08:00
PriyanshuAhlawat d8271f94f9 Update _index.md 2022-02-20 01:58:00 +05:30
Jiaqi Luo fe7f291bb2 remove a duplicated line from 2022-02-17-updated-dockershim-faq.md 2022-02-18 20:15:34 -07:00
shivam tyagi 33b55edda7 fixed 2022-02-19 01:20:10 +05:30
Arsh Sharma 3c38080005
Update content/en/docs/contribute/advanced.md
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-02-18 13:07:03 +05:30
Qiming Teng ca36ac797c Add API server config reference (v1alpha1)
The `TracingConfiguration` struct we reference from the system traces
page only exists in the v1alpha1 version of the API server
configuration. This PR fixes the problem.
2022-02-18 14:32:57 +08:00
Kubernetes Prow Robot effa50ed1c
Merge pull request #31777 from sftim/20220217_update_links_to_dockershim_removal_faq
Update links to Dockershim Removal FAQ
2022-02-17 13:21:04 -08:00
Tim Bannister 362da74120
Update links to Dockershim Removal FAQ
- Identify selected links to the Dockershim Deprecation FAQ
- Replace them with links to the updated FAQ
2022-02-17 17:41:55 +00:00
Chris Short 35f5f4ca01
Updated dockershim faq (#31765)
* Create updated dockershim FAQ

- The current dockershim FAQ is marked as outdated
- This new FAQ states clearly "removal"
- This new FAQ also has links to additional resources created by the community and others.

* deprecation -> removal scrub

- It's important this new FAQ says removal rather than deprecation as we're at that moment in time.

* Update content/en/blog/_posts/2022-02-16-updated-dockershim-faq.md

Did not know Hugo allowed for this.

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

* Update content/en/blog/_posts/2022-02-16-updated-dockershim-faq.md

🤯

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

* Update content/en/blog/_posts/2022-02-16-updated-dockershim-faq.md

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

* Update content/en/blog/_posts/2022-02-16-updated-dockershim-faq.md

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

* Update content/en/blog/_posts/2022-02-16-updated-dockershim-faq.md

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

* Update content/en/blog/_posts/2022-02-16-updated-dockershim-faq.md

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

* Apply suggestions from code review

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

* Bump version to 1.23

Warning in 1.23
Removed in 1.24

* Update for today's date

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-17 09:35:38 -08:00
Lubomir I. Ivanov 644a7a4609 kubeadm: document the current feature gates for 1.24
The right place for these are in the "kubeadm init"
document since feature gates are only possible during
cluster creation with "init".
2022-02-17 18:27:48 +02:00
Lubomir I. Ivanov 26f6a21308 kubeadm: remove mentions of the the legacy kubelet-config-x.yy
The default kubelet configuration ConfigMap that kubeadm manages
is "kubelet-config" instead of "kubelet-config-x.yy" (where x.yy
is the Kubernetes version) in 1.24.

Cleanup references to the legacy naming in kubeadm documentation.

Generated contents in content/en/docs/reference/* are not updated.
2022-02-17 18:27:48 +02:00
Kubernetes Prow Robot b72092e0bc
Merge pull request #31730 from SWADESNA/patch-2
Update memory-default-namespace.md
2022-02-17 07:19:37 -08:00
Kubernetes Prow Robot 63edc70641
Merge pull request #31639 from JayKayy/patch-1
Remove deprecated `--record` flag from example
2022-02-17 07:17:38 -08:00
Kubernetes Prow Robot e60da5b72e
Merge pull request #31655 from SergeyKanzhelev/ci-group
SIG Node CI Subproject celebrates two years of test improvements
2022-02-16 14:12:45 -08:00
Sergey Kanzhelev 1c0b4eb70b
Update content/en/blog/_posts/2022-02-16-sig-node-ci-subproject-celebrates/index.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-02-16 13:51:07 -08:00
Arsh Sharma ca51b25078 mention about monthly meeting in NCA responsibilities
Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>
2022-02-16 18:26:23 +05:30
Sergey Kanzhelev ed9a8d1c2c SIG Node CI Subproject Celebrates Two Years of Test Improvements 2022-02-16 00:29:02 +00:00
Tim Allclair b0e4e7a03c
Delete broken link (contiv.io) 2022-02-15 15:17:15 -08:00
Nate W 8b9e77db12 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-02-15 08:28:12 -08:00
Meysam Azad 259e312ff2 docs: remove redundant word 📝 2022-02-15 19:16:42 +03:00
Kubernetes Prow Robot a04f1c9f4a
Merge pull request #31742 from shu-mutou/patch-1
Update reviewers from SIG-UI
2022-02-15 07:08:03 -08:00
Jordan Liggitt 0e8acb4b02 Fix finalizer doc 2022-02-15 08:42:14 -05:00
Shu Muto c1da5f25ab
Update reviewers from SIG-UI
Also, bump kubernetes dashboard to v2.5.0.
2022-02-15 11:18:14 +09:00
Kubernetes Prow Robot 018191a4d2
Merge pull request #31737 from liggitt/patch-3
Update finalizers.md
2022-02-14 18:10:12 -08:00
chrismetz09 3f74c2ae79 update component explanation 2022-02-14 11:01:39 -08:00
Jordan Liggitt fa4cc5965b Update finalizers.md 2022-02-14 10:37:44 -05:00
Kubernetes Prow Robot 7ae88efd7a
Merge pull request #31630 from tengqm/fix-links
Fix links in security context page
2022-02-14 07:31:31 -08:00
BG 541e89228c [StorageClasses] Add gp3 to available ebs volume types 2022-02-14 11:38:44 +01:00
srout deb2a9c96b
Update memory-default-namespace.md 2022-02-14 13:05:33 +05:30
Kubernetes Prow Robot 7dd728cf69
Merge pull request #31729 from SWADESNA/patch-1
Update memory-default-namespace.md
2022-02-13 23:25:28 -08:00
Kubernetes Prow Robot 1f4ca9f802
Merge pull request #31631 from tengqm/fix-gc-cascade
Fix the cascading deletion page
2022-02-13 23:09:28 -08:00
srout a191d71627
Update memory-default-namespace.md 2022-02-14 12:37:58 +05:30
Kubernetes Prow Robot 068d86d793
Merge pull request #31608 from atoato88/update-job-ttl-mechanism-to-stable
Update TTL mechanism in Job to stable feature state
2022-02-12 20:51:48 -08:00
Kubernetes Prow Robot 4727e39e70
Merge pull request #31682 from tengqm/apiserver-encryption-v1
Add configuration reference for API server encryption
2022-02-12 20:45:46 -08:00
bryfry c14e5c2c43 correct references to service-account-signing-key-file flag 2022-02-13 01:13:56 +00:00
Qiming Teng 52696d80b0 Fix links in security context page
The links to AppArmor etc are using redirection records. This is a bad
practice because when translating the page to a different language, the
link will become invalid. So we should use the actual target in the
English source.

This PR also fixes some incorrect syntax directives for code snippets.
2022-02-13 08:05:30 +08:00
Kubernetes Prow Robot 9115aaa460
Merge pull request #31701 from championshuttler/xps
Fix link of XFS project quotas in manage-resources-containers
2022-02-12 07:05:47 -08:00
Kubernetes Prow Robot dc88203bcc
Merge pull request #31720 from shannonxtreme/dockershim-debug-replication
Change language so that docker is an example
2022-02-12 06:57:47 -08:00
Kubernetes Prow Robot c3c3b1a7ac
Merge pull request #31283 from denkensk/graduate-nonpreemptingpriority-to-ga
Graduate NonPreemptingPriority to GA
2022-02-11 17:29:47 -08:00
Paul "TBBle" Hampson b6045d6160
Update link to TECHNET article about Windows NAT (#31702)
* Update link to TECHNET article about Windows NAT

* Fix inconsistent capitalisation of win-overlay

No other instance of win-overlay is capitalised, and win-bridge in the same place on the previous row is not capitalised either.
2022-02-11 13:59:47 -08:00