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

docs: add EDOT colletor kube-stack Helm values #5822

Merged
merged 41 commits into from
Dec 10, 2024

Conversation

rogercoll
Copy link
Contributor

@rogercoll rogercoll commented Oct 18, 2024

What does this PR do?

Adds a sample configuration to be used when deploying the OpenTelemetry Kube Stack Helm Chart.

Why is it important?

This configuration will be used during the Elastic K8s Onboarding experience starting from 8.16. The EDOT collector is the central piece of the whole Chart deployment, if we provide an invalid image or collector's configuration, the deployment will fail.

The file is currently hosted in the elastic/opentelemetry repository, but this files needs to be versioned as it is tied to the stack's (elastic-agent) release version. The elastic/opentelemetry repository does not have a release strategy (neither backport) yet, thus, and being the EDOT collector the backbone of the deployment, we think that hosting this file in this repository would be more appropriate.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas: TODO task listed to do during the 8.16 FF phase
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in ./changelog/fragments using the changelog tool
  • I have added an integration test or an E2E test

Disruptive User Impact

No

How to test this PR locally

Added a README.md file an installation section.

Related issues

Questions to ask yourself

  • How are we going to support this in production?
  • How are we going to measure its adoption?
  • How are we going to debug this?
  • What are the metrics I should take care of?
  • ...

Copy link
Contributor

mergify bot commented Oct 18, 2024

This pull request does not have a backport label. Could you fix it @rogercoll? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-./d./d is the label to automatically backport to the 8./d branch. /d is the digit

Copy link
Contributor

mergify bot commented Oct 18, 2024

backport-v8.x has been added to help with the transition to the new branch 8.x.
If you don't need it please use backport-skip label and remove the backport-8.x label.

@mergify mergify bot added the backport-8.x Automated backport to the 8.x branch with mergify label Oct 18, 2024
@rogercoll rogercoll added the backport-8.16 Automated backport with mergify label Oct 18, 2024
@rogercoll rogercoll marked this pull request as ready for review October 18, 2024 07:12
@rogercoll rogercoll requested a review from a team as a code owner October 18, 2024 07:12
@pierrehilbert pierrehilbert added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label Oct 18, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

rogercoll and others added 6 commits October 18, 2024 10:02
Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
@gizas
Copy link
Contributor

gizas commented Oct 18, 2024

nit: Dont have strong preference, wondering if we need the extra subfolder kube-stack.
Now is : deploy/helm/edot-collector/kube-stack/

Comment on lines 77 to 78
RepoURL: "https://github.com/open-telemetry/opentelemetry-helm-charts/releases/download/opentelemetry-kube-stack-0.3.2/opentelemetry-kube-stack-0.3.2.tgz",
Version: "0.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use the constants we defined above here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch d807156

@swiatekm
Copy link
Contributor

swiatekm commented Dec 6, 2024

Are we planning to add the agent version updates in a separate PR @rogercoll ?

@rogercoll
Copy link
Contributor Author

Are we planning to add the agent version updates in a separate PR @rogercoll ?

Do you mean the specified agent version in the values.yaml file? At the moment, 9.0.0 version in pinned in the values file, but the mage helm:updateAgentVersion has been updated to cover the new values file updates as well. My understanding is that the agent updates will run on each release with the corresponding version, am I right? Is there anything left?

@pkoutsovasilis pkoutsovasilis self-requested a review December 9, 2024 11:16
Copy link
Contributor

@pkoutsovasilis pkoutsovasilis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UPDATE: both Integration tests: packaging and Kubernetes Integration tests fail I believe because of this cryptic message Error: flate: corrupt input before offset 7988627 which makes suspect that this is a corrupted archive we are downloading?!

there are some CI issues, e.g.

Error: error running test: kind: load docker-image docker.elastic.co/beats-ci/elastic-agent-service:9.0.0-SNAPSHOT-tests failed: exit status 1: ERROR: image: "docker.elastic.co/beats-ci/elastic-agent-service:9.0.0-SNAPSHOT-tests" not present locally

looking into that

Copy link

@pkoutsovasilis pkoutsovasilis added the backport-8.17 Automated backport with mergify label Dec 10, 2024
@pkoutsovasilis pkoutsovasilis merged commit 69c2f92 into elastic:main Dec 10, 2024
15 checks passed
mergify bot pushed a commit that referenced this pull request Dec 10, 2024
* docs: add EDOT colletor kube-stack Helm values

* chore: add changelog entry

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* fix: values path relative path

* add kube-stack Helm integration test

* fix: relative values file

* ci: load values file with Helm Go package

* ci: remove agent's hardcoded image

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* add kube-stack values file to Update mage target

* override elastic secrets

* fix: parametrize helm release name

* ci: eventually check created pods

* test 5min timeout

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* fix: use constant for Helm values paths

* Update testing/integration/otel_helm_test.go

Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>

* fix: reference kube-stack Chart variables

* assert all pods are running

* chore: clarify pod description comment

---------

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
(cherry picked from commit 69c2f92)

# Conflicts:
#	magefile.go
mergify bot pushed a commit that referenced this pull request Dec 10, 2024
* docs: add EDOT colletor kube-stack Helm values

