You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Notes:
This feature cannot be used with the arbitrator. If it is enabled and
the deployment uses the arbitrator, then drain will always fail.
When enabled, this feature will prevent deleting deployments, unless the --force flag
is used.
[#157656403]
Signed-off-by: Caroline Taymor <[email protected]>
Copy file name to clipboardExpand all lines: jobs/mysql/spec
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@ properties:
83
83
cf_mysql.mysql.max_connections:
84
84
description: 'Maximum total number of database connections for the node'
85
85
default: 1500
86
+
cf_mysql.mysql.enable_drain_healthcheck:
87
+
description: 'When this is enabled, the --skip-drain flag is required in order to delete a deployment. Drain healthcheck cannot be enabled when using the arbitrator. Enabling this ensures mysql nodes will verify the health of all other nodes before draining.'
88
+
default: false
86
89
cf_mysql.mysql.tls.ca_certificate:
87
90
description: 'CA Certificate which signed the server certificate'
0 commit comments