forked from vertica/vertica-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate the httpServerMode VerticaDB CR parameter (vertica#515)
The operator used to handle the setup of Vertica's https service. It would create a config file during installation and a TLS secret to use for its certificates. It would also have a reconciler that would ensure the https service was running and would restart it if needed. However, all of this has been deprecated. The deployment method (vclusterops vs admintools) will now decide what setup is needed. The httpServerMode parameter used to control this, but it has been deprecated and all usage of it in the operator has been removed. The reconcile function to make sure that the embedded http service is running has also been removed. With vclusterops deployments, it must always be running. The health probes are planned to be changed to use an endpoint from the http service. So, if the service becomes unhealthy, the pod will be rescheduled. The operator will not need to do anything on its end to restart it. The e2e-http-server e2e leg now runs only with vclusterops and has been renamed to e2e-leg-6. --------- Signed-off-by: Matt Spilchen <[email protected]>
- Loading branch information
spilchen
authored
Sep 22, 2023
1 parent
9fa0514
commit 7064306
Showing
116 changed files
with
126 additions
and
1,095 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: Deprecated | ||
body: Deprecate the httpServerMode parameter in the VerticaDB CR | ||
time: 2023-09-21T16:57:23.87985825-03:00 | ||
custom: | ||
Issue: "515" |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.