* chore: add changelog entry

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* fix: values path relative path

* add kube-stack Helm integration test

* fix: relative values file

* ci: load values file with Helm Go package

* ci: remove agent's hardcoded image

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* add kube-stack values file to Update mage target

* override elastic secrets

* fix: parametrize helm release name

* ci: eventually check created pods

* test 5min timeout

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* fix: use constant for Helm values paths

* Update testing/integration/otel_helm_test.go

Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>

* fix: reference kube-stack Chart variables

* assert all pods are running

* chore: clarify pod description comment

---------

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
(cherry picked from commit 69c2f92)
mergify bot pushed a commit that referenced this pull request Dec 10, 2024
* docs: add EDOT colletor kube-stack Helm values

* chore: add changelog entry

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* fix: values path relative path

* add kube-stack Helm integration test

* fix: relative values file

* ci: load values file with Helm Go package

* ci: remove agent's hardcoded image

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* add kube-stack values file to Update mage target

* override elastic secrets

* fix: parametrize helm release name

* ci: eventually check created pods

* test 5min timeout

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* fix: use constant for Helm values paths

* Update testing/integration/otel_helm_test.go

Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>

* fix: reference kube-stack Chart variables

* assert all pods are running

* chore: clarify pod description comment

---------

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
(cherry picked from commit 69c2f92)
ycombinator pushed a commit that referenced this pull request Dec 12, 2024
…6266)

* docs: add EDOT colletor kube-stack Helm values (#5822)

* docs: add EDOT colletor kube-stack Helm values

* chore: add changelog entry

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* fix: values path relative path

* add kube-stack Helm integration test

* fix: relative values file

* ci: load values file with Helm Go package

* ci: remove agent's hardcoded image

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* add kube-stack values file to Update mage target

* override elastic secrets

* fix: parametrize helm release name

* ci: eventually check created pods

* test 5min timeout

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* fix: use constant for Helm values paths

* Update testing/integration/otel_helm_test.go

Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>

* fix: reference kube-stack Chart variables

* assert all pods are running

* chore: clarify pod description comment

---------

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
(cherry picked from commit 69c2f92)

* fix: pin 8.18 elastic-agent version for 8.x branch

---------

Co-authored-by: Roger Coll <rogercoll@protonmail.com>
ycombinator pushed a commit that referenced this pull request Dec 12, 2024
…#6267)

* docs: add EDOT colletor kube-stack Helm values (#5822)

* docs: add EDOT colletor kube-stack Helm values

* chore: add changelog entry

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* fix: values path relative path

* add kube-stack Helm integration test

* fix: relative values file

* ci: load values file with Helm Go package

* ci: remove agent's hardcoded image

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* add kube-stack values file to Update mage target

* override elastic secrets

* fix: parametrize helm release name

* ci: eventually check created pods

* test 5min timeout

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* fix: use constant for Helm values paths

* Update testing/integration/otel_helm_test.go

Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>

* fix: reference kube-stack Chart variables

* assert all pods are running

* chore: clarify pod description comment

---------

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
(cherry picked from commit 69c2f92)

* fix: pin 8.17 elastic-agent version

---------

Co-authored-by: Roger Coll <rogercoll@protonmail.com>
ycombinator pushed a commit that referenced this pull request Dec 12, 2024
* docs: add EDOT colletor kube-stack Helm values

* chore: add changelog entry

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* fix: values path relative path

* add kube-stack Helm integration test

* fix: relative values file

* ci: load values file with Helm Go package

* ci: remove agent's hardcoded image

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* add kube-stack values file to Update mage target

* override elastic secrets

* fix: parametrize helm release name

* ci: eventually check created pods

* test 5min timeout

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* fix: use constant for Helm values paths

* Update testing/integration/otel_helm_test.go

Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>

* fix: reference kube-stack Chart variables

* assert all pods are running

* chore: clarify pod description comment

---------

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
(cherry picked from commit 69c2f92)

# Conflicts:
#	magefile.go
rogercoll added a commit that referenced this pull request Dec 12, 2024
…#6265)

* docs: add EDOT colletor kube-stack Helm values (#5822)

* docs: add EDOT colletor kube-stack Helm values

* chore: add changelog entry

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>

* fix: values path relative path

* add kube-stack Helm integration test

* fix: relative values file

* ci: load values file with Helm Go package

* ci: remove agent's hardcoded image

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>

* add kube-stack values file to Update mage target

* override elastic secrets

* fix: parametrize helm release name

* ci: eventually check created pods

* test 5min timeout

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/README.md

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* Update deploy/helm/edot-collector/kube-stack/values.yaml

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>

* fix: use constant for Helm values paths

* Update testing/integration/otel_helm_test.go

Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>

* fix: reference kube-stack Chart variables

* assert all pods are running

* chore: clarify pod description comment

---------

Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>
Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
(cherry picked from commit 69c2f92)

# Conflicts:
#	magefile.go

* fix: pin elastic 8.16 version

---------

Co-authored-by: Roger Coll <rogercoll@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8.x Automated backport to the 8.x branch with mergify backport-8.16 Automated backport with mergify backport-8.17 Automated backport with mergify Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants