operator icon indicating copy to clipboard operation
operator copied to clipboard

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

Open hansedong opened this issue 1 year ago • 5 comments

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

hansedong avatar Jul 05 '24 06:07 hansedong

Hi, it was removed in https://github.com/VictoriaMetrics/operator/commit/a5d295ba68c19cdfcb5cab6c47d8e103972e1278, but this breaks our installation instruction, seems like we need to add it back. cc @AndrewChubatiuk

Haleygo avatar Jul 05 '24 09:07 Haleygo

will add it soon

AndrewChubatiuk avatar Jul 05 '24 09:07 AndrewChubatiuk

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

AndrewChubatiuk avatar Jul 05 '24 10:07 AndrewChubatiuk

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?

hansedong avatar Jul 08 '24 07:07 hansedong

helm chart is available, kustomize changes are in progress

AndrewChubatiuk avatar Jul 08 '24 07:07 AndrewChubatiuk