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

Starting from v0.46.0, the Release files are missing bundle_crd.zip. #1021

Open
hansedong opened this issue Jul 5, 2024 · 5 comments
Open
Labels
bug Something isn't working

Comments

@hansedong
Copy link
Contributor

I found that bundle_crd.zip is missing in the latest Release. I want to confirm, is this intentional or is there an oversight?

@Haleygo
Copy link
Contributor

Haleygo commented Jul 5, 2024

Hi,
it was removed in a5d295b, but this breaks our installation instruction, seems like we need to add it back.
cc @AndrewChubatiuk

@Haleygo Haleygo added the bug Something isn't working label Jul 5, 2024
@AndrewChubatiuk
Copy link
Contributor

will add it soon

@AndrewChubatiuk
Copy link
Contributor

hey @hansedong
which content from bundle_crd.zip are you using?

@hansedong
Copy link
Contributor Author

hey @hansedong which content from bundle_crd.zip are you using?

I personally prefer to use Manifest for installation. In the document, there are mentioned operation steps involving the file bundle_crd.zip.

export VM_VERSION=`basename $(curl -fs -o/dev/null -w %{redirect_url} https://github.com/VictoriaMetrics/operator/releases/latest)`
wget https://github.com/VictoriaMetrics/operator/releases/download/$VM_VERSION/bundle_crd.zip
unzip  bundle_crd.zip

Will it be changed to using Helm or Kustomize for installation in the future?

@AndrewChubatiuk
Copy link
Contributor

helm chart is available, kustomize changes are in progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants