* Added short link for birthday blog
Signed-off-by: babugeet <abhinandhbg@gmail.com>
* Added HTTP status code
Signed-off-by: "babugeet <abhinandhbg@gmail.com>"
Katacoda has shut down for good, and we have not added a local /
in-project alternative playground in the time since. Serving a 404 helps
cement that these pages are no longer part of the site.
* Change name and add redirects for kubectl cheatsheet
* Change name and add redirects for kubectl cheatsheet
* Change name and add redirects for kubectl cheatsheet
- move Understanding Kubernetes Objects to be section overview
- within the section, consistently link to the new (moved) page from the
first mention of “object”
- add a redirect
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
This is the second PR for cleaning up old redirection entries that are
more than 4 years old. The `docs/user-guide` directory was removed on
in June, 2018. It should be okay to remove these entries since those old
bookmarks are no longer useful anyway.
The back-and-forth refactoring for Windows contents has left some bad
entries in the redirection records where A is redirected to B and B is
redirected to C. We want A to be redirected to C rather than forcing the
browser to fetch these redirections twice.
This is the first step to rename 'zh' to 'zh-cn'. There are several reasons why we rename the language name.
- The upstream docsy theme changed the language name, leading to many warnings during site build;
The side-effect is that the i18n strings are no longer working.
- We believe renaming the language is the right thing to do, because this move can make room for other variants of Chinese language, such as 'zh-tw', 'zh-sg' etc.
There would be several follow-ups to this PR, such as fixing the intra-site links, adding redirects etc.
We will lock up changes to zh/zh-cn pages for the moment, until this one gets in.
This PR is based on commit cdad0a7342.
* Move Windows storage concepts to a new page
- Move FlexVolume plugins section to docs/concepts/storage/volumes.md
- Move CSI plugins section to en/docs/concepts/storage/volumes.md
- Move in-tree plugins section to en/docs/concepts/storage/volumes.md
* Moving networking related content in
/docs/setup/production-environment/windows to various locations
- Moving windows DNS limitations to/docs/concepts/services-networking/dns-pod-service.md
- Moving windows session sticky time disclaimer to /docs/concepts/services-networking/service.md
- Moving windows dual stack support info to /docs/concepts/services-networking/dual-stack.md
- Moving generic Windows content to
/docs/concepts/services-networking/windows-networking.md
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* Moving Windows troubleshooting topics to /tasks/debug-application-cluster/
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* Moving windows containers user guide out of /setup/production-environment/
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* fixup! Moving windows containers user guide out of /setup/production-environment/
* moving intro-windows-in-kubernetes content out of /setup/production-environment/
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Aravindh Puthiyaparambil <aravindh@redhat.com>