-
Notifications
You must be signed in to change notification settings - Fork 126
Deprecate agent service deployer #2003
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
Conversation
@@ -70,7 +70,7 @@ func NewCustomAgentDeployer(options CustomAgentDeployerOptions) (*CustomAgentDep | |||
|
|||
// SetUp sets up the service and returns any relevant information. | |||
func (d *CustomAgentDeployer) SetUp(ctx context.Context, svcInfo ServiceInfo) (DeployedService, error) { | |||
logger.Debug("setting up service using Docker Compose service deployer") | |||
logger.Debug("DEPRECATED - setting up service using Docker Compose service deployer") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could it be added something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should increase the log level, at least to be a warning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I forgot about the log level.
Thanks!
@@ -110,7 +110,7 @@ volumes: | |||
|
|||
### Agent service deployer | |||
|
|||
**NOTE**: To be deprecated soon in favor of creating new Elastic Agents in each test (technical preview yet). These | |||
**NOTE**: Deprecated in favor of creating [new Elastic Agents in each test](#running-a-system-test). These |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking to update also the subsection title , but maybe it is referenced somewhere else.
/test |
💚 Build Succeeded
History
cc @mrodm |
Deprecate Agent service deployer in favor of independent Elastic Agents.
This PR also updates the documentation about system testing to remove references about the technical preview of independent Elastic Agents.