Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

otel-integration: add ebpf agent subchart #473

Merged
merged 5 commits into from
Dec 4, 2024

Conversation

mmat11
Copy link
Contributor

@mmat11 mmat11 commented Nov 25, 2024

Description

This PR adds the ebpf tracing agent subchart

How Has This Been Tested?

  1. Package the new chart:
    • Set domain and clusterName in the values.yaml file
    • helm lint ./otel-integration/k8s-helm
    • helm dependency build ./otel-integration/k8s-helm
    • helm package ./otel-integration/k8s-helm
  2. Create a new namespace on the cluster: k create ns test-ebpf-agent-subchart
  3. Create a new coralogix-keys secret: k create secret generic coralogix-keys -n test-ebpf-agent-subchart --from-literal=PRIVATE_KEY=bogus
  4. Install the chart while setting enabled=true for the subchart: helm install cx-otel-shippers /Users/mattia.meleleo/cx/telemetry-shippers/otel-integration-0.0.114.tgz --namespace test-ebpf-agent-subchart --set coralogix-ebpf-agent.enabled=true
  5. Observe the created resources are running as expected

Checklist:

  • I have updated the relevant Helm chart(s) version(s)
  • I have updated the relevant component changelog(s)
  • This change does not affect any particular component (e.g. it's CI or docs change)

@CLAassistant
Copy link

CLAassistant commented Nov 25, 2024

CLA assistant check
All committers have signed the CLA.

@mmat11 mmat11 force-pushed the matt/ebpf-agent-subchart branch from 2d6bcb6 to c7a0164 Compare November 25, 2024 14:46
@NimrodAvni78 NimrodAvni78 force-pushed the matt/ebpf-agent-subchart branch 2 times, most recently from 7942cd5 to a31daff Compare December 4, 2024 15:02
@NimrodAvni78 NimrodAvni78 force-pushed the matt/ebpf-agent-subchart branch from a31daff to 664a0fd Compare December 4, 2024 15:03
@NimrodAvni78 NimrodAvni78 merged commit 0fd309b into master Dec 4, 2024
7 checks passed
@NimrodAvni78 NimrodAvni78 deleted the matt/ebpf-agent-subchart branch December 4, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants