Skip to content

Commit

Permalink
Merge pull request #1542 from maurakieft/patch-4
Browse files Browse the repository at this point in the history
Update kubernetes-support.rst
  • Loading branch information
aurbiztondo-splunk authored Sep 23, 2024
2 parents 5813e0d + 9ad7baa commit 97f500d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gdi/opentelemetry/collector-kubernetes/kubernetes-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ In addition, include the following information:
* Kubernetes version.
* Managed or on premises: if managed, which cloud provider and distribution?

* ConfigMaps from problematic pods:

* ``kubectl get cm my-splunk-otel-collector-agent -o yaml > my-splunk-otel-collector-agent-cm.yaml``
* ``kubectl get cm my-splunk-otel-collector-k8s-cluster-receiver -o yaml > my-splunk-otel-collector-k8s-cluster-receiver-cm.yaml``

* Logs from problematic pods:

* ``kubectl logs my-splunk-otel-collector-agent-fzn4q otel-collector > my-splunk-otel-collector-agent.log``
Expand Down

0 comments on commit 97f500d

Please sign in to comment.