skywalking icon indicating copy to clipboard operation
skywalking copied to clipboard

[Bug] SkyWalking Operator helm does not yet include the CRD for BanyanDB.

Open yswdqz opened this issue 1 year ago • 3 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

Apache SkyWalking Component

Helm Chart (apache/skywalking-helm)

What happened

When installing the SWCK operator using Helm, a CRD called 'BanyanDB' is required. However, this CRD is not directly provided in the Helm charts. Currently, it can only be installed by executing make -C operator install from the root path of SWCK.

image

What you expected to happen

'BanyanDB' crd will automaticly install when we install the SWCK operator using Helm.

How to reproduce

Installing the SWCK operator using Helm without running make install in the SWCK root directory.

Anything else

No response

Are you willing to submit a pull request to fix on your own?

  • [ ] Yes I am willing to submit a pull request on my own!

Code of Conduct

yswdqz avatar Mar 19 '24 04:03 yswdqz

We need to check whether this is a SWCK issue or helm repo or banyandb helm repository.

wu-sheng avatar Mar 19 '24 06:03 wu-sheng

This is addressed helm needs a new release and align with swck latest updates, e.g. CRD.

wu-sheng avatar Mar 19 '24 07:03 wu-sheng

Have you solved it?

junit avatar Apr 09 '24 11:04 junit

@ButterBright @dashanji How about this one?

wu-sheng avatar May 13 '24 13:05 wu-sheng

Fix in https://github.com/apache/skywalking-helm/pull/146

dashanji avatar May 13 '24 14:05 dashanji