-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(BKR-1085) Sign certs *before* stopping agent service
Previously, the simple_monolithic install method was installing agents, stopping the agent service and then attempting to sign certificates. This was failing sporadically because the agent service needs to run enough to submit a certificate request before being stopped. This was being handled properly in the generic install method, but the order of operations was swapped in the monolithic install method.
- Loading branch information
Showing
2 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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