skywalking
skywalking copied to clipboard
[Bug] SkyWalking Operator helm does not yet include the CRD for BanyanDB.
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.
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
- [X] I agree to follow this project's Code of Conduct
We need to check whether this is a SWCK issue or helm repo or banyandb helm repository.
This is addressed helm needs a new release and align with swck latest updates, e.g. CRD.
Have you solved it?
@ButterBright @dashanji How about this one?
Fix in https://github.com/apache/skywalking-helm/pull/146