Could we add config options as an alternative to adding an initialize action? In other words this would be very similar to what Felipe mentioned above except that the config options explicitly specify what backend to use.
storage-backend:
type: string
default: mysql
description: could be "etcd", "mysql", "raft"
ha-storage-backend
type: string
default: etcd
description: could be "etcd", "mysql", "raft"
Could we add config options as an alternative to adding an initialize action? In other words this would be very similar to what Felipe mentioned above except that the config options explicitly specify what backend to use.
storage-backend:
type: string
default: mysql
description: could be "etcd", "mysql", "raft"
ha-storage-backend
type: string
default: etcd
description: could be "etcd", "mysql", "raft"