This repository was archived by the owner on Oct 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +62
-47
lines changed Expand file tree Collapse file tree 13 files changed +62
-47
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
kube-version :
16
- - " 1.22"
17
16
- " 1.23"
18
17
- " 1.24"
18
+ - " 1.25"
19
19
20
20
steps :
21
21
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ The Splunk OpenTelemetry Collector Operator *might* work on versions outside of
143
143
|------------|----------------------|
144
144
| v0.0.3 | v1.20 to v1.23 |
145
145
| v0.0.4 | v1.23 to v1.25 |
146
+ | v0.0.5 | v1.23 to v1.25 |
146
147
147
148
# # License
148
149
Original file line number Diff line number Diff line change @@ -136,9 +136,9 @@ processors:
136
136
- from: pod
137
137
key: splunk.com/index
138
138
tag_name: com.splunk.index
139
- labels:
139
+ labels:
140
140
- key: app
141
- metadata:
141
+ metadata:
142
142
- k8s.namespace.name
143
143
- k8s.node.name
144
144
- k8s.pod.name
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ metadata:
16
16
capabilities : Basic Install
17
17
operators.operatorframework.io/builder : operator-sdk-v1.23.0
18
18
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
19
- name : splunk-otel-collector-operator.v0.0.4
19
+ name : splunk-otel-collector-operator.v0.0.5
20
20
namespace : splunk-otel-operator-system
21
21
spec :
22
22
apiservicedefinitions : {}
@@ -399,7 +399,7 @@ spec:
399
399
- --leader-elect
400
400
command :
401
401
- /manager
402
- image : jvsplk/splunk-otel-collector-operator:v0.0.4
402
+ image : jvsplk/splunk-otel-collector-operator:v0.0.5
403
403
livenessProbe :
404
404
httpGet :
405
405
path : /healthz
@@ -506,7 +506,7 @@ spec:
506
506
provider :
507
507
name : Splunk Inc
508
508
url : github.com/signalfx/splunk-otel-collector-operator
509
- version : 0.0.4
509
+ version : 0.0.5
510
510
webhookdefinitions :
511
511
- admissionReviewVersions :
512
512
- v1
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
13
13
images :
14
14
- name : controller
15
15
newName : jvsplk/splunk-otel-collector-operator
16
- newTag : v0.0.4
16
+ newTag : v0.0.5
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ kind : Cluster
2
+ apiVersion : kind.x-k8s.io/v1alpha4
3
+ nodes :
4
+ - role : control-plane
5
+ image : kindest/node:v1.25.2@sha256:9be91e9e9cdf116809841fc77ebdb8845443c4c72fe5218f3ae9eb57fdb4bace
Original file line number Diff line number Diff line change 7
7
realm : my-splunk-realm
8
8
agent :
9
9
enabled : true
10
+ resources :
11
+ limits :
12
+ cpu : 200m
13
+ memory : 200Mi
14
+ requests :
15
+ memory : 100Mi
16
+ cpu : 100m
10
17
clusterReceiver :
11
18
enabled : false
12
19
gateway :
Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ data:
104
104
- from: pod
105
105
key: splunk.com/index
106
106
tag_name: com.splunk.index
107
- labels:
107
+ labels:
108
108
- key: app
109
- metadata:
109
+ metadata:
110
110
- k8s.namespace.name
111
111
- k8s.node.name
112
112
- k8s.pod.name
Original file line number Diff line number Diff line change 45
45
scrapers:
46
46
cpu: null
47
47
disk: null
48
- filesystem: null
49
48
load: null
50
49
memory: null
51
50
network: null
@@ -92,30 +91,30 @@ spec:
92
91
k8sattributes:
93
92
extract:
94
93
annotations:
95
- - from: pod
96
- key: splunk.com/sourcetype
97
- - from: namespace
98
- key: splunk.com/exclude
99
- tag_name: splunk.com/exclude
100
- - from: pod
101
- key: splunk.com/exclude
102
- tag_name: splunk.com/exclude
103
- - from: namespace
104
- key: splunk.com/index
105
- tag_name: com.splunk.index
106
- - from: pod
107
- key: splunk.com/index
108
- tag_name: com.splunk.index
109
- labels:
94
+ - from: pod
95
+ key: splunk.com/sourcetype
96
+ - from: namespace
97
+ key: splunk.com/exclude
98
+ tag_name: splunk.com/exclude
99
+ - from: pod
100
+ key: splunk.com/exclude
101
+ tag_name: splunk.com/exclude
102
+ - from: namespace
103
+ key: splunk.com/index
104
+ tag_name: com.splunk.index
105
+ - from: pod
106
+ key: splunk.com/index
107
+ tag_name: com.splunk.index
108
+ labels:
110
109
- key: app
111
- metadata:
112
- - k8s.namespace.name
113
- - k8s.node.name
114
- - k8s.pod.name
115
- - k8s.pod.uid
116
- - container.id
117
- - container.image.name
118
- - container.image.tag
110
+ metadata:
111
+ - k8s.namespace.name
112
+ - k8s.node.name
113
+ - k8s.pod.name
114
+ - k8s.pod.uid
115
+ - container.id
116
+ - container.image.name
117
+ - container.image.tag
119
118
filter:
120
119
node: '${MY_NODE_NAME}'
121
120
batch: null
@@ -164,7 +163,7 @@ spec:
164
163
- jaeger
165
164
- zipkin
166
165
processors:
167
- - k8s_tagger
166
+ - k8sattributes
168
167
- batch
169
168
- resource
170
169
- resourcedetection
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ data:
111
111
- from: pod
112
112
key: splunk.com/index
113
113
tag_name: com.splunk.index
114
- labels:
114
+ labels:
115
115
- key: app
116
- metadata:
116
+ metadata:
117
117
- k8s.namespace.name
118
118
- k8s.node.name
119
119
- k8s.pod.name
@@ -490,17 +490,17 @@ spec:
490
490
apiVersion : v1
491
491
fieldPath : metadata.namespace
492
492
- name : SPLUNK_MEMORY_TOTAL_MIB
493
- value : " 500 "
493
+ value : " 200 "
494
494
image : quay.io/signalfx/splunk-otel-collector:0.61.0
495
495
imagePullPolicy : IfNotPresent
496
496
name : otc-container
497
497
resources :
498
498
limits :
499
499
cpu : 200m
500
- memory : 500Mi
500
+ memory : 200Mi
501
501
requests :
502
- cpu : 200m
503
- memory : 500Mi
502
+ memory : 100Mi
503
+ cpu : 100m
504
504
terminationMessagePath : /dev/termination-log
505
505
terminationMessagePolicy : File
506
506
volumeMounts :
Original file line number Diff line number Diff line change @@ -4,4 +4,12 @@ metadata:
4
4
name : test-default
5
5
spec :
6
6
clusterName : test-cluster
7
- realm : my-splunk-realm
7
+ realm : my-splunk-realm
8
+ agent :
9
+ resources :
10
+ limits :
11
+ cpu : 200m
12
+ memory : 200Mi
13
+ requests :
14
+ memory : 100Mi
15
+ cpu : 100m
Original file line number Diff line number Diff line change 5
5
splunk-otel-collector=0.61.0
6
6
7
7
# Represents the current release of the OpenTelemetry Operator.
8
- operator=0.0.4
8
+ operator=0.0.5
You can’t perform that action at this time.
0 commit comments