* Add Documentation for Kubectl debug node command
* Add documentation for kubectl debug node command
* Refactor changes
* Add information to find logs
* Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
* Refactor wordings based on reviews
* Correct the link to kubectl-node-debug on index page
* Minor refactor(Review comments)
* Address review comments
* Minor refactor as per suggestions from code review
Co-authored-by: Rey Lejano <rlejano@gmail.com>
* Use an example for pod deletion
* Address review comments
* Address review comments
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
- Original wording seemed to be tacitly encouraging Prometheus as the
preferred monitoring solution, and was confusing to non-native
speakers as written.
- Remove direct references to Prometheus.
- Emphasize that the Kubernetes docs are not in the business of telling
you how to monitor Kubernetes.
- Note that any monitoring should understand OpenMetrics.
- Link to the CNCF landscape site, picking out the options for anyone
who isn't sure what options they have
- Note that the specific choice is part of the overall design of the
infrastructure platform.
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.
Ref: https://github.com/kubernetes/k8s.io/issues/3411
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
* 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>