Now, kbcli cluster create mysql will create an apecloud-mysql cluster.We should extend the cluster create mysql command to support to create community mysql and apecloud-mysql, maybe add a command flag, such as --provider, if provider is apecloud, create an apecloud-mysql cluster, and if provider is community, create a mysql cluster.
Now,
kbcli cluster create mysql
will create an apecloud-mysql cluster.We should extend thecluster create mysql
command to support to create community mysql and apecloud-mysql, maybe add a command flag, such as--provider
, if provider isapecloud
, create an apecloud-mysql cluster, and if provider iscommunity
, create a mysql cluster.