Skip to content

Commit

Permalink
Merge pull request #772 from solarwinds/enable-arm-ebpf
Browse files Browse the repository at this point in the history
Enable ARM Network-Collector + bump to 0.10.3
  • Loading branch information
jaroslav-fedor-swi authored Oct 29, 2024
2 parents ff06304 + 95aad6b commit 292dd45
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 19 deletions.
10 changes: 5 additions & 5 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: swo-k8s-collector
version: 4.2.0-alpha.6
version: 4.2.0-alpha.7
appVersion: 0.11.7
description: SolarWinds Kubernetes Integration
keywords:
Expand All @@ -27,14 +27,14 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: ebpf-kernelCollector
image: solarwinds/opentelemetry-ebpf-kernel-collector:v0.10.2
image: solarwinds/opentelemetry-ebpf-kernel-collector:v0.10.3
whitelisted: true
- name: ebpf-k8sCollectorWatcher
image: solarwinds/opentelemetry-ebpf-k8s-watcher:v0.10.2
image: solarwinds/opentelemetry-ebpf-k8s-watcher:v0.10.3
whitelisted: true
- name: ebpf-k8sCollectorRelay
image: solarwinds/opentelemetry-ebpf-k8s-relay:v0.10.2
image: solarwinds/opentelemetry-ebpf-k8s-relay:v0.10.3
whitelisted: true
- name: ebpf-reducer
image: solarwinds/opentelemetry-ebpf-reducer:v0.10.2
image: solarwinds/opentelemetry-ebpf-reducer:v0.10.3
whitelisted: true
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
spec:
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml .Values.imagePullSecrets | nindent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ spec:
{{ toYaml .Values.ebpfNetworkMonitoring.kernelCollector.nodeSelector | nindent 8 }}
{{- end }}
kubernetes.io/os: linux
kubernetes.io/arch: amd64
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml .Values.imagePullSecrets | nindent 8 }}
Expand Down
1 change: 0 additions & 1 deletion deploy/helm/templates/network/reducer-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spec:
spec:
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml .Values.imagePullSecrets | nindent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Deployment spec should match snapshot when ebpfNetworkMonitoring is enabled:
- args:
- --log-console
- --log-level=warning
image: solarwinds/opentelemetry-ebpf-k8s-watcher:v0.10.2
image: solarwinds/opentelemetry-ebpf-k8s-watcher:v0.10.3
imagePullPolicy: IfNotPresent
name: k8s-watcher
- args:
Expand All @@ -21,7 +21,7 @@ Deployment spec should match snapshot when ebpfNetworkMonitoring is enabled:
value: RELEASE-NAME-swo-k8s-collector-metrics-collector
- name: EBPF_NET_CRASH_METRIC_PORT
value: "4317"
image: solarwinds/opentelemetry-ebpf-k8s-relay:v0.10.2
image: solarwinds/opentelemetry-ebpf-k8s-relay:v0.10.3
imagePullPolicy: IfNotPresent
name: k8s-relay
volumeMounts:
Expand All @@ -41,7 +41,6 @@ Deployment spec should match snapshot when ebpfNetworkMonitoring is enabled:
imagePullPolicy: IfNotPresent
name: wait-for-reducer
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
securityContext: {}
serviceAccountName: RELEASE-NAME-swo-k8s-collector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DaemonSet spec should match snapshot when ebpfNetworkMonitoring is enabled:
value: "4317"
- name: BCC_PROBE_SUFFIX
value: <CLUSTER_NAME>
image: solarwinds/opentelemetry-ebpf-kernel-collector:v0.10.2
image: solarwinds/opentelemetry-ebpf-kernel-collector:v0.10.3
imagePullPolicy: IfNotPresent
name: swi-kernel-collector
resources:
Expand Down Expand Up @@ -66,7 +66,6 @@ DaemonSet spec should match snapshot when ebpfNetworkMonitoring is enabled:
imagePullPolicy: IfNotPresent
name: wait-for-reducer
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
securityContext:
fsGroup: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Deployment spec should match snapshot when ebpfNetworkMonitoring is enabled:
value: RELEASE-NAME-swo-k8s-collector-metrics-collector
- name: EBPF_NET_CRASH_METRIC_PORT
value: "4317"
image: solarwinds/opentelemetry-ebpf-reducer:v0.10.2
image: solarwinds/opentelemetry-ebpf-reducer:v0.10.3
imagePullPolicy: IfNotPresent
name: reducer
ports:
Expand Down Expand Up @@ -52,6 +52,5 @@ Deployment spec should match snapshot when ebpfNetworkMonitoring is enabled:
imagePullPolicy: IfNotPresent
name: wait-for-metrics-collector
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
volumes: null
8 changes: 4 additions & 4 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ ebpfNetworkMonitoring:

image:
repository: "solarwinds/opentelemetry-ebpf-kernel-collector"
tag: "v0.10.2"
tag: "v0.10.3"
pullPolicy: IfNotPresent

resources:
Expand All @@ -697,13 +697,13 @@ ebpfNetworkMonitoring:
watcher:
image:
repository: "solarwinds/opentelemetry-ebpf-k8s-watcher"
tag: "v0.10.2"
tag: "v0.10.3"
pullPolicy: IfNotPresent

relay:
image:
repository: "solarwinds/opentelemetry-ebpf-k8s-relay"
tag: "v0.10.2"
tag: "v0.10.3"
pullPolicy: IfNotPresent
reducer:
disableMetrics: []
Expand Down Expand Up @@ -731,7 +731,7 @@ ebpfNetworkMonitoring:

image:
repository: "solarwinds/opentelemetry-ebpf-reducer"
tag: "v0.10.2"
tag: "v0.10.3"
pullPolicy: IfNotPresent
# DEPRECATED: Prometheus is deployed only in case opencost section is enabled. Otherwise this section can be ignored.
# prometheus:
Expand Down

0 comments on commit 292dd45

Please sign in to comment.