Skip to content
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

[Addon] add redis-operator addon #437

Merged
merged 5 commits into from
Aug 9, 2022

Conversation

charlie0129
Copy link
Member

Description of your changes

Fixes kubevela/kubevela#4288

  • installation of the crd and operator https://github.com/spotahome/redis-operator
  • Useful and reliable ComponentDefinition
    • Health check of redis cluster (I can't find a good way to do health checks, see code comments)
    • Expose an endpoint for using (available as a Service)
    • Support scale up/down
  • Documentation
    • use redis cli to connect with demo

How has this code been tested?

Checklist

I have:

  • Title of the PR starts with type (e.g. [Addon] , [example] or [Doc]).
  • Updated/Added any relevant documentation and examples.
  • New addon should be put in experimental.
  • Update addon should modify the version in metadata.yaml to generate a new version.

Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
@charlie0129 charlie0129 marked this pull request as ready for review August 8, 2022 08:37
wonderflow
wonderflow previously approved these changes Aug 8, 2022
Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
@wonderflow
Copy link
Collaborator

good job

@wonderflow wonderflow merged commit 89d4b75 into kubevela:master Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Addon] Create redis addon with redis-operator
4 participants