You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-kubernetes/k8s-troubleshooting/troubleshoot-k8s-container.rst
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Troubleshoot the container runtime compatibility
35
35
36
36
To check if you're having compatibility issues with Kubernets and the container runtime, follow these steps:
37
37
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.
39
39
40
40
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:
41
41
@@ -45,18 +45,17 @@ To check if you're having compatibility issues with Kubernets and the container
45
45
NAME STATUS VERSION CONTAINER-RUNTIME
46
46
node-1 Ready v1.19.6 containerd://1.4.1
47
47
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:
5. In non production environments, try skipping the certificate verification with the command ``agent.config.receivers.kubeletstats.insecure_skip_verify=true``.
0 commit comments