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

Commit c821057

Browse files
committed
Add new k8s automatic-discovery helm chart configuration operator.crds
1 parent ea33e1f commit c821057

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

gdi/opentelemetry/automatic-discovery/k8s/k8s-advanced-config.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ By default, the Splunk Distribution of OpenTelemetry Collector uses the latest v
3737
environment: prd
3838
certmanager:
3939
enabled: true
40+
operatorcrds:
41+
install: true
4042
operator:
4143
enabled: true
4244
instrumentation:
@@ -78,6 +80,8 @@ Follow these steps to activate Profiling for a language:
7880

7981
.. code-block:: yaml
8082
83+
operatorcrds:
84+
install: true
8185
operator:
8286
enabled: true
8387
instrumentation:
@@ -112,6 +116,8 @@ Follow these steps to activate runtime metrics collection:
112116

113117
.. code-block:: yaml
114118
119+
operatorcrds:
120+
install: true
115121
operator:
116122
enabled: true
117123
instrumentation:
@@ -126,6 +132,8 @@ Follow these steps to activate runtime metrics collection:
126132

127133
.. code-block:: yaml
128134
135+
operatorcrds:
136+
install: true
129137
operator:
130138
enabled: true
131139
instrumentation:
@@ -169,6 +177,8 @@ Follow these steps to send data to a gateway endpoint:
169177
environment: prd
170178
certmanager:
171179
enabled: true
180+
operatorcrds:
181+
install: true
172182
operator:
173183
enabled: true
174184
instrumentation:
@@ -194,6 +204,8 @@ You can also automatically send data to a deployed gateway endpoint by setting `
194204
environment: prd
195205
certmanager:
196206
enabled: true
207+
operatorcrds:
208+
install: true
197209
operator:
198210
enabled: true
199211

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Populate values.yaml with the following fields and values:
7979
accessToken: <splunk_access_token>
8080
8181
# Activates the OpenTelemetry Kubernetes Operator
82+
operatorcrds:
83+
install: true
8284
operator:
8385
enabled: true
8486
@@ -109,6 +111,8 @@ If a certification manager isn't available in the cluster, then you'll need to a
109111
110112
certmanager:
111113
enabled: true
114+
operatorcrds:
115+
install: true
112116
operator:
113117
enabled: true
114118
@@ -159,6 +163,8 @@ The following examples show how to set the attribute using each method:
159163
160164
certmanager:
161165
enabled: true
166+
operatorcrds:
167+
install: true
162168
operator:
163169
enabled: true
164170
@@ -168,6 +174,8 @@ The following examples show how to set the attribute using each method:
168174

169175
.. code-block:: yaml
170176
177+
operatorcrds:
178+
install: true
171179
operator:
172180
enabled: true
173181
instrumentation:

gdi/opentelemetry/automatic-discovery/k8s/k8s-java-traces-tutorial/config-k8s-for-java.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ Now, you need to configure Helm to correctly install the Splunk Distribution of
5555
- Tags data that the application sends to Splunk Observability Cloud, allowing you to see the data in Splunk APM
5656
* - ``certmanager.enabled``
5757
- ``true``
58-
- Activates the certification manager for Helm
58+
- Install the CRDs used by the OpenTelemetry Kubernetes Operator
59+
* - ``operatorcrds.install``
60+
- ``true``
61+
- Activates the OpenTelemetry Kubernetes Operator
5962
* - ``operator.enabled``
6063
- ``true``
6164
- Activates the OpenTelemetry Kubernetes Operator
@@ -75,6 +78,8 @@ Now, you need to configure Helm to correctly install the Splunk Distribution of
7578
environment: prd
7679
certmanager:
7780
enabled: true
81+
operatorcrds:
82+
install: true
7883
operator:
7984
enabled: true
8085

gdi/opentelemetry/collector-kubernetes/kubernetes-config.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ For the Collector:
249249
For the Operator:
250250

251251
.. code-block:: yaml
252-
252+
operatorcrds:
253+
install: true
253254
operator:
254255
enabled: true
255256

0 commit comments

Comments
 (0)