We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that bundle_crd.zip is missing in the latest Release. I want to confirm, is this intentional or is there an oversight?
The text was updated successfully, but these errors were encountered:
Hi, it was removed in a5d295b, but this breaks our installation instruction, seems like we need to add it back. cc @AndrewChubatiuk
Sorry, something went wrong.
will add it soon
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.
Manifest
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?
helm chart is available, kustomize changes are in progress
No branches or pull requests
I found that bundle_crd.zip is missing in the latest Release. I want to confirm, is this intentional or is there an oversight?
The text was updated successfully, but these errors were encountered: