Skip to content

Commit bafa785

Browse files
authored
Merge pull request splunk#1671 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents b73261d + 5065067 commit bafa785

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

gdi/opentelemetry/automatic-discovery/k8s/k8s-backend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The Operator requires certain TLS certificates to work. Use the following comman
101101
.. code-block:: yaml
102102
103103
# Check if cert-manager is already installed, don't deploy a second cert-manager.
104-
kubectl get pods -l app=cert-manager --all-namespaces
104+
kubectl get pods -l app=certmanager --all-namespaces
105105
106106
If a certificate manager isn't available in the cluster, add ``certmanager.enabled=true`` to your values.yaml file.
107107

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)