Skip to content

Update basic-eck.yaml ---- fix "either daemonset or deployment must be specified" problem #8618

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pikachuSparkle
Copy link

@pikachuSparkle pikachuSparkle commented Apr 22, 2025

fix "either daemonset or deployment must be specified" problem

docs: https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart#k8s-install-logstash-elasticsearch-kibana-helm
when deploy a elastic-stack with the above official docs, the following problem will be occurred
This commit solves the following error

Error: INSTALLATION FAILED: 1 error occurred:
        * admission webhook "elastic-beat-validation-v1beta1.k8s.elastic.co" denied the request: Beat.beat.k8s.elastic.co "eck-stack-with-logstash-eck-beats" is invalid: [spec.daemonSet: Forbidden: Specify either daemonSet or deployment, not both, spec.deployment: Forbidden: Specify either daemonSet or deployment, not both, 
...
either daemonset or deployment must be specified]

…ther daemonSet or deployment, not both," problem

solve the following error
Error: INSTALLATION FAILED: 1 error occurred:
        * admission webhook "elastic-beat-validation-v1beta1.k8s.elastic.co" denied the request: Beat.beat.k8s.elastic.co "eck-stack-with-logstash-eck-beats" is invalid: [spec.daemonSet: Forbidden: Specify either daemonSet or deployment, not both, spec.deployment: Forbidden: Specify either daemonSet or deployment, not both, 
...
either daemonset or deployment must be specified]
Copy link

cla-checker-service bot commented Apr 22, 2025

💚 CLA has been signed

@botelastic botelastic bot added the triage label Apr 22, 2025
@prodsecmachine
Copy link
Collaborator

prodsecmachine commented May 4, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants