kubernetes:Mysql 運算子 YAML 穩定版本的 URL

kubernetes:Mysql 運算子 YAML 穩定版本的 URL

安裝 mysql 運算子:

下列的https://dev.mysql.com/doc/mysql-operator/en/mysql-operator-installation-kubectl.html

kubectl apply -f https://raw.githubusercontent.com/mysql/mysql-operator/trunk/deploy/deploy-crds.yaml
kubectl apply -f https://raw.githubusercontent.com/mysql/mysql-operator/trunk/deploy/deploy-operator.yaml

它們來自後備箱。最新穩定版本的 URL 是什麼?

嘗試過:

https://raw.githubusercontent.com/mysql/mysql-operator/tags/8.0.33/deploy/deploy-crds.yaml

不能達到。

應該使用 github 中的以下內容嗎?

https://github.com/mysql/mysql-operator/blob/8.0.33-2.0.10/deploy/deploy-crds.yaml

相關內容