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

Feat: Added helm chart for ElasticAgent #4486

Closed
wants to merge 3 commits into from
Closed

Conversation

supu2
Copy link

@supu2 supu2 commented Mar 27, 2024

  • Enhancement

What does this PR do?

Push helm chart repo to github-pages.

Why is it important?

Added Elastic-Agent helm chart for better usage of Elastic-Agent in kubernetes.

Checklist

  • [x ] My code follows the style guidelines of this project
  • [x ] I have commented my code, particularly in hard-to-understand areas
  • 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
  • The helm releaser need gh-pages branch.

How to test this PR locally

# Show  kubernetes resources
helm template https://github.com/supu2/elastic-agent/releases/download/elastic-agent-0.1.0/elastic-agent-0.1.0.tgz
#  Deploy Elastic-Agent to kube-system,
helm upgrade --install -n kube-system  https://github.com/supu2/elastic-agent/releases/download/elastic-agent-0.1.0/elastic-agent-0.1.0.tgz 

Copy link

cla-checker-service bot commented Mar 27, 2024

💚 CLA has been signed

@mergify mergify bot assigned supu2 Mar 27, 2024
Copy link
Contributor

mergify bot commented Mar 27, 2024

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

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

NOTE: backport-skip has been added to this pull request.

@pierrehilbert pierrehilbert added the Team:Elastic-Agent Label for the Agent team label Mar 27, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent (Team:Elastic-Agent)

@pierrehilbert
Copy link
Contributor

Thanks for contributing to our codebase.
Could you please start by signing our CLA?

@supu2
Copy link
Author

supu2 commented Mar 27, 2024

Thanks for contributing to our codebase. Could you please start by signing our CLA?

I've signed the CLA.

@cmacknz
Copy link
Member

cmacknz commented Mar 27, 2024

Thanks for this! We know this would simplify deployment, so we are already working on this and currently have a prototype based on ECK in active development: elastic/cloud-on-k8s#7356

See #3847 for the tracking issue.

I am going to close this given this work is already in progress elsewhere, the latest update is #3847 (comment)

@cmacknz cmacknz closed this Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-skip Team:Elastic-Agent Label for the Agent team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants