我正在尝试根据官方文档“Tarantool Cartridge on Kubernetes”安装tarantool-operator:https://www.tarantool.io/ru/doc/latest/book/cartridge/cartridge_kubernetes_guide/#using-minikube
执行命令:
minikube start --memory 4096
helm repo add tarantool https://tarantool.github.io/tarantool-operator
helm search repo tarantool
结果:
NAME CHART VERSION APP VERSION DESCRIPTION
tarantool/tarantool-operator 0.0.10 1.16.0 kubernetes tarantool operator
tarantool/cartridge 0.0.10 1.0 A Helm chart for tarantool
然后我会:
helm install tarantool-operator tarantool/tarantool-operator --namespace tarantool --create-namespace --version 0.0.10
我收到错误 404:
Error: INSTALLATION FAILED: failed to fetch https://tarantool.github.io/tarantool-operator/releases/download/tarantool-operator-0.0.10/tarantool-operator-0.0.10.tgz : 404 Not Found
我哪里错了?
附注Windows 10 (Hyper-V) 上的 minikube 版本 1.27.0