[Design] v0.1.0 breakdown #16
bjosv
started this conversation in
Design proposal
Replies: 1 comment 1 reply
-
|
From the Friday call, the below appears to be done
These are still pending, so I have created tickets for these.
I did not create issues for these because I lack complete context, we can chat about them at the next meeting (19th Dec):
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
A breakdown of work items needed to fulfill requirements for a v0.1.0 release.
Items will possibly be removed, replaced, broken down, and then fleshed out with details.
We will also find out if Discussions is the right tool for this.
Motivation
N/A
Detailed Design
Genererate the initial kubebuild scaffolding. DONE
Intial
v1alpha1valkeyCluster CRD.Basic support of Valkey Cluster start/stop (create/delete of CRD).
The simplest reconciler to be able to create and delete a Valkey cluster (intra cluster usage)
Support single Valkey pod kill/crash
Add EventRecorder and useful events.
Emit conditions via ValkeyClusterStatus.
Support configuring Resources, Tolerations, NodeSelector, Affinity.
Access a Valkey cluster from outside K8s cluster
Add metrics exporter
Add TLS
Anti-affinity
Support CRD updates
Scoped out from v0.1.0
Open Questions
TBA
References
TBA
Beta Was this translation helpful? Give feedback.
All reactions