* Update audit.md
Adjust phrasing of the metadata audit level description to provide consistency of terms between levels. Previously the metadata level was the only one referencing "request metadata" rather than "event metadata".
* Adjust wording per feedback thread
In this section - I found the provided commands didn't generate the desired results.
The proposed commands seem to work for me.
Validated with:
kubectl version
Client Version: v1.28.6
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.28.6
openssl version
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
base64 (GNU coreutils) 8.32
This PR updates all the references to the CNCF landscape (v2). This includes migrating to the new embeddable views that the new landscape provides, changing how iframe-resizer is used and updating a few links.
Related to #44022
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
* Change the indicator resource endpoint from the old version of Summary API to metrics resource
* Update Summary API to metrics resource API
* Update resource metrics API to node level resource metrics
* Update resource-metrics-pipeline.md
* 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.
* 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>