Create proposal for ScyllaDBDatacenter/v1alpha1 API #1978
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Over the years there was several things we could have done better while designing our ScyllaCluster API, some even contradict kubernetes API conventions. Even the API itself truly represents only a single datacenter, not the whole cluster. This bring in some confusion we should fix as well.
Edited:
We should create new API called
ScyllaDBDatacenter/v1alpha1
in the same API group (scylla.scylladb.com
) that can take over the implementation logic for handling a data center and the oldScyllaCluster/v1
can create this resource on the background as an implementation detail. This means there will a a conversion path forScyllaCluster/v1
intoScyllaDBDatacenter/v1alpha1
.The new API must comply with https://github.com/kubernetes/community/blob/ecb8918/contributors/devel/sig-architecture/api-conventions.md
The text was updated successfully, but these errors were encountered: