-
Notifications
You must be signed in to change notification settings - Fork 25
/
netobserv-operator.clusterserviceversion.yaml
357 lines (357 loc) · 17.4 KB
/
netobserv-operator.clusterserviceversion.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
apiVersion: operators.coreos.com/v1
kind: ClusterServiceVersion
metadata:
annotations:
alm-examples: '[]'
capabilities: Seamless Upgrades
categories: Monitoring, Networking
console.openshift.io/plugins: '["netobserv-plugin"]'
containerImage: ':container-image:'
createdAt: ':created-at:'
description: Network flows collector and monitoring solution
support: NetObserv team
operatorframework.io/suggested-namespace: openshift-netobserv-operator
operatorframework.io/initialization-resource: '{"apiVersion":"flows.netobserv.io/v1beta2",
"kind":"FlowCollector","metadata":{"name":"cluster"},"spec": {}}'
repository: https://github.com/netobserv/network-observability-operator
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
name: netobserv-operator.v0.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: '`FlowCollector` is the schema for the network flows collection
API, which pilots and configures the underlying deployments.'
displayName: Flow Collector
kind: FlowCollector
name: flowcollectors.flows.netobserv.io
version: v1beta1
- description: '`FlowCollector` is the schema for the network flows collection
API, which pilots and configures the underlying deployments.'
displayName: Flow Collector
kind: FlowCollector
name: flowcollectors.flows.netobserv.io
version: v1beta2
specDescriptors:
# Reference: https://github.com/openshift/console/blob/master/frontend/packages/operator-lifecycle-manager/src/components/descriptors/reference/reference.md
# ROOT
- description: defines the desired type of deployment for flow processing.
path: deploymentModel
# AGENT
- description: for flows extraction.
displayName: Agent configuration
path: agent
- path: agent.type
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- path: agent.ipfix
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- description: Settings related to the eBPF-based flow reporter.
displayName: eBPF Agent configuration
path: agent.ebpf
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:agent.type:eBPF
- displayName: Privileged mode
path: agent.ebpf.privileged
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- path: agent.ebpf.cacheActiveTimeout
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: agent.ebpf.cacheMaxFlows
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: agent.ebpf.kafkaBatchSize
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:deploymentModel:Kafka
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: agent.ebpf.logLevel
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: agent.ebpf.imagePullPolicy
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:imagePullPolicy
- urn:alm:descriptor:com.tectonic.ui:advanced
- displayName: Resource Requirements
path: agent.ebpf.resources
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:resourceRequirements
- path: agent.ebpf.advanced
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- path: agent.ebpf.flowFilter
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- path: agent.ebpf.metrics.enable
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
# KAFKA
- description: to use Kafka as a broker as part of the flow collection pipeline.
displayName: Kafka configuration
path: kafka
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:deploymentModel:Kafka
- displayName: TLS configuration
path: kafka.tls
- path: kafka.tls.enable
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- displayName: Insecure
path: kafka.tls.insecureSkipVerify
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:kafka.tls.enable:true
- displayName: User certificate when using mTLS
path: kafka.tls.userCert
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:kafka.tls.enable:true
- displayName: CA certificate
path: kafka.tls.caCert
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:kafka.tls.enable:true
- path: kafka.sasl
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
# PROCESSOR / FLP
- description: of the component that receives the flows from the agent, enriches them, generates metrics, and forwards them to the Loki persistence layer and/or any available exporter.
displayName: Processor configuration
path: processor
- displayName: Multi-cluster deployment
path: processor.multiClusterDeployment
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- path: processor.clusterName
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:processor.multiClusterDeployment:true
- displayName: Availability zones
path: processor.addZone
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- path: processor.advanced
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: Metrics configuration
path: processor.metrics
- displayName: Server configuration
path: processor.metrics.server
- displayName: TLS configuration
path: processor.metrics.server.tls
- displayName: Insecure
path: processor.metrics.server.tls.insecureSkipVerify
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:processor.metrics.server.tls.type:Provided
- displayName: Cert
path: processor.metrics.server.tls.provided
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:processor.metrics.server.tls.type:Provided
- displayName: CA
path: processor.metrics.server.tls.providedCaFile
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:processor.metrics.server.tls.type:Provided
- path: processor.kafkaConsumerReplicas
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:deploymentModel:Kafka
- urn:alm:descriptor:com.tectonic.ui:advanced
- displayName: kafka consumer autoscaler
path: processor.kafkaConsumerAutoscaler
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:deploymentModel:Kafka
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: processor.kafkaConsumerQueueCapacity
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:deploymentModel:Kafka
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: processor.kafkaConsumerBatchSize
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:deploymentModel:Kafka
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: processor.subnetLabels.openShiftAutoDetect
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- path: processor.logLevel
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: processor.imagePullPolicy
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:imagePullPolicy
- urn:alm:descriptor:com.tectonic.ui:advanced
- displayName: Resource Requirements
path: processor.resources
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:resourceRequirements
# LOKI
- description: for the flow store.
displayName: Loki client settings
path: loki
- path: loki.enable
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- path: loki.mode
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.enable:true
- path: loki.lokiStack
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.mode:LokiStack
- path: loki.monolithic
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.mode:Monolithic
- path: loki.microservices
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.mode:Microservices
- path: loki.manual
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.mode:Manual
- path: loki.writeBatchWait
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.enable:true
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: loki.writeBatchSize
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.enable:true
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: loki.writeTimeout
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.enable:true
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: loki.advanced
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
# CONSOLE PLUGIN
- description: related to the OpenShift Console integration.
displayName: Console plugin configuration
path: consolePlugin
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.enable:true
- path: consolePlugin.enable
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- path: consolePlugin.portNaming
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:consolePlugin.enable:true
- path: consolePlugin.quickFilters
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:consolePlugin.enable:true
- path: consolePlugin.replicas
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:consolePlugin.enable:true
- urn:alm:descriptor:com.tectonic.ui:advanced
- displayName: Horizontal pod autoscaler
path: consolePlugin.autoscaler
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:consolePlugin.enable:true
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: consolePlugin.logLevel
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:consolePlugin.enable:true
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: consolePlugin.imagePullPolicy
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:imagePullPolicy"
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:consolePlugin.enable:true
- urn:alm:descriptor:com.tectonic.ui:advanced
- displayName: Resource Requirements
path: consolePlugin.resources
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:resourceRequirements
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:consolePlugin.enable:true
- path: consolePlugin.advanced
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
# EXPORTERS
- description: additional optional exporters for custom consumption or storage.
path: exporters
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- displayName: Type
path: exporters[0].type
- displayName: IPFIX configuration
path: exporters[0].ipfix
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:IPFIX"
- displayName: Kafka configuration
path: exporters[0].kafka
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:Kafka"
statusDescriptors:
- displayName: Namespace
description: Namespace where console plugin and flowlogs-pipeline have been deployed.
path: namespace
x-descriptors:
- urn:alm:descriptor:text
- description: Conditions of the FlowCollector instance health.
displayName: Conditions
path: conditions
x-descriptors:
- urn:alm:descriptor:io.kubernetes.conditions
- description: '`FlowMetric` is the schema for the custom metrics API,
which allows to generate more metrics out of flow logs.
You can find examples here: https://github.com/netobserv/network-observability-operator/tree/main/config/samples/flowmetrics'
displayName: Flow Metric
kind: FlowMetric
name: flowmetrics.flows.netobserv.io
version: v1alpha1
description: ':full-description:'
displayName: NetObserv Operator
icon:
- base64data: PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6dXJsKCNTVkdJRF8xXyk7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQoJLnN0MntvcGFjaXR5OjAuNjt9Cgkuc3Qze29wYWNpdHk6MC41O30KCS5zdDR7b3BhY2l0eTowLjQ7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cmFkaWFsR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBjeD0iMTQuNzc1OCIgY3k9Ii0yLjk3NzEiIHI9IjkxLjYyNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6IzNDM0ZBNiIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzNCMDM0MCIvPgoJCQk8L3JhZGlhbEdyYWRpZW50PgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTAsOTljLTEzLjMsMC0yNS40LTUuMy0zNC4yLTEzLjlDNi43LDc2LjIsMSw2My43LDEsNTBDMSwyMi45LDIyLjksMSw1MCwxYzEzLjcsMCwyNi4yLDUuNywzNS4xLDE0LjgKCQkJCUM5My43LDI0LjYsOTksMzYuNyw5OSw1MEM5OSw3Ny4xLDc3LjEsOTksNTAsOTl6Ii8+CgkJPC9nPgoJCTxnPgoJCQk8Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIzNy41IiBjeT0iODEuOSIgcj0iNSIvPgoJCTwvZz4KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNDguNiw5MS45bDE4LjgtNDMuM2MtMi41LTAuMS01LTAuNy03LjItMkwzMy4yLDY4LjJsMS40LTEuOGwyMC0yNS4xYy0xLjUtMi40LTIuMy01LjEtMi4zLTcuOUw5LDUyLjIKCQkJbDQ3LjYtMjkuOWwwLDBjMC4xLTAuMSwwLjItMC4yLDAuMi0wLjJjNi4xLTYuMSwxNS45LTYuMSwyMiwwbDAuMSwwLjFjNiw2LjEsNiwxNS45LTAuMSwyMS45Yy0wLjEsMC4xLTAuMiwwLjItMC4yLDAuMmwwLDAKCQkJTDQ4LjYsOTEuOXoiLz4KCQk8ZyBjbGFzcz0ic3QyIj4KCQkJPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iNTAuMyIgY3k9IjE0LjciIHI9IjMuMSIvPgoJCTwvZz4KCQk8ZyBjbGFzcz0ic3QzIj4KCQkJPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMjcuNyIgY3k9IjU4IiByPSIxLjciLz4KCQk8L2c+CgkJPGc+CgkJCTxjaXJjbGUgY2xhc3M9InN0MSIgY3g9Ijc3LjQiIGN5PSI2OS4zIiByPSIxLjciLz4KCQk8L2c+CgkJPGc+CgkJCTxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjE2LjMiIGN5PSIzNi42IiByPSIxLjciLz4KCQk8L2c+CgkJPGcgY2xhc3M9InN0NCI+CgkJCTxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjYzLjciIGN5PSI4NS45IiByPSIyLjIiLz4KCQk8L2c+CgkJPGc+CgkJCTxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjI5LjQiIGN5PSIxOS42IiByPSI0LjgiLz4KCQk8L2c+CgkJPGcgY2xhc3M9InN0MyI+CgkJCTxjaXJjbGUgY2xhc3M9InN0MSIgY3g9Ijg4IiBjeT0iNTAiIHI9IjQuOCIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K
mediatype: image/svg+xml
install:
spec:
deployments: null
strategy: ""
installModes:
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
keywords:
- network observability
- ebpf
- ipfix
- flow tracing
- flows
- topology
- network
- observability
links:
- name: Project page
url: https://github.com/netobserv/network-observability-operator
- name: Issue tracker
url: https://github.com/netobserv/network-observability-operator/issues
- name: Discussion board
url: https://github.com/netobserv/network-observability-operator/discussions
maintainers:
- email: [email protected]
name: Julien Pinsonneau
- email: [email protected]
name: Joel Takvorian
- email: [email protected]
name: Kalman Meth
- email: [email protected]
name: Mohamed S. Mahmoud
- email: [email protected]
name: Olivier Cazade
- email: [email protected]
name: Ronen Schaffer
- email: [email protected]
name: Steven Lee
maturity: alpha
minKubeVersion: 1.23.0
provider:
name: Red Hat
url: https://www.redhat.com
replaces: netobserv-operator.v1.6.0-community
version: 0.0.0