VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
425 stars 142 forks source link

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

Open hansedong opened 3 months ago

hansedong commented 3 months ago

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 commented 3 months ago

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

AndrewChubatiuk commented 3 months ago

will add it soon

AndrewChubatiuk commented 3 months ago

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

hansedong commented 3 months ago

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 commented 3 months ago

helm chart is available, kustomize changes are in progress