Removed call to fleet setup during container start#2985
Merged
michalpristas merged 2 commits intoelastic:mainfrom Jul 4, 2023
Merged
Removed call to fleet setup during container start#2985michalpristas merged 2 commits intoelastic:mainfrom
michalpristas merged 2 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Contributor
|
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Contributor
Contributor
🌐 Coverage report
|
Member
|
This is missing a changelog fragment :p |
Contributor
|
@michalpristas could you please correct this and add it when you will be back? |
Contributor
Author
|
changelog fragment: #3035 |
AndersonQ
pushed a commit
to AndersonQ/elastic-agent
that referenced
this pull request
Jul 10, 2023
2 tasks
vishaangelova
added a commit
to elastic/docs-content
that referenced
this pull request
Feb 11, 2026
## Summary This PR removes remaining references to the deleted `KIBANA_FLEET_SETUP` env variable (see elastic/elastic-agent#2985 and elastic/ingest-docs#1354). Resolves #4546 ## Generative AI disclosure 1. Did you use a generative AI (GenAI) tool to assist in creating this contribution? - [ ] Yes - [X] No
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As setup is now called in kibana we don't need to call it at all.
PR removes these calls and ENV variable altering behavior.
Tested:
All working
Fixes: #2910