-
Notifications
You must be signed in to change notification settings - Fork 145
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 hbase-operator #652
base: master
Are you sure you want to change the base?
addon hbase-operator #652
Conversation
Have you tested this addon? |
@charlie0129 actually it is incomplete and I wanted to to get the feedback . and wanted to know how to work furthur |
Probably you need some basic understanding about addons. These resources should help you get started.
Referring to existing addons is also a good way to learn things. |
@charlie0129 actually I am having confusion with the helm chart url because in the stackable site it does not have straight up link for it also I am unable to understand how to make the definition file since i do not know what parameters to consider |
From https://docs.stackable.tech/home/stable/hbase/getting_started/installation.html , I think you can easily find the Helm Chart URL, which is https://repo.stackable.tech/repository/helm-stable .
Yes, choosing the right parameters is hard, requiring certain expertise, but you get started with a few easy parameters. You can refer to the documentation or existing definitions from addons to see what are the common ones. |
Signed-off-by: swastik959 <[email protected]>
@charlie0129 can you please tell me what are the errors in the code . as I am status of the addon enabled after running vela addon enable |
Can you provide some details so we can have better understanding about the issue? Like what's the error, what steps did you try to debug it, and on which step you failed. |
@charlie0129 sorry for being this late I was swamped up with my academics . So when I am running vela addon enable hbase-operator/ the starting phase is not terminating and in the end is showing timeout |
Description of your changes
adds addon hbase-operator for issue :- kubevela/kubevela#5131How has this code been tested?
Checklist
I have:
[Addon]
,[example]
or[Doc]
).version
inmetadata.yaml
to generate a new version.Verified Addon promotion rules
If this pr wants to promote an experimental addon to verified, you must check whether meet these conditions too:
metadata.yaml
.README.md
.