Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit d9031ad

Browse files
Fix
1 parent b90b04f commit d9031ad

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

gdi/opentelemetry/collector-kubernetes/k8s-troubleshooting/troubleshoot-k8s-container.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Troubleshoot the container runtime compatibility
3535

3636
To check if you're having compatibility issues with Kubernets and the container runtime, follow these steps:
3737

38-
#. Run ``kubectl get nodes -o wide`` to determine what version of Kubernetes and container runtime are being used.
38+
1. Run ``kubectl get nodes -o wide`` to determine what version of Kubernetes and container runtime are being used.
3939

4040
The ``-o wide`` flag prints the output in the plain-text format with any additional information. For pods, the node name is included. In the following example, ``node-1`` uses Kubernetes 1.19.6 and containerd 1.4.1:
4141

@@ -45,18 +45,17 @@ To check if you're having compatibility issues with Kubernets and the container
4545
NAME STATUS VERSION CONTAINER-RUNTIME
4646
node-1 Ready v1.19.6 containerd://1.4.1
4747
48-
#. Verify that you are using a container runtime compatible with your Kubernetes version. Refer to the following vendor documentation to see the container runtime compatibility:
48+
2. Verify that you are using a container runtime compatible with your Kubernetes version. Refer to the following vendor documentation to see the container runtime compatibility:
4949

50-
- :new-page:`containerd <https://containerd.io/releases/#kubernetes-support>`
51-
- :new-page:`CRI-O <https://github.com/cri-o/cri-o#compatibility-matrix-cri-o--kubernetes>`
52-
- :new-page:`Mirantis <https://docs.mirantis.com/container-cloud/latest/compat-matrix.html>`
50+
- :new-page:`containerd <https://containerd.io/releases/#kubernetes-support>`
51+
- :new-page:`CRI-O <https://github.com/cri-o/cri-o#compatibility-matrix-cri-o--kubernetes>`
52+
- :new-page:`Mirantis <https://docs.mirantis.com/container-cloud/latest/compat-matrix.html>`
5353

54-
#. Check the integrity of your container stats. See how at :ref:`ts-k8s-stats`.
54+
3. Check the integrity of your container stats. See how at :ref:`ts-k8s-stats`.
5555

56-
#. Check that you have the right certificate.
56+
4. Check that you have the right certificate.
5757

58-
#. In non production environments, try skipping the certificate verification with the following command:
59-
:code:`agent.config.receivers.kubeletstats.insecure_skip_verify=true`.
58+
5. In non production environments, try skipping the certificate verification with the command ``agent.config.receivers.kubeletstats.insecure_skip_verify=true``.
6059

6160
.. _ts-k8s-stats:
6261

0 commit comments

Comments
 (0)