* 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>
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.
* 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>
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.
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.
* 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.