-
Notifications
You must be signed in to change notification settings - Fork 8
Add rudimentary reconciliation using Deployment #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Björn Svensson <[email protected]> Co-authored-by: Dan Molik <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
i have 1 question on this point. when we kill pod, doesnt deployment controller automatically recreate pods? how is reconciliation responsible for recreating pods? |
Yes, the sentence was misleading. The reconciliation is only adding/removing cluster members. I have updated. |
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
This is somewhat a copy and continuation of #10 Build out initial Deployments.
Reconciles a CR to create the simplest Service, ConfigMap and multiple Deployments, where each Deployment provides a single Pod with a Valkey node for the cluster.