Skip to content

Commit 8dc6f53

Browse files
dmitryaxcrobert-1
andauthored
[chore] Update clusterName requirements comment (#1719)
* [chore] Update clusterName requirements comment * Update helm-charts/splunk-otel-collector/values.yaml Co-authored-by: Curtis Robert <[email protected]> * Update helm-charts/splunk-otel-collector/values.yaml Co-authored-by: Curtis Robert <[email protected]> * Added a suggested note for EKS permissions * fix linter --------- Co-authored-by: Curtis Robert <[email protected]>
1 parent 02ffe31 commit 8dc6f53

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

helm-charts/splunk-otel-collector/values.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ fullnameOverride: ""
1212
namespaceOverride: ""
1313

1414
################################################################################
15-
# clusterName is an optional parameter. It can be set to an arbitrary value that identifies
16-
# your K8s cluster. The value will be associated with every trace, metric and
17-
# log as "k8s.cluster.name" attribute. It's optional on EKS and GKE, but required
18-
# on all other Kubernetes services.
15+
# clusterName is an optional parameter that is used as the "k8s.cluster.name" attribute
16+
# for all traces, metrics, and logs.
17+
#
18+
# For EKS and GKE clusters:
19+
# - Do NOT set this field if you have 'distribution' set to values starting with 'eks' or 'gke'.
20+
# The cluster name is auto-discovered from the cloud provider.
21+
# Note: In EKS, the collector should be able to assume the node's IAM role, as it requires
22+
# the EC2:DescribeInstances permission, which is available by default unless disabled manually.
23+
#
24+
# For other distributions:
25+
# - It MUST be set so that telemetry can be tagged with "k8s.cluster.name".
1926
################################################################################
2027

2128
clusterName: ""

0 commit comments

Comments
 (0)