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

[4.8] Add support to disable installation of DO agent #322

Merged
merged 3 commits into from
Oct 8, 2023

Conversation

dbfx
Copy link
Contributor

@dbfx dbfx commented Oct 1, 2023

The DigitalOcean agent gets installed automatically, but can be disabled via API by sending:

"with_droplet_agent":false

This adds a bool $disable_agent to turn that on, as the default is to install it.

This speeds up launching of droplets, specifically in situations where you are only using them for a short amount of time.

@dbfx dbfx marked this pull request as ready for review October 1, 2023 03:03
@GrahamCampbell GrahamCampbell changed the title Add support to disable installation of DO agent [4.8] Add support to disable installation of DO agent Oct 8, 2023
@GrahamCampbell GrahamCampbell changed the base branch from 4.7 to 4.8 October 8, 2023 13:16
@GrahamCampbell GrahamCampbell merged commit 08bbf3b into DigitalOceanPHP:4.8 Oct 8, 2023
7 checks passed
@GrahamCampbell
Copy link
Member

Thanks.

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

Successfully merging this pull request may close these issues.

2 participants