cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.
https://cybozu-go.github.io/moco/
Apache License 2.0
269 stars 22 forks source link

Change naming rule of Cronjob in order to extend name length limitation of MySQLCluster #701

Closed YZ775 closed 2 months ago

YZ775 commented 2 months ago

What

In the current version, the name length of MySQLCluster is limited to 40 characters because the name length of CronJob/StatefulSet is limited to 52 characters by Kubernetes.

40 characters are short in some cases. For example, large clusters and multi-tenant Kubernetes cluster. So we want to extend the length.

How

Ideas

Limitation

Checklist

YZ775 commented 2 months ago

We decided that we don't start implementation of this issue for now because it's merit is smaller than it's cost.