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 hbase-operator #652

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

addon hbase-operator #652

wants to merge 2 commits into from

Conversation

swastik959
Copy link

Description of your changes

adds addon hbase-operator for issue :- kubevela/kubevela#5131

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.

Verified Addon promotion rules

If this pr wants to promote an experimental addon to verified, you must check whether meet these conditions too:

  • This addon must be tested by addon's e2e-test to guarantee this addon can be enabled successfully.
  • This addon must have some basic but necessary information.
    • An accessible icon url and source url defined in addon's metadata.yaml.
    • A detail introduction include a basic example about how to use and what's the benefit of this addon in README.md.
    • Also provide an introduction in KubeVela documentation.
    • It's more likely to be accepted if useful examples provided in example dir.

@charlie0129
Copy link
Member

Have you tested this addon?

@swastik959
Copy link
Author

@charlie0129 actually it is incomplete and I wanted to to get the feedback . and wanted to know how to work furthur

@charlie0129
Copy link
Member

charlie0129 commented Mar 13, 2023

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.

@swastik959
Copy link
Author

@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

@charlie0129
Copy link
Member

charlie0129 commented Mar 14, 2023

actually I am having confusion with the helm chart url because in the stackable site it does not have straight up link for it

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 .

I am unable to understand how to make the definition file since i do not know what parameters to consider

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 <Sswastik959@gmail.com>
@swastik959
Copy link
Author

@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

@charlie0129
Copy link
Member

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.

@swastik959
Copy link
Author

@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

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.

None yet

2 participants