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
The text was updated successfully, but these errors were encountered:
mdebarros
changed the title
mojaloop charts (and children) must limit the name size
Helm release name must be less then 32 characters for mojaloop charts with dependencies on Percona MySQL
Jun 13, 2018
Currently the charts will deploy Percona cluster with the following cluster name
ENV VAR wsrep_cluster_name: "-centralledger-mysql"
If wsrep_cluster_name is larger then 32 characters, the Percona cluster will fail to start as there is a max limit of 32 characters.
ref: https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1468964
ref: https://jira.percona.com/browse/PXC-1123
ref: https://github.com/bloomberg/chef-bcpc/issues/649
The text was updated successfully, but these errors were encountered